Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add information about "job board" missions #59

Merged
merged 2 commits into from
Jan 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions wiki/CreatingMissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ mission <name>
stealth
invisible
(priority | minor | non-blocking)
(job | landing | assisting | boarding | shipyard | outfitter)
(job | landing | assisting | boarding | shipyard | outfitter | "job board")
autosave
"apparent payment" <amount>
boarding
Expand Down Expand Up @@ -336,10 +336,10 @@ Beginning in **v. 0.10.11**, if a mission is marked `non-blocking`, it will not
Note that `priority` will only affect missions that offer from the spaceport.

```html
(job | landing | assisting | boarding | shipyard | outfitter)
(job | landing | assisting | boarding | shipyard | outfitter | "job board")
```

This specifies where this mission will be shown, if someplace other than the spaceport. If it is a job, it will only appear on the job board (and only if the current planet matches the [source filter](#mission-location-filters)).
This specifies where this mission will be shown, if someplace other than the spaceport. If it is a job, it will only appear on the job board (and only if the current planet matches the [source filter](#mission-location-filters)). If it is a `"job board"` mission, it will be offered either when pressing the job board button or when opening up the missions panel on the map.

If this mission is to be shown at `landing`, it shows up as soon as you land instead of waiting for you to visit the spaceport. This can be used, for example, to show a special conversation the first time you land on a particular planet or on any planet belonging to a certain species. It can also be used for a continuation of an active mission.

Expand Down
Loading