We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d6f6b commit 8b626dfCopy full SHA for 8b626df
1 file changed
region/lowernorfair/west/Screw Attack Room.json
@@ -1519,7 +1519,17 @@
1519
"h_backIntoCorner"
1520
]},
1521
{"doorUnlockedAtNode": 2},
1522
- {"heatFrames": 160}
+ {"or": [
1523
+ {"and": [
1524
+ "canInsaneJump",
1525
+ {"heatFrames": 160}
1526
+ ]},
1527
1528
+ "canTrickyJump",
1529
+ {"heatFrames": 200}
1530
1531
+ {"heatFrames": 445}
1532
+ ]}
1533
],
1534
"unlocksDoors": [
1535
{
@@ -1536,7 +1546,8 @@
1536
1546
1537
1547
"flashSuitChecked": true,
1538
1548
"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."
1540
1551
},
1541
1552
1542
1553
"id": 19,
0 commit comments