Trap door mode initial work

This commit is contained in:
aerinon
2023-02-16 11:49:29 -07:00
parent 0e82dd73b7
commit f0101c9854
13 changed files with 195 additions and 62 deletions

View File

@@ -193,6 +193,21 @@
"chaos"
]
},
"trap_door_mode": {
"choices": [
"vanilla",
"boss",
"oneway"
]
},
"key_logic_algorithm": {
"choices": [
"loose",
"default",
"partial",
"strict"
]
},
"decoupledoors": {
"action": "store_true",
"type": "bool"