Skip to content

Commit f717279

Browse files
committed
feedback updates
1 parent 469f50e commit f717279

1 file changed

Lines changed: 40 additions & 1 deletion

File tree

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

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,11 +584,50 @@
584584
},
585585
"requires": [
586586
"canTrickyDashJump",
587+
"canTrickyDodgeEnemies",
587588
"canInsaneJump",
588-
"canMidairWiggle",
589589
{"heatFrames": 140}
590590
]
591591
},
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+
},
592631
{
593632
"id": 69,
594633
"link": [1, 4],

0 commit comments

Comments
 (0)