docs: mention all item classifications (#1961)
* docs: mention all item classifications * docs: mention all item classifications: reword skip_balancing and progression_skip_balancing
This commit is contained in:
parent
9b1de8fea8
commit
5843f71447
|
@ -140,7 +140,10 @@ Other classifications include
|
||||||
* `filler`: a regular item or trash item
|
* `filler`: a regular item or trash item
|
||||||
* `useful`: generally quite useful, but not required for anything logical
|
* `useful`: generally quite useful, but not required for anything logical
|
||||||
* `trap`: negative impact on the player
|
* `trap`: negative impact on the player
|
||||||
* `skip_balancing`: add to `progression` to skip balancing; e.g. currency or tokens
|
* `skip_balancing`: denotes that an item should not be moved to an earlier sphere for the purpose of balancing (to be
|
||||||
|
combined with `progression`; see below)
|
||||||
|
* `progression_skip_balancing`: the combination of `progression` and `skip_balancing`, i.e., a progression item that
|
||||||
|
will not be moved around by progression balancing; used, e.g., for currency or tokens
|
||||||
|
|
||||||
### Events
|
### Events
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue