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
86 changes: 70 additions & 16 deletions region/norfair/west/Ice Beam Tutorial Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,28 +343,67 @@
"blueSuitChecked": true
},
{
"id": 21,
"link": [1, 2],
"name": "G-Mode Morph",
"name": "G-Mode",
"entranceCondition": {
"comeInWithGMode": {
"mode": "any",
"morphed": true
}
},
"requires": [
"Morph",
{"or": [
{"and": [
"Morph",
{"or": [
"SpaceJump",
"canTrivialUseFrozenEnemies"
]}
]},
"SpaceJump",
"canTrivialUseFrozenEnemies",
{"and": [
"canLateralMidAirMorph",
"canTrickyJump"
]},
{"and": [
"Gravity",
{"lavaFrames": 24}
]}
]},
{"or": [
"h_heatedGModeOpenDifferentDoor",
{"and": [
"h_heatedGModePauseAbuse",
{"or": [
{"ammo": {"type": "Super", "count": 1}},
"h_usePowerBomb",
{"and": [
"ScrewAttack",
{"or": [
"h_lavaProof",
"SpaceJump",
"canWallJump"
]}
]}
]}
]}
]}
],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": [
"To save Energy, it is possible to kill to the Ripper at the far right, stand over where the drop will spawn and pause abuse to grab its Energy drop on G-mode exit.",
"With a Power Bomb, place on the right edge when the Ripper is about to hit the left edge.",
"It is also possible to kill it with Screw Attack and a precise wall jump."
]
},
{
"id": 21,
"link": [1, 2],
"name": "G-Mode Morph",
"entranceCondition": {
"comeInWithGMode": {
"mode": "any",
"morphed": true
}
},
"requires": [
{"or": [
{"and": [
"h_artificialMorphSpringFling",
"canTrickyJump"
Expand All @@ -380,20 +419,35 @@
"Gravity",
"h_artificialMorphSpringBall",
{"lavaFrames": 40}
]},
{"and": [
"Gravity",
"Morph",
{"lavaFrames": 24}
]}
]},
"h_heatedGModeOpenDifferentDoor"
{"or": [
"h_heatedGModeOpenDifferentDoor",
{"and": [
"h_heatedGModePauseAbuse",
{"or": [
{"ammo": {"type": "Super", "count": 1}},
"h_artificialMorphPowerBomb",
{"and": [
"ScrewAttack",
{"or": [
"h_lavaProof",
"SpaceJump",
"canWallJump"
]}
]}
]}
]}
]}
],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": [
"Getting across the lava while artificially morphed requires an HBJ or Spring Fling.",
"For the Spring Fling, jump immediately before the pause triggers. With Morph, Samus can air ball across."
"For the Spring Fling, jump immediately before the pause triggers.",
"To save Energy, it is possible to kill to the Ripper at the far right, stand over where the drop will spawn and pause abuse to grab its Energy drop on G-mode exit.",
"With a Power Bomb, place on the left edge when the Ripper is moving left, 2/3 of the way to the left edge.",
"It is also possible to kill it with Screw Attack and a precise wall jump."
]
},
{
Expand Down
Loading