446446 ],
447447 "note" : " Requires a runway of at least 22 tiles in the adjacent room."
448448 },
449+ {
450+ "link" : [1 , 4 ],
451+ "name" : " Cross Room Spring Ball Bounce" ,
452+ "entranceCondition" : {
453+ "comeInWithSpringBallBounce" : {
454+ "speedBooster" : true ,
455+ "movementType" : " any" ,
456+ "remoteAndLandingMinTiles" : [[22 , 1 ]]
457+ }
458+ },
459+ "requires" : [
460+ " canCrossRoomJumpIntoWater"
461+ ]
462+ },
463+ {
464+ "link" : [1 , 4 ],
465+ "name" : " Tricky Cross Room Spring Ball Bounce" ,
466+ "entranceCondition" : {
467+ "comeInWithSpringBallBounce" : {
468+ "speedBooster" : true ,
469+ "movementType" : " any" ,
470+ "remoteAndLandingMinTiles" : [[18.4375 , 1 ]]
471+ }
472+ },
473+ "requires" : [
474+ " canCrossRoomJumpIntoWater" ,
475+ " canTrickyDashJump"
476+ ]
477+ },
449478 {
450479 "id" : 111 ,
451480 "link" : [1 , 4 ],
776805 "entranceCondition" : {
777806 "comeInJumping" : {
778807 "speedBooster" : true ,
779- "minTiles" : 7
808+ "minTiles" : 6.4375
780809 }
781810 },
782811 "requires" : [
783812 " canTrickyDashJump" ,
784813 " canCrossRoomJumpIntoWater" ,
785814 " canMomentumConservingTurnaround"
786815 ],
787- "note" : " Requires running a very precise distance of 7 tiles in the adjacent room, to hit a peak of the speed vs height graph."
816+ "note" : " Requires running a precise distance of 7 tiles in the adjacent room, to hit a peak of the speed vs height graph."
788817 },
789818 {
790819 "id" : 22 ,
820849 ],
821850 "note" : " Requires a runway of at least 10 tiles in the adjacent room."
822851 },
852+ {
853+ "link" : [1 , 5 ],
854+ "name" : " Cross Room Spring Ball Bounce" ,
855+ "entranceCondition" : {
856+ "comeInWithSpringBallBounce" : {
857+ "speedBooster" : true ,
858+ "movementType" : " any" ,
859+ "remoteAndLandingMinTiles" : [[19 , 1 ]]
860+ }
861+ },
862+ "requires" : [
863+ " canCrossRoomJumpIntoWater"
864+ ]
865+ },
866+ {
867+ "link" : [1 , 5 ],
868+ "name" : " Tricky Cross Room Spring Ball Bounce" ,
869+ "entranceCondition" : {
870+ "comeInWithSpringBallBounce" : {
871+ "speedBooster" : true ,
872+ "movementType" : " any" ,
873+ "remoteAndLandingMinTiles" : [[6.4375 , 1 ]]
874+ }
875+ },
876+ "requires" : [
877+ " canTrickyDashJump" ,
878+ " canCrossRoomJumpIntoWater"
879+ ],
880+ "note" : " Requires running a precise distance of 7 tiles in the adjacent room, to hit a peak of the speed vs height graph."
881+ },
823882 {
824883 "id" : 112 ,
825884 "link" : [1 , 5 ],
30623121 }
30633122 ],
30643123 "nextStratId" : 123 ,
3065- "nextNotableId" : 9
3124+ "nextNotableId" : 9 ,
3125+ "devNote" : [
3126+ " FIXME: node 4 should have 'implicitLeaveNormally'/'implicitUnlocksDoors' false."
3127+ ]
30663128}
0 commit comments