61 lines
997 B
JSON
61 lines
997 B
JSON
{
|
|
"widgets": {
|
|
"entranceshuffle": {
|
|
"type": "selectbox",
|
|
"options": [
|
|
"vanilla",
|
|
"simple",
|
|
"restricted",
|
|
"full",
|
|
"lite",
|
|
"lean",
|
|
"crossed",
|
|
"insanity",
|
|
"dungeonsfull",
|
|
"dungeonssimple"
|
|
]
|
|
},
|
|
"shuffleganon": {
|
|
"type": "checkbox",
|
|
"config": {
|
|
"padx": [20,0]
|
|
}
|
|
},
|
|
"shufflelinks": {
|
|
"type": "checkbox",
|
|
"config": {
|
|
"padx": [20,0]
|
|
}
|
|
},
|
|
"shuffletavern": {
|
|
"type": "checkbox",
|
|
"config": {
|
|
"padx": [20,0]
|
|
}
|
|
},
|
|
"openpyramid": {
|
|
"type": "selectbox",
|
|
"options": [
|
|
"auto",
|
|
"yes",
|
|
"no"
|
|
],
|
|
"config": {
|
|
"width": 6,
|
|
"pady": [20,0]
|
|
}
|
|
},
|
|
"overworld_map": {
|
|
"type": "selectbox",
|
|
"options": [
|
|
"default",
|
|
"compass",
|
|
"map"
|
|
],
|
|
"config": {
|
|
"width": 45
|
|
}
|
|
}
|
|
}
|
|
}
|