Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 65 additions & 3 deletions region/maridia/inner-yellow/Maridia Elevator Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down Expand Up @@ -1229,7 +1260,11 @@
"requires": [
{"or": [
"canTrivialUseFrozenEnemies",
"canTrickyWalljump"
"canTrickyWalljump",
{"and": [
"SpaceJump",
"canTrickyJump"
]}
]}
],
"flashSuitChecked": true
Expand Down Expand Up @@ -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],
Expand Down Expand Up @@ -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."
Expand Down