File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ],
You can’t perform that action at this time.
0 commit comments