Files
alttpr-python/resources/app/gui/randomize/dungeon/widgets.json
aerinon d3e643b9c6 Finish bps work
Fixing a couple bugs
2020-10-29 15:46:27 -06:00

50 lines
835 B
JSON

{
"widgets": {
"dungeondoorshuffle": {
"type": "selectbox",
"default": "basic",
"options": [
"vanilla",
"basic",
"crossed"
]
},
"dungeonintensity": {
"type": "selectbox",
"default": "2",
"options": [
"1",
"2",
"3",
"random"
],
"config": {
"width": 35
}
},
"experimental": { "type": "checkbox" },
"dungeon_counters": {
"type": "selectbox",
"default": "default",
"options": [
"default",
"off",
"on",
"pickup"
]
},
"mixed_travel": {
"type" : "selectbox",
"default": "auto",
"options": [
"prevent",
"allow",
"force"
],
"config": {
"width": 35
}
}
}
}