57 lines
995 B
JSON
57 lines
995 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",
|
|
"polar",
|
|
"grouped",
|
|
"limited",
|
|
"chaos"
|
|
]
|
|
},
|
|
"mixed": {
|
|
"type": "checkbox",
|
|
"default": false
|
|
},
|
|
"whirlpool": {
|
|
"type": "checkbox",
|
|
"default": false
|
|
},
|
|
"overworldflute": {
|
|
"type": "selectbox",
|
|
"default": "vanilla",
|
|
"options": [
|
|
"vanilla",
|
|
"balanced",
|
|
"random"
|
|
]
|
|
}
|
|
},
|
|
"rightOverworldFrame": {
|
|
"terrain": {
|
|
"type": "checkbox",
|
|
"default": false
|
|
},
|
|
"keepsimilar": {
|
|
"type": "checkbox",
|
|
"default": false
|
|
}
|
|
}
|
|
} |