Files
alttpr-python/resources/app/gui/randomize/overworld/widgets.json
2021-08-26 06:00:00 -05:00

43 lines
740 B
JSON

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