44 lines
757 B
JSON
44 lines
757 B
JSON
{
|
|
"widgets": {
|
|
"openpyramid": {
|
|
"type": "selectbox",
|
|
"options": [
|
|
"auto",
|
|
"yes",
|
|
"no"
|
|
],
|
|
"config": {
|
|
"width": 10
|
|
}
|
|
},
|
|
"shuffleganon": { "type": "checkbox" },
|
|
"shufflelinks": { "type": "checkbox" },
|
|
"overworld_map": {
|
|
"type": "selectbox",
|
|
"options": [
|
|
"default",
|
|
"compass",
|
|
"map"
|
|
],
|
|
"config": {
|
|
"width": 45
|
|
}
|
|
},
|
|
"entranceshuffle": {
|
|
"type": "selectbox",
|
|
"options": [
|
|
"vanilla",
|
|
"simple",
|
|
"restricted",
|
|
"full",
|
|
"lite",
|
|
"lean",
|
|
"crossed",
|
|
"insanity",
|
|
"dungeonsfull",
|
|
"dungeonssimple"
|
|
]
|
|
}
|
|
}
|
|
}
|