From 51eada674047905bcd8724c35d3e433de6468e4b Mon Sep 17 00:00:00 2001 From: Brent Kerby Date: Fri, 25 Jul 2025 17:38:16 -0600 Subject: [PATCH 1/2] Behemoth spark while farming --- region/crateria/central/Climb.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/region/crateria/central/Climb.json b/region/crateria/central/Climb.json index f9d695eccf..e2ead95e09 100644 --- a/region/crateria/central/Climb.json +++ b/region/crateria/central/Climb.json @@ -2057,6 +2057,36 @@ ], "note": "Starting with a crouch, diagonal shinespark to the top to break the bomb blocks to the morph tunnels on the right." }, + { + "link": [6, 3], + "name": "Behemoth Spark while Farming", + "requires": [ + {"notable": "Behemoth Shinespark"}, + "canTrickyDodgeEnemies", + "canFarmWhileShooting", + "Morph", + "canMoonfall", + {"or": [ + "Plasma", + "ScrewAttack", + "canInsaneJump" + ]}, + {"resourceMissingAtMost": [{"type": "Missile", "count": 0}]}, + {"canShineCharge": {"usedTiles": 28, "openEnd": 0}}, + {"shinespark": {"frames": 60, "excessFrames": 3}}, + {"obstaclesCleared": ["A"]}, + {"or": [ + "h_ClimbWithoutLava", + {"obstaclesNotCleared": ["B"]} + ]} + ], + "note": [ + "Manipulate the Pirates to the right wall while climbing the room.", + "Kill all the Pirates while moonfalling down the right side.", + "Then quickly gain a shinecharge, crouch, and perform a diagonal shinespark to the top,", + "collecting the drops along the way." + ] + }, { "id": 94, "link": [6, 3], From eebe985fc02c0be554421f183c0fc7b419e274be Mon Sep 17 00:00:00 2001 From: Brent Kerby Date: Fri, 25 Jul 2025 17:49:17 -0600 Subject: [PATCH 2/2] tighten shinespark frames a bit --- region/crateria/central/Climb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/region/crateria/central/Climb.json b/region/crateria/central/Climb.json index e2ead95e09..84c7d7f7a3 100644 --- a/region/crateria/central/Climb.json +++ b/region/crateria/central/Climb.json @@ -2073,7 +2073,7 @@ ]}, {"resourceMissingAtMost": [{"type": "Missile", "count": 0}]}, {"canShineCharge": {"usedTiles": 28, "openEnd": 0}}, - {"shinespark": {"frames": 60, "excessFrames": 3}}, + {"shinespark": {"frames": 50, "excessFrames": 3}}, {"obstaclesCleared": ["A"]}, {"or": [ "h_ClimbWithoutLava",