Files
alttpr-python/resources/app/gui/randomize/dungeon/keysanity.json
2023-04-13 14:03:30 -05:00

19 lines
356 B
JSON

{
"keysanity": {
"smallkeyshuffle": {
"type": "selectbox",
"options": [
"none",
"wild",
"universal"
],
"config": {
"padx": [20,0]
}
},
"mapshuffle": { "type": "checkbox" },
"compassshuffle": { "type": "checkbox" },
"bigkeyshuffle": { "type": "checkbox" }
}
}