mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-08 07:18:18 -07:00
Removed remnants of team stuff, make hide_goal default
This commit is contained in:
@@ -1580,18 +1580,18 @@
|
||||
"keyString": "rom.triforcehud.normal",
|
||||
"friendlyName": "Normal",
|
||||
"description": "Always displays HUD as usual.",
|
||||
"defaultValue": 50
|
||||
"defaultValue": 0
|
||||
},
|
||||
"hide_goal": {
|
||||
"keyString": "rom.triforcehud.hide_goal",
|
||||
"friendlyName": "Hide Goal",
|
||||
"description": "Hide Triforce Hud elements until a single triforce piece is acquired.",
|
||||
"defaultValue": 0
|
||||
"description": "Hide Triforce Hud elements until a single triforce piece is acquired or spoken to Murahadala",
|
||||
"defaultValue": 50
|
||||
},
|
||||
"hide_total": {
|
||||
"keyString": "rom.triforcehud.hide_total",
|
||||
"friendlyName": "Hide Total",
|
||||
"description": "Hide total amount needed to win the game",
|
||||
"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": {
|
||||
|
||||
Reference in New Issue
Block a user