50 lines
835 B
JSON
50 lines
835 B
JSON
{
|
|
"widgets": {
|
|
"dungeondoorshuffle": {
|
|
"type": "selectbox",
|
|
"default": "basic",
|
|
"options": [
|
|
"vanilla",
|
|
"basic",
|
|
"crossed"
|
|
]
|
|
},
|
|
"dungeonintensity": {
|
|
"type": "selectbox",
|
|
"default": "2",
|
|
"options": [
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"random"
|
|
],
|
|
"config": {
|
|
"width": 35
|
|
}
|
|
},
|
|
"experimental": { "type": "checkbox" },
|
|
"dungeon_counters": {
|
|
"type": "selectbox",
|
|
"default": "default",
|
|
"options": [
|
|
"default",
|
|
"off",
|
|
"on",
|
|
"pickup"
|
|
]
|
|
},
|
|
"mixed_travel": {
|
|
"type" : "selectbox",
|
|
"default": "auto",
|
|
"options": [
|
|
"prevent",
|
|
"allow",
|
|
"force"
|
|
],
|
|
"config": {
|
|
"width": 35
|
|
}
|
|
}
|
|
}
|
|
}
|