Standardize Entrando options
Was basically already condensed
This commit is contained in:
@@ -1,38 +1,40 @@
|
||||
{
|
||||
"openpyramid": {
|
||||
"type": "checkbox",
|
||||
"label": {
|
||||
"text": "Pre-open Pyramid Hole"
|
||||
}
|
||||
},
|
||||
"shuffleganon": {
|
||||
"type": "checkbox",
|
||||
"label": {
|
||||
"text": "Include Ganon's Tower and Pyramid Hole in shuffle pool"
|
||||
}
|
||||
},
|
||||
"entranceshuffle": {
|
||||
"type": "selectbox",
|
||||
"label": {
|
||||
"text": "Entrance Shuffle"
|
||||
"widgets": {
|
||||
"openpyramid": {
|
||||
"type": "checkbox",
|
||||
"label": {
|
||||
"text": "Pre-open Pyramid Hole"
|
||||
}
|
||||
},
|
||||
"managerAttrs": {
|
||||
"label": { "side": "left" },
|
||||
"selectbox": { "side": "right" }
|
||||
"shuffleganon": {
|
||||
"type": "checkbox",
|
||||
"label": {
|
||||
"text": "Include Ganon's Tower and Pyramid Hole in shuffle pool"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"Vanilla": "vanilla",
|
||||
"Simple": "simple",
|
||||
"Restricted": "restricted",
|
||||
"Full": "full",
|
||||
"Crossed": "crossed",
|
||||
"Insanity": "insanity",
|
||||
"Restricted (Legacy)": "restricted_legacy",
|
||||
"Full (Legacy)": "full_legacy",
|
||||
"Madness (Legacy)": "madness_legacy",
|
||||
"Insanity (Legacy)": "insanity_legacy",
|
||||
"Dungeons + Full": "dungeonsfull",
|
||||
"Dungeons + Simple": "dungeonssimple"
|
||||
"entranceshuffle": {
|
||||
"type": "selectbox",
|
||||
"label": {
|
||||
"text": "Entrance Shuffle"
|
||||
},
|
||||
"managerAttrs": {
|
||||
"label": { "side": "left" },
|
||||
"selectbox": { "side": "right" }
|
||||
},
|
||||
"options": {
|
||||
"Vanilla": "vanilla",
|
||||
"Simple": "simple",
|
||||
"Restricted": "restricted",
|
||||
"Full": "full",
|
||||
"Crossed": "crossed",
|
||||
"Insanity": "insanity",
|
||||
"Restricted (Legacy)": "restricted_legacy",
|
||||
"Full (Legacy)": "full_legacy",
|
||||
"Madness (Legacy)": "madness_legacy",
|
||||
"Insanity (Legacy)": "insanity_legacy",
|
||||
"Dungeons + Full": "dungeonsfull",
|
||||
"Dungeons + Simple": "dungeonssimple"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user