We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b862c6 + 3190d03 commit 1ed94a6Copy full SHA for 1ed94a6
1 file changed
region/lowernorfair/west/Screw Attack Room.json
@@ -1518,8 +1518,16 @@
1518
"canTrickyJump",
1519
"h_backIntoCorner"
1520
]},
1521
+ {"or": [
1522
+ "canInsaneJump",
1523
+ {"heatFrames": 40}
1524
+ ]},
1525
{"doorUnlockedAtNode": 2},
- {"heatFrames": 160}
1526
+ {"heatFrames": 160},
1527
1528
+ "canTrickyJump",
1529
+ {"heatFrames": 200}
1530
+ ]}
1531
],
1532
"unlocksDoors": [
1533
{
@@ -1536,7 +1544,8 @@
1536
1544
1537
1545
"flashSuitChecked": true,
1538
1546
"blueSuitChecked": true,
1539
- "note": "Position yourself in the door way, then run and jump. Makes it possible to walljump up."
1547
+ "note": "Position Samus in the door way, then run and jump. Makes it possible to walljump up.",
1548
+ "devNote": "Without canTrickyJump, this assumes you miss the jump and have to set it up a second time."
1540
1549
},
1541
1550
1542
1551
"id": 19,
0 commit comments