Update the playerSettings.yaml with the new option.
This commit is contained in:
parent
f17682e997
commit
deb18c64f6
|
@ -322,6 +322,12 @@
|
||||||
"description": "Acquire all three pendants and pull the Triforce from the Master Sword Pedestal.",
|
"description": "Acquire all three pendants and pull the Triforce from the Master Sword Pedestal.",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
},
|
},
|
||||||
|
"ganon_pedestal": {
|
||||||
|
"keyString": "goals.ganon_pedestal",
|
||||||
|
"friendlyName": "Ganon Pedestal",
|
||||||
|
"description": "Accquire all three pendants, pull the Master Sword Pedestal, then defeat Ganon in his lair.",
|
||||||
|
"defaultValue": 0
|
||||||
|
},
|
||||||
"triforce_hunt": {
|
"triforce_hunt": {
|
||||||
"keyString": "goals.triforce_hunt",
|
"keyString": "goals.triforce_hunt",
|
||||||
"friendlyName": "Triforce Hunt",
|
"friendlyName": "Triforce Hunt",
|
||||||
|
|
|
@ -82,6 +82,7 @@ goals:
|
||||||
fast_ganon: 0 # Only killing Ganon is required. The hole is always open. However, items may still be placed in GT
|
fast_ganon: 0 # Only killing Ganon is required. The hole is always open. However, items may still be placed in GT
|
||||||
dungeons: 0 # Defeat the boss of all dungeons, including Agahnim's tower and GT (Aga 2)
|
dungeons: 0 # Defeat the boss of all dungeons, including Agahnim's tower and GT (Aga 2)
|
||||||
pedestal: 0 # Pull the Triforce from the Master Sword pedestal
|
pedestal: 0 # Pull the Triforce from the Master Sword pedestal
|
||||||
|
ganon_pedestal: 0 # Pull the Master Sword pedestal, then kill Ganon
|
||||||
triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout the worlds, then turn them in to Murahadala in front of Hyrule Castle
|
triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout the worlds, then turn them in to Murahadala in front of Hyrule Castle
|
||||||
local_triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout your world, then turn them in to Murahadala in front of Hyrule Castle
|
local_triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout your world, then turn them in to Murahadala in front of Hyrule Castle
|
||||||
ganon_triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout the worlds, then kill Ganon
|
ganon_triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout the worlds, then kill Ganon
|
||||||
|
|
|
@ -91,6 +91,7 @@ goals:
|
||||||
fast_ganon: 0 # Only killing Ganon is required. The hole is always open. However, items may still be placed in GT
|
fast_ganon: 0 # Only killing Ganon is required. The hole is always open. However, items may still be placed in GT
|
||||||
dungeons: 0 # Defeat the boss of all dungeons, including Agahnim's tower and GT (Aga 2)
|
dungeons: 0 # Defeat the boss of all dungeons, including Agahnim's tower and GT (Aga 2)
|
||||||
pedestal: 0 # Pull the Triforce from the Master Sword pedestal
|
pedestal: 0 # Pull the Triforce from the Master Sword pedestal
|
||||||
|
ganon_pedestal: 0 # Pull the Master Sword pedestal, then kill Ganon
|
||||||
triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout the worlds, then turn them in to Murahadala in front of Hyrule Castle
|
triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout the worlds, then turn them in to Murahadala in front of Hyrule Castle
|
||||||
local_triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout your world, then turn them in to Murahadala in front of Hyrule Castle
|
local_triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout your world, then turn them in to Murahadala in front of Hyrule Castle
|
||||||
ganon_triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout the worlds, then kill Ganon
|
ganon_triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout the worlds, then kill Ganon
|
||||||
|
|
Loading…
Reference in New Issue