JSONify Dungeon Rando options

This commit is contained in:
Mike A. Trethewey
2020-02-17 01:26:21 -08:00
parent 20bc14ba12
commit 2a1e9726b1
3 changed files with 68 additions and 67 deletions

View File

@@ -0,0 +1,28 @@
{
"dungeondoorshuffle": {
"type": "selectbox",
"label": {
"text": "Dungeon Door Shuffle"
},
"packAttrs": {
"label": {
"side": "left"
},
"selectbox": {
"side": "right"
},
"default": "Basic"
},
"options": {
"Vanilla": "vanilla",
"Basic": "basic",
"Crossed": "crossed"
}
},
"experimental": {
"type": "checkbox",
"label": {
"text": "Enable Experimental Features"
}
}
}