Skip to content

Commit 1fe1756

Browse files
authored
Merge pull request #2028 from blkerby/fast-pillars-setup-tricky-dash-jump
Fast Pillars Setup cross-room tricky dash jump
2 parents 5e6b833 + 4a19567 commit 1fe1756

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

region/lowernorfair/east/Fast Pillars Setup Room.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,61 @@
573573
"Then either quickly jump through the door before the top Pirate fires a laser, or wait for it to jump across the room and then jump over it."
574574
]
575575
},
576+
{
577+
"link": [1, 4],
578+
"name": "Come in Running, Tricky Dash Jump",
579+
"entranceCondition": {
580+
"comeInRunning": {
581+
"minTiles": 1,
582+
"speedBooster": true
583+
}
584+
},
585+
"requires": [
586+
"canTrickyDashJump",
587+
"canTrickyDodgeEnemies",
588+
"canInsaneJump",
589+
{"heatFrames": 140}
590+
]
591+
},
592+
{
593+
"link": [1, 4],
594+
"name": "Side Platform Cross Room Jump",
595+
"entranceCondition": {
596+
"comeInWithSidePlatform": {
597+
"platforms": [
598+
{
599+
"minHeight": 2,
600+
"maxHeight": 2,
601+
"minTiles": 27.4375,
602+
"speedBooster": true,
603+
"obstructions": [[1, 0]],
604+
"requires": [
605+
{"heatFrames": 100}
606+
],
607+
"note": ["This applies to Dust Torizo Room."]
608+
},
609+
{
610+
"minHeight": 3,
611+
"maxHeight": 3,
612+
"minTiles": 39.4375,
613+
"speedBooster": true,
614+
"obstructions": [[3, 2]],
615+
"requires": [
616+
{"heatFrames": 100}
617+
],
618+
"note": ["This applies to Metal Pirates Room."]
619+
}
620+
]
621+
}
622+
},
623+
"requires": [
624+
"canTrickyDodgeEnemies"
625+
],
626+
"devNote": [
627+
"More difficult side platform entrances are not considered,",
628+
"because there is an alternative of doing a canTrickyDashJump with a 1-tile connected runway."
629+
]
630+
},
576631
{
577632
"id": 69,
578633
"link": [1, 4],

0 commit comments

Comments
 (0)