Skip to content

Commit ae5abf7

Browse files
committed
add regain mobility fixes
1 parent 488c3ca commit ae5abf7

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

region/maridia/outer/Main Street.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,12 +502,15 @@
502502
"link": [1, 1],
503503
"name": "G-Mode Regain Mobility",
504504
"requires": [
505-
"never"
505+
{"enemyDamage": {"enemy": "Sciser", "type": "contact", "hits": 1}}
506506
],
507507
"gModeRegainMobility": {},
508508
"flashSuitChecked": true,
509-
"note": "Start on the right side and carefully land on the right edge. If in artificial morph, use spring ball or quickly bomb or bomb over the crab to avoid a second hit.",
510-
"devNote": "FIXME: It may be possible to get hit on the left side, but it would be dependent on the strats coming in, sometimes you're immobilized too high to get hit."
509+
"note": [
510+
"Start on the far right or left side to get hit by the crab.",
511+
"If on the right side, carefully land on the right edge; if in artificial morph, use Spring Ball or quickly bomb to kill or boost over the crab to avoid a second hit."
512+
],
513+
"devNote": "Using artificial morph in-room will already require some sort of movement, so it is not included here to avoid a second hit."
511514
},
512515
{
513516
"id": 152,

region/maridia/outer/Mt. Everest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2493,7 +2493,10 @@
24932493
]}
24942494
],
24952495
"flashSuitChecked": true,
2496-
"devNote": "Direct G-mode will have an open door and Samus will fall. Indirect will require a doorlock bypass in the room below."
2496+
"devNote": [
2497+
"Direct G-mode will have an open door and Samus will fall. Indirect will require a doorlock bypass in the room below.",
2498+
"FIXME: A direct G-mode regain mobility and fall through the door would be possible if entering on the right side of the door, but there is not a way to represent that yet."
2499+
]
24972500
},
24982501
{
24992502
"id": 91,

0 commit comments

Comments
 (0)