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

@@ -1,9 +1,32 @@
{
"keysanity": {
"mapshuffle": {
"type": "selectbox",
"options": [
"none",
"district",
"wild"
],
"config": {
"padx": [20,0]
}
},
"compassshuffle": {
"type": "selectbox",
"options": [
"none",
"district",
"wild"
],
"config": {
"padx": [20,0]
}
},
"smallkeyshuffle": {
"type": "selectbox",
"options": [
"none",
"district",
"wild",
"universal"
],
@@ -11,8 +34,16 @@
"padx": [20,0]
}
},
"mapshuffle": { "type": "checkbox" },
"compassshuffle": { "type": "checkbox" },
"bigkeyshuffle": { "type": "checkbox" }
"bigkeyshuffle": {
"type": "selectbox",
"options": [
"none",
"district",
"wild"
],
"config": {
"padx": [20,0]
}
}
}
}

View File

@@ -6,6 +6,7 @@
"options": [
"none",
"dungeon",
"district",
"wild"
],
"config": {