Skip to content

Commit bf35e65

Browse files
committed
feedback update
1 parent 5564416 commit bf35e65

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

region/lowernorfair/west/Screw Attack Room.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,6 +1554,74 @@
15541554
"It is possible to fall back onto the door shell with artificial morph, then use Spring Ball to place a Power Bomb high enough."
15551555
]
15561556
},
1557+
{
1558+
"link": [2, 5],
1559+
"name": "G-Mode Morph, Bomb All Blocks",
1560+
"entranceCondition": {
1561+
"comeInWithGMode": {
1562+
"mode": "any",
1563+
"morphed": true
1564+
}
1565+
},
1566+
"requires": [
1567+
"h_heatedGMode",
1568+
{"or": [
1569+
"h_canArtificialMorphLongIBJ",
1570+
{"and": [
1571+
"h_canUsePowerBombs",
1572+
{"or": [
1573+
"canWalljump",
1574+
"SpaceJump",
1575+
{"and": [
1576+
"HiJump",
1577+
"canSpringBallJumpMidAir"
1578+
]}
1579+
]}
1580+
]}
1581+
]},
1582+
"h_additionalBomb",
1583+
{"heatFrames": 0}
1584+
],
1585+
"clearsObstacles": ["A", "B"],
1586+
"flashSuitChecked": true,
1587+
"note": "Bomb all the blocks before exiting G-mode near the lower bomb blocks."
1588+
},
1589+
{
1590+
"link": [2, 5],
1591+
"name": "Direct G-Mode Morph, Bomb All Blocks, Door Frame Jump",
1592+
"entranceCondition": {
1593+
"comeInWithGMode": {
1594+
"mode": "direct",
1595+
"morphed": true
1596+
}
1597+
},
1598+
"requires": [
1599+
"h_heatedGMode",
1600+
{"or": [
1601+
{"and": [
1602+
"h_canArtificialMorphPowerBomb",
1603+
"canArtificialMorph",
1604+
"h_canArtificialMorphSpringBall"
1605+
]},
1606+
{"and": [
1607+
"h_canUsePowerBombs",
1608+
{"or": [
1609+
"HiJump",
1610+
"h_canCrouchJumpDownGrab",
1611+
"canSpringBallJumpMidAir"
1612+
]}
1613+
]}
1614+
]},
1615+
"h_additionalBomb",
1616+
{"heatFrames": 0}
1617+
],
1618+
"clearsObstacles": ["A", "B"],
1619+
"flashSuitChecked": true,
1620+
"note": [
1621+
"Bomb all the blocks before exiting G-mode near the lower bomb blocks.",
1622+
"It is possible to fall back onto the door shell with artificial morph, then use Spring Ball to place a Power Bomb high enough."
1623+
]
1624+
},
15571625
{
15581626
"id": 94,
15591627
"link": [3, 1],

0 commit comments

Comments
 (0)