api.md: fix Item.advancement description

This commit is contained in:
black-sliver 2021-10-07 19:53:19 +02:00
parent 76d1460d0f
commit 59e87e0d27
1 changed files with 4 additions and 4 deletions

View File

@ -85,10 +85,10 @@ Special locations with ID `None` can hold events (read below).
Items are all things that can "drop" for your game. This may be RPG items like Items are all things that can "drop" for your game. This may be RPG items like
weapons, could as well be technologies you normally research in a research tree. weapons, could as well be technologies you normally research in a research tree.
Each item has a name and an ID (also "code"), a `progression` flag and will Each item has a name and an ID (also "code"), a `advancement` flag and will
be assigned to a location when rolling a seed. Items with `progression` will be be assigned to a location when rolling a seed. Advancement items will be
placed early and moved around to produce some balancing. Name has to be unique assigned to locations with higher priority and moved around to meet defined
in each game, the ID needs to be unique accross all games. rules and `progression_balancing`.
Special items with ID `None` can mark events (read below). Special items with ID `None` can mark events (read below).