From 5843f71447c5368410037ae52ad65184fae53ac6 Mon Sep 17 00:00:00 2001 From: el-u <109771707+el-u@users.noreply.github.com> Date: Sat, 22 Jul 2023 16:56:00 +0200 Subject: [PATCH] docs: mention all item classifications (#1961) * docs: mention all item classifications * docs: mention all item classifications: reword skip_balancing and progression_skip_balancing --- docs/world api.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/world api.md b/docs/world api.md index 22ec0dd6..7a7f37b1 100644 --- a/docs/world api.md +++ b/docs/world api.md @@ -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