Files
alttpr-python/resources/app/gui/randomize/overworld/widgets.json
2022-07-24 12:42:08 -05:00

54 lines
939 B
JSON

{
"topOverworldFrame": {
"bonk_drops": {
"type": "checkbox",
"default": false
}
},
"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
}
}
}