26 lines
457 B
JSON
26 lines
457 B
JSON
{
|
|
"widgets": {
|
|
"dungeondoorshuffle": {
|
|
"type": "selectbox",
|
|
"default": "basic",
|
|
"options": [
|
|
"vanilla",
|
|
"basic",
|
|
"crossed"
|
|
]
|
|
},
|
|
"potshuffle": { "type": "checkbox" },
|
|
"experimental": { "type": "checkbox" },
|
|
"dungeon_counters": {
|
|
"type": "selectbox",
|
|
"default": "default",
|
|
"options": [
|
|
"default",
|
|
"off",
|
|
"on",
|
|
"pickup"
|
|
]
|
|
}
|
|
}
|
|
}
|