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