Skip to content

Commit

Permalink
Docs: Clarify docs for create_items stage (ArchipelagoMW#3600)
Browse files Browse the repository at this point in the history
* Clarify docs re: `create_items` stage

* adjust wording after feedback

* adjust wording after more feedback
  • Loading branch information
EmilyV99 authored Jul 1, 2024
1 parent e95bb5e commit 401606e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/world api.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,9 @@ In addition, the following methods can be implemented and are called in this ord
called to place player's regions and their locations into the MultiWorld's regions list.
If it's hard to separate, this can be done during `generate_early` or `create_items` as well.
* `create_items(self)`
called to place player's items into the MultiWorld's itempool. After this step all regions
and items have to be in the MultiWorld's regions and itempool, and these lists should not be modified afterward.
called to place player's items into the MultiWorld's itempool. By the end of this step all regions, locations and
items have to be in the MultiWorld's regions and itempool. You cannot add or remove items, locations, or regions
after this step. Locations cannot be moved to different regions after this step.
* `set_rules(self)`
called to set access and item rules on locations and entrances.
* `generate_basic(self)`
Expand Down

0 comments on commit 401606e

Please sign in to comment.