From 5c427f5e3e6b513c9dd877a9135129afb98affeb Mon Sep 17 00:00:00 2001 From: CaitSith2 Date: Sun, 24 Jan 2021 14:52:42 -0800 Subject: [PATCH] Add Ice rod hunt to player settings and weighted settings. --- WebHostLib/static/static/playerSettings.json | 4 ++++ WebHostLib/static/static/weightedSettings.json | 6 ++++++ WebHostLib/static/static/weightedSettings.yaml | 1 + playerSettings.yaml | 1 + 4 files changed, 12 insertions(+) diff --git a/WebHostLib/static/static/playerSettings.json b/WebHostLib/static/static/playerSettings.json index d57fb589..3179fe26 100644 --- a/WebHostLib/static/static/playerSettings.json +++ b/WebHostLib/static/static/playerSettings.json @@ -48,6 +48,10 @@ { "name": "Triforce Hunt + Ganon", "value": "ganon_triforce_hunt" + }, + { + "name": "Ice Rod Hunt", + "value": "ice_rod_hunt" } ] }, diff --git a/WebHostLib/static/static/weightedSettings.json b/WebHostLib/static/static/weightedSettings.json index e515ea0f..116d616e 100644 --- a/WebHostLib/static/static/weightedSettings.json +++ b/WebHostLib/static/static/weightedSettings.json @@ -377,6 +377,12 @@ "friendlyName": "Local Triforce hunt /w Ganon", "description": "Same as Local Triforce Hunt, but you need to defeat Ganon in his lair instead of talking with Murahadala.", "defaultValue": 0 + }, + "ice_rod_hunt": { + "keyString": "goals.ice_rod_hunt", + "friendlyName": "Ice Rod Hunt", + "description": "Look for the Ice Rod within your 215 available checks, then go kill Trinexx at Turtle rock.", + "defaultValue": 0 } } }, diff --git a/WebHostLib/static/static/weightedSettings.yaml b/WebHostLib/static/static/weightedSettings.yaml index ee42d806..d8d56c3c 100644 --- a/WebHostLib/static/static/weightedSettings.yaml +++ b/WebHostLib/static/static/weightedSettings.yaml @@ -96,6 +96,7 @@ goals: 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 local_ganon_triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout your world, then kill Ganon + ice_rod_hunt: 0 # You start with everything needed to 216 the seed. Find the Ice rod, then kill Trinexx at Turtle rock. triforce_pieces_mode: #Determine how to calculate the extra available triforce pieces. extra: 0 # available = triforce_pieces_extra + triforce_pieces_required percentage: 0 # available = (triforce_pieces_percentage /100) * triforce_pieces_required diff --git a/playerSettings.yaml b/playerSettings.yaml index a85401cb..2caf91f6 100644 --- a/playerSettings.yaml +++ b/playerSettings.yaml @@ -96,6 +96,7 @@ goals: 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 local_ganon_triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout your world, then kill Ganon + ice_rod_hunt: 0 # You start with everything needed to 216 the seed. Find the Ice rod, then kill Trinexx at Turtle rock. triforce_pieces_mode: #Determine how to calculate the extra available triforce pieces. extra: 0 # available = triforce_pieces_extra + triforce_pieces_required percentage: 0 # available = (triforce_pieces_percentage /100) * triforce_pieces_required