Skip to content

Commit

Permalink
Merge branch 'master' into Zarkonnen-in-stock
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGiraffe3 authored Sep 28, 2024
2 parents 3473373 + f3f2b77 commit 89abff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wiki/CreatingMissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ This specifies what government all the ships connected to this NPC specification
...
```

Beginning in **v. 0.10.1**, NPCs can manipulate their cargo similarly to how fleets can. If an NPC spawns a fleet that contains cargo settings, but the NPC also has cargo settings, then the NPC overrides the fleet. More details about cargo settings can be found on the [Creating Fleets](https://github.com/endless-sky/endless-sky/wiki/CreatingFleets#basic-fleet-characteristics) page.
Beginning in **v. 0.10.1**, NPCs can manipulate their cargo similarly to how fleets can. If an NPC spawns a fleet that contains cargo settings, but the NPC also has cargo settings, then the NPC overrides the fleet. More details about cargo settings can be found on the [Creating Fleets](https://github.com/endless-sky/endless-sky/wiki/CreatingFleets#cargo) page.

```html
personality <type>...
Expand Down
2 changes: 1 addition & 1 deletion wiki/CreatingOutfits.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ Unless otherwise stated, other outfit attributes will stack additively between m

* `"jump base mass"`: a value that subtracts from a ship's mass during the jump mass cost calculation. If a drive's jump base mass is high enough and the ship's mass is low enough, the impact of the jump mass cost is allowed to go negative and begin subtracting from the normal jump fuel cost. Reducing your jump cost in this manner is only allowed to go as low as a cost of 1 fuel per jump. **(v. 0.10.0)**

* `"jump range"`: how far a ship can jump when using this outfit. The default jump range is 100. As with jump fuel, jump range does not stack between outfits. The outfit with the highest jump range will dictate the farthest a ship can jump. If a ship has multiple outfits with varying jump ranges, the one with the lowest jump fuel that is capable of making the given jump will be used. **(v. 0.9.13)**
* `"jump range"`: how far a ship can jump when using this outfit. The default jump range is 100. As with jump fuel, jump range does not stack between outfits. The outfit with the highest jump range will dictate the farthest a ship can jump. If a ship has multiple outfits with varying jump ranges, the one with the lowest jump fuel that is capable of making the given jump will be used. System-defined jump ranges override outfit-defined ones. **(v. 0.9.13)**

* These attributes can be used to alter the crew stats of a ship.

Expand Down

0 comments on commit 89abff7

Please sign in to comment.