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:
el-u 2023-07-22 16:56:00 +02:00 committed by GitHub
parent 9b1de8fea8
commit 5843f71447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -140,7 +140,10 @@ Other classifications include
* `filler`: a regular item or trash item
* `useful`: generally quite useful, but not required for anything logical
* `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