Skip to content

Commit

Permalink
Docs: Update world api excluded/priority locations description (Archi…
Browse files Browse the repository at this point in the history
…pelagoMW#1807)

* Update world api doc

Changed the description of excluded and priority locations to match how they appear in other places such as the options api doc

* Update world api.md
  • Loading branch information
Exempt-Medic authored May 20, 2023
1 parent c845303 commit 5e9bf4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/world api.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ World-specific IDs are 1 to 2<sup>53</sup>-1, IDs ≤ 0 are global and reserved.
Special locations with ID `None` can hold events.

Classification is one of `LocationProgressType.DEFAULT`, `PRIORITY` or `EXCLUDED`.
The Fill algorithm will fill priority first, giving higher chance of it being
required, and not place progression or useful items in excluded locations.
The Fill algorithm will force progression items to be placed at priority locations, giving a higher chance of them being
required, and will prevent progression and useful items from being placed at excluded locations.

### Items

Expand Down

0 comments on commit 5e9bf4b

Please sign in to comment.