Implemented District/Nearby Dungeon Item Shuffle

This commit is contained in:
codemann8
2024-12-24 11:49:24 -06:00
parent e3e227f3d5
commit 1247716e92
21 changed files with 295 additions and 148 deletions

View File

@@ -369,12 +369,18 @@
"type": "bool"
},
"mapshuffle": {
"action": "store_true",
"type": "bool"
"choices": [
"none",
"district",
"wild"
]
},
"compassshuffle": {
"action": "store_true",
"type": "bool"
"choices": [
"none",
"district",
"wild"
]
},
"keyshuffle": {
"choices": [
@@ -384,13 +390,17 @@
]
},
"bigkeyshuffle": {
"action": "store_true",
"type": "bool"
"choices": [
"none",
"district",
"wild"
]
},
"prizeshuffle": {
"choices": [
"none",
"dungeon",
"district",
"wild"
]
},