mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-26 22:43:26 -07:00
Merge remote-tracking branch 'pepperpow/triforce_changes' into main
This commit is contained in:
@@ -1602,6 +1602,37 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"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": 0
|
||||
},
|
||||
"hide_goal": {
|
||||
"keyString": "rom.triforcehud.hide_goal",
|
||||
"friendlyName": "Hide Goal",
|
||||
"description": "Hide Triforce Hud elements until a single triforce piece is acquired or spoken to Murahadala",
|
||||
"defaultValue": 50
|
||||
},
|
||||
"hide_total": {
|
||||
"keyString": "rom.triforcehud.hide_required",
|
||||
"friendlyName": "Hide Required Total",
|
||||
"description": "Hide total amount needed to win the game (unless spoken to Murahadala)",
|
||||
"defaultValue": 0
|
||||
},
|
||||
"hide_both": {
|
||||
"keyString": "rom.triforcehud.hide_both",
|
||||
"friendlyName": "Hide Both",
|
||||
"description": "Hide both of the above options",
|
||||
"defaultValue": 0
|
||||
}
|
||||
},
|
||||
"reduceflashing": {
|
||||
"keyString": "rom.reduceflashing",
|
||||
"friendlyName": "Full-Screen Flashing Effects",
|
||||
|
||||
Reference in New Issue
Block a user