From ad2aa9e7c6e2234d177eff71879c0f10032afb45 Mon Sep 17 00:00:00 2001 From: Brent Kerby Date: Mon, 11 Aug 2025 16:13:23 -0600 Subject: [PATCH] Update mama turtle stutter shinecharge to the top --- region/maridia/outer/Mama Turtle Room.json | 35 ++++++++++++++++++++-- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/region/maridia/outer/Mama Turtle Room.json b/region/maridia/outer/Mama Turtle Room.json index a527ff9a16..863831d9e9 100644 --- a/region/maridia/outer/Mama Turtle Room.json +++ b/region/maridia/outer/Mama Turtle Room.json @@ -631,15 +631,13 @@ "link": [1, 2], "name": "Stutter Water Shinecharge", "entranceCondition": { - "comeInRunning": { - "speedBooster": true, + "comeInStutterShinecharging": { "minTiles": 2 } }, "requires": [ "canStutterWaterShineCharge", "canShinechargeMovement", - "h_shinechargeMaxRunway", {"or": [ {"shinespark": {"frames": 61, "excessFrames": 7}}, {"and": [ @@ -656,6 +654,37 @@ "clearsObstacles": ["B"], "devNote": "This could have a few more excess frames if not getting on top of the block to go to 2." }, + { + "link": [1, 2], + "name": "Precise Stutter Water Shinecharge", + "entranceCondition": { + "comeInStutterShinecharging": { + "minTiles": 1 + } + }, + "requires": [ + "canPreciseStutterWaterShineCharge", + "canShinechargeMovement", + {"or": [ + {"shinespark": {"frames": 61, "excessFrames": 7}}, + {"and": [ + "canMidairShinespark", + {"shinespark": {"frames": 56, "excessFrames": 7}} + ]}, + {"and": [ + "canMidairShinespark", + "HiJump", + {"shinespark": {"frames": 52, "excessFrames": 7}} + ]} + ]} + ], + "clearsObstacles": ["B"], + "note": [ + "With only 1 tile of runway, this requires releasing forward for 1 or 2 frames", + "and repressing forward on the last possible frame." + ], + "devNote": "This could have a few more excess frames if not getting on top of the block to go to 2." + }, { "id": 10, "link": [1, 2],