From deb18c64f6934b65a9d45a3680fc8ebe06403786 Mon Sep 17 00:00:00 2001 From: CaitSith2 Date: Thu, 15 Oct 2020 15:39:18 -0700 Subject: [PATCH] Update the playerSettings.yaml with the new option. --- WebHostLib/static/static/playerSettings.json | 6 ++++++ WebHostLib/static/static/playerSettings.yaml | 1 + playerSettings.yaml | 1 + 3 files changed, 8 insertions(+) diff --git a/WebHostLib/static/static/playerSettings.json b/WebHostLib/static/static/playerSettings.json index 91a2274c..1fb4a0f4 100644 --- a/WebHostLib/static/static/playerSettings.json +++ b/WebHostLib/static/static/playerSettings.json @@ -322,6 +322,12 @@ "description": "Acquire all three pendants and pull the Triforce from the Master Sword Pedestal.", "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": { "keyString": "goals.triforce_hunt", "friendlyName": "Triforce Hunt", diff --git a/WebHostLib/static/static/playerSettings.yaml b/WebHostLib/static/static/playerSettings.yaml index 98f7b26d..5f498ab4 100644 --- a/WebHostLib/static/static/playerSettings.yaml +++ b/WebHostLib/static/static/playerSettings.yaml @@ -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 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 + 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 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 diff --git a/playerSettings.yaml b/playerSettings.yaml index 5376b751..b9396adb 100644 --- a/playerSettings.yaml +++ b/playerSettings.yaml @@ -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 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 + 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 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