Skip to content

Commit cb53a24

Browse files
committed
feedback update
1 parent 7ee01c5 commit cb53a24

1 file changed

Lines changed: 45 additions & 11 deletions

File tree

region/wreckedship/main/Bowling Alley.json

Lines changed: 45 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,8 +1157,8 @@
11571157
]},
11581158
{"canShineCharge": {"usedTiles": 14, "openEnd": 1}}
11591159
]},
1160-
{"thornHits": 1},
1161-
"h_spikeSuitThornHitLeniency",
1160+
{"spikeHits": 1},
1161+
"h_spikeSuitSpikeHitLeniency",
11621162
"canSpikeSuit",
11631163
{"shinespark": {"frames": 6, "excessFrames": 6}}
11641164
],
@@ -1329,14 +1329,7 @@
13291329
"canTrickyJump",
13301330
{"or": [
13311331
"HiJump",
1332-
{"and": [
1333-
"canTrickySpringBallJump",
1334-
"canInsaneJump"
1335-
]},
1336-
{"and": [
1337-
"canTrickySpringBallJump",
1338-
{"thornHits": 1}
1339-
]},
1332+
"canTrickySpringBallJump",
13401333
{"and": [
13411334
"canSpringBallJumpMidAir",
13421335
{"not": "f_DefeatedPhantoon"},
@@ -1363,7 +1356,48 @@
13631356
"The timing is precise and it can help to break two Grapple blocks to use one as a cue.",
13641357
"Crystal Flash then X-ray climb to the region above.",
13651358
"There is a chance that Samus will not be able to Crystal Flash unless first placing a Bomb or Power Bomb."
1366-
]
1359+
],
1360+
"devNote": "FIXME: This may be possible with a spike hit and speedy jump."
1361+
},
1362+
{
1363+
"link": [6, 1],
1364+
"name": "IBJ into Grapple Block, Crystal Flash, X-Ray Climb",
1365+
"requires": [
1366+
{"notable": "Grapple Block Crystal Flash"},
1367+
"canUseGrapple",
1368+
"canJumpIntoRespawningBlock",
1369+
"canInsaneJump",
1370+
"canJumpIntoIBJ",
1371+
"canDoubleBombJump",
1372+
{"or": [
1373+
{"spikeHits": 1},
1374+
{"and": [
1375+
{"not": "f_DefeatedPhantoon"},
1376+
"canRiskPermanentLossOfAccess"
1377+
]}
1378+
]},
1379+
"h_bombThings",
1380+
"h_CrystalFlash",
1381+
"canXRayClimb",
1382+
{"or": [
1383+
"h_fourTileJumpMorph",
1384+
"h_useSpringBall",
1385+
"canIBJ",
1386+
"SpeedBooster",
1387+
{"and": [
1388+
{"not": "f_DefeatedPhantoon"},
1389+
"canRiskPermanentLossOfAccess"
1390+
]}
1391+
]}
1392+
],
1393+
"flashSuitChecked": true,
1394+
"note": [
1395+
"IBJ into a breakable Grapple block.",
1396+
"The timing is very precise and requires a quick morph and ascent with precisely placed double bomb jumps.",
1397+
"Crystal Flash then X-ray climb to the region above.",
1398+
"There is a chance that Samus will not be able to Crystal Flash unless first placing a Bomb or Power Bomb."
1399+
],
1400+
"devNote": "FIXME: This may be possible without a spike hit."
13671401
},
13681402
{
13691403
"id": 54,

0 commit comments

Comments
 (0)