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,26 @@
{
"mapshuffle": {
"type": "checkbox",
"label": {
"text": "Maps"
}
},
"compassshuffle": {
"type": "checkbox",
"label": {
"text": "Compasses"
}
},
"smallkeyshuffle": {
"type": "checkbox",
"label": {
"text": "Small Keys"
}
},
"bigkeyshuffle": {
"type": "checkbox",
"label": {
"text": "Small Keys"
}
}
}