Files
alttpr-python/resources/app/gui/randomize/overworld/widgets.json

48 lines
834 B
JSON

{
"leftOverworldFrame": {
"overworldshuffle": {
"type": "selectbox",
"default": "vanilla",
"options": [
"vanilla",
"parallel",
"full"
]
},
"crossed": {
"type": "selectbox",
"default": "vanilla",
"options": [
"none",
"allowed",
"polar",
"grouped",
"limited",
"chaos"
]
},
"mixed": {
"type": "checkbox",
"default": true
},
"whirlpool": {
"type": "checkbox",
"default": false
},
"overworldflute": {
"type": "selectbox",
"default": "vanilla",
"options": [
"vanilla",
"balanced",
"random"
]
}
},
"rightOverworldFrame": {
"keepsimilar": {
"type": "checkbox",
"default": true
}
}
}