From 45352a7c870ce467ef201acedbf1ed938dc46b74 Mon Sep 17 00:00:00 2001 From: Brent Kerby Date: Wed, 16 Apr 2025 08:38:42 -0600 Subject: [PATCH 1/2] Blue Brinstar Boulder shinespark --- .../brinstar/blue/Blue Brinstar Boulder Room.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/region/brinstar/blue/Blue Brinstar Boulder Room.json b/region/brinstar/blue/Blue Brinstar Boulder Room.json index 70af8b14ab..e8337dc279 100644 --- a/region/brinstar/blue/Blue Brinstar Boulder Room.json +++ b/region/brinstar/blue/Blue Brinstar Boulder Room.json @@ -466,6 +466,21 @@ "canCarefulJump" ] }, + { + "link": [2, 1], + "name": "Come in Shinecharged, Shinespark", + "entranceCondition": { + "comeInShinecharged": {} + }, + "requires": [ + {"shineChargeFrames": 15}, + "canMidairShinespark", + {"shinespark": {"frames": 7, "excessFrames": 1}} + ], + "note": [ + "If sparking early, a down-back can help with reaching the platform." + ] + }, { "id": 24, "link": [2, 1], From 87da7e75ab8062de76bbc5d524353db57d98367d Mon Sep 17 00:00:00 2001 From: kjbranch Date: Sun, 20 Apr 2025 11:10:03 -0600 Subject: [PATCH 2/2] feedback update --- region/brinstar/blue/Blue Brinstar Boulder Room.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/region/brinstar/blue/Blue Brinstar Boulder Room.json b/region/brinstar/blue/Blue Brinstar Boulder Room.json index e8337dc279..2152f9316a 100644 --- a/region/brinstar/blue/Blue Brinstar Boulder Room.json +++ b/region/brinstar/blue/Blue Brinstar Boulder Room.json @@ -474,10 +474,16 @@ }, "requires": [ {"shineChargeFrames": 15}, + "canShinechargeMovement", "canMidairShinespark", - {"shinespark": {"frames": 7, "excessFrames": 1}} + {"shinespark": {"frames": 7, "excessFrames": 1}}, + {"or": [ + "canTrickyJump", + {"enemyDamage": {"enemy": "Boulder", "type": "contact", "hits": 1}} + ]} ], "note": [ + "Sparking only to the edge of the invisible platform helps prevent taking a boulder hit.", "If sparking early, a down-back can help with reaching the platform." ] },