Added triforce hud options, expanded triforce requirement

This commit is contained in:
pepperpow
2021-01-29 15:42:00 -06:00
parent 8ddb1ab614
commit 82fc2aba20
9 changed files with 56 additions and 7 deletions

View File

@@ -1570,6 +1570,38 @@
}
}
},
"triforcehud": {
"keyString": "rom.triforcehud",
"friendlyName": "Triforce Hud Options",
"description": "Hide the triforce hud in certain circumstances.",
"inputType": "range",
"subOptions": {
"normal": {
"keyString": "rom.triforcehud.normal",
"friendlyName": "Normal",
"description": "Always displays HUD as usual.",
"defaultValue": 50
},
"hide_goal": {
"keyString": "rom.triforcehud.hide_goal",
"friendlyName": "Hide Goal",
"description": "Hide Triforce Hud elements until a single triforce piece is acquired.",
"defaultValue": 0
},
"hide_total": {
"keyString": "rom.triforcehud.hide_total",
"friendlyName": "Hide Total",
"description": "Hide total amount needed to win the game",
"defaultValue": 0
},
"hide_both": {
"keyString": "rom.triforcehud.hide_both",
"friendlyName": "Hide Both",
"description": "Hide both of the above options",
"defaultValue": 0
}
}
},
"quickswap": {
"keyString": "rom.quickswap",
"friendlyName": "Item Quick-Swap",