Trap door refinement with "optional" value versus "vanilla"

Slight balance of chaos mode
Warping Pool trap no longer shuffled
This commit is contained in:
aerinon
2023-02-17 16:55:35 -07:00
parent d7c15ae22c
commit 9a71e56546
13 changed files with 123 additions and 53 deletions

View File

@@ -46,12 +46,16 @@
},
"trap_door_mode": {
"type": "selectbox",
"default": "vanilla",
"default": "optional",
"options": [
"vanilla",
"optional",
"boss",
"oneway"
]
],
"config": {
"width": 30
}
},
"key_logic_algorithm": {
"type": "selectbox",