Files
alttpr-python/resources/app/gui/randomize/dungeon/keysanity.json
2023-04-04 17:11:43 -06:00

16 lines
306 B
JSON

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