From 87b8dc684a40a944d59cab9cba52148c99fb34a7 Mon Sep 17 00:00:00 2001 From: Brent Kerby Date: Tue, 8 Jul 2025 12:43:06 -0600 Subject: [PATCH] Acid Statue cross-room strats to cross acid --- .../lowernorfair/west/Acid Statue Room.json | 39 +++++++++++++++++-- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/region/lowernorfair/west/Acid Statue Room.json b/region/lowernorfair/west/Acid Statue Room.json index 9c4a5b2630..ec61a00e7c 100644 --- a/region/lowernorfair/west/Acid Statue Room.json +++ b/region/lowernorfair/west/Acid Statue Room.json @@ -201,10 +201,24 @@ {"shinespark": {"frames": 36}} ] }, + { + "link": [1, 3], + "name": "Speedy Jump Morph", + "entranceCondition": { + "comeInJumping": { + "minTiles": 19, + "speedBooster": true + } + }, + "requires": [ + "canMomentumConservingMorph", + {"heatFrames": 70} + ] + }, { "id": 6, "link": [1, 3], - "name": "SpringFling over the acid", + "name": "Spring Fling over the acid", "requires": [ "canSpringFling", "canDisableEquipment", @@ -214,8 +228,27 @@ {"heatFrames": 210} ], "note": [ - "Begin with SpeedBooster unequipped, and run&jump over the acid into an airball.", - "Once Samus begins falling, equip SpringBall and SpeedBooster to safely land on the other side near the statue." + "Beginning with Speed Booster unequipped, run and jump over the acid into an airball.", + "Once Samus begins falling, equip Spring Ball and Speed Booster to safely land on the other side near the statue." + ] + }, + { + "link": [1, 3], + "name": "Cross Room Spring Ball Bounce", + "entranceCondition": { + "comeInSpinning": { + "minExtraRunSpeed": "$1.7", + "unusableTiles": 0, + "speedBooster": "any" + } + }, + "requires": [ + "canSpringBallBounce", + {"heatFrames": 135} + ], + "note": [ + "Enter the room with a spin jump, with enough speed to bounce across the acid pit.", + "If needed, a Spring fling near the end of Samus' descent can help." ] }, {