Skip to content

Commit 8b626df

Browse files
committed
Add lenience to Screw Attack Room speedy jump
1 parent c4d6f6b commit 8b626df

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

region/lowernorfair/west/Screw Attack Room.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,17 @@
15191519
"h_backIntoCorner"
15201520
]},
15211521
{"doorUnlockedAtNode": 2},
1522-
{"heatFrames": 160}
1522+
{"or": [
1523+
{"and": [
1524+
"canInsaneJump",
1525+
{"heatFrames": 160}
1526+
]},
1527+
{"and": [
1528+
"canTrickyJump",
1529+
{"heatFrames": 200}
1530+
]},
1531+
{"heatFrames": 445}
1532+
]}
15231533
],
15241534
"unlocksDoors": [
15251535
{
@@ -1536,7 +1546,8 @@
15361546
],
15371547
"flashSuitChecked": true,
15381548
"blueSuitChecked": true,
1539-
"note": "Position yourself in the door way, then run and jump. Makes it possible to walljump up."
1549+
"note": "Position Samus in the door way, then run and jump. Makes it possible to walljump up.",
1550+
"devNote": "Without canTrickyJump, this gives enough lenience for a second attempt."
15401551
},
15411552
{
15421553
"id": 19,

0 commit comments

Comments
 (0)