diff --git a/region/maridia/inner-yellow/Maridia Elevator Room.json b/region/maridia/inner-yellow/Maridia Elevator Room.json index b60f570a8a..ed41135d0c 100644 --- a/region/maridia/inner-yellow/Maridia Elevator Room.json +++ b/region/maridia/inner-yellow/Maridia Elevator Room.json @@ -1079,6 +1079,37 @@ "Unmorph to retain blue speed to pass safely through the Rippers." ] }, + { + "link": [2, 3], + "name": "Dodge Rippers Space Jump", + "requires": [ + "SpaceJump", + {"or": [ + {"and": [ + "HiJump", + "canCarefulJump" + ]}, + "canTrickyJump" + ]} + ] + }, + { + "link": [2, 3], + "name": "Dodge Rippers IBJ", + "requires": [ + {"notable": "Dodge Rippers IBJ"}, + "canTrickyDodgeEnemies", + "canStaggeredIBJ", + {"or": [ + "canBeVeryPatient", + {"enemyDamage": {"enemy": "Ripper", "type": "contact", "hits": 3}} + ]} + ], + "note": [ + "Align with the right wall of the shaft by pressing against it.", + "Use precise Bomb placements to IBJ while dodging the Rippers." + ] + }, { "id": 55, "link": [2, 3], @@ -1229,7 +1260,11 @@ "requires": [ {"or": [ "canTrivialUseFrozenEnemies", - "canTrickyWalljump" + "canTrickyWalljump", + {"and": [ + "SpaceJump", + "canTrickyJump" + ]} ]} ], "flashSuitChecked": true @@ -1298,6 +1333,23 @@ "Then climb the right side of the shaft and dodge the top Ripper." ] }, + { + "link": [2, 4], + "name": "G-Mode Morph IBJ, Dodge Rippers", + "requires": [ + {"notable": "Dodge Rippers IBJ"}, + "canTrickyDodgeEnemies", + "canStaggeredIBJ", + {"or": [ + "canBeVeryPatient", + {"enemyDamage": {"enemy": "Ripper", "type": "contact", "hits": 3}} + ]} + ], + "note": [ + "Positioning so that Samus will be against the right wall of the shaft,", + "use precise Bomb placements to IBJ while dodging the Rippers." + ] + }, { "id": 37, "link": [3, 2], @@ -1414,9 +1466,19 @@ "flashSuitChecked": true } ], - "notables": [], + "notables": [ + { + "id": 1, + "name": "Dodge Rippers IBJ", + "wallJumpAvoid": true, + "note": [ + "Align with the right wall of the shaft by pressing against it.", + "Use precise Bomb placements to IBJ while dodging the Rippers." + ] + } + ], "nextStratId": 58, - "nextNotableId": 1, + "nextNotableId": 2, "devNote": [ "FIXME: A 2->3 'Come In Shinecharging, Leave Shinecharged' strat is theoretically possible", "with 20 shinecharge frames remaining, with HiJump + Screw Attack; but the walljump climb is very difficult."