Adding Customizer support for flute shuffle

This commit is contained in:
codemann8
2023-08-19 12:55:55 -05:00
parent bbd3187cb1
commit 8b077cb379
4 changed files with 100 additions and 13 deletions

View File

@@ -89,7 +89,7 @@ You may define an item and a list of locations that an item should not be placed
### ow-tileflips
This must be defined by player. Each player number should be listed with the appropriate sections and each of these players MUST have `ow_mixed: true` in the `settings` section in order for any values here to take effect. This section has three primary subsections: `force_flip`, `force_no_flip`, and `undefined`.
This must be defined by player. Each player number should be listed with the appropriate sections and each of these players MUST have `ow_mixed: true` in the `settings` section in order for any values here to take effect. This section has three primary subsections: `force_flip`, `force_no_flip`, and `undefined_chance`.
#### force_flip / force_no_flip
@@ -110,6 +110,14 @@ force_no_flip:
`undefined_chance` should be used to determine how to handle all the remaining tiles that aren't explicitly defined in the earlier step. This represents the percent chance a tile will flip. This value can be set from 0 to 100 (default is 50). A value of 0 means there is a 0% chance it will be flipped.
### ow-flutespots
This must be defined by player. Each player number should be listed with the appropriate sections and each of these players MUST have some form of Flute Shuffle in order for any values here to take effect. This section has two subsections: `force` and `forbid`. Both are lists of OW Screen IDs, please refer to ow-tileflips above for more information.
Everything listed in `force` means that this screen must contain a flute spot.
Everything listed in `forbid` means that this screen must not contain a flute spot.
### entrances
This must be defined by player. Each player number should be listed with the appropriate sections. This section has three primary subsections: `entrances`, `exits`, and `two-way`.