Skip to content

Commit 1e5dbf7

Browse files
committed
A couple more 1-hit Bowling strats
1 parent 1f0cbe0 commit 1e5dbf7

1 file changed

Lines changed: 45 additions & 1 deletion

File tree

region/wreckedship/main/Bowling Alley.json

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,10 +807,27 @@
807807
],
808808
"flashSuitChecked": true
809809
},
810+
{
811+
"link": [2, 6],
812+
"name": "Speedy Jump 1-Hit Bowling",
813+
"entranceCondition": {
814+
"comeInRunning": {
815+
"speedBooster": true,
816+
"minTiles": 30
817+
}
818+
},
819+
"requires": [
820+
"canInsaneJump",
821+
"canMomentumConservingMorph",
822+
"canUseIFrames",
823+
{"spikeHits": 1}
824+
],
825+
"flashSuitChecked": true
826+
},
810827
{
811828
"id": 26,
812829
"link": [2, 6],
813-
"name": "Spring Fling Bowling",
830+
"name": "Spring Fling 1-Hit Bowling (Come in Running)",
814831
"entranceCondition": {
815832
"comeInRunning": {
816833
"speedBooster": true,
@@ -830,6 +847,33 @@
830847
"Spring fling on the way down, Spring Ball bounce through the spikes, then spring fling again to reach the statue taking only one spike hit."
831848
]
832849
},
850+
{
851+
"link": [2, 6],
852+
"name": "Spring Fling 1-Hit Bowling (Come in With Spring Ball Bounce)",
853+
"entranceCondition": {
854+
"comeInWithSpringBallBounce": {
855+
"speedBooster": true,
856+
"movementType": "any",
857+
"remoteAndLandingMinTiles": [[14, 1]]
858+
}
859+
},
860+
"requires": [
861+
"canTrickyJump",
862+
"canSpringFling",
863+
"canLateralMidAirMorph",
864+
"canUseIFrames",
865+
{"spikeHits": 1}
866+
],
867+
"flashSuitChecked": true,
868+
"note": [
869+
"Enter the room with a mockball or bounce.",
870+
"Time a pause to unequip Spring Ball soon after bouncing after the spike hit.",
871+
"Pause again to re-equip Spring Ball on the way down."
872+
],
873+
"devNote": [
874+
"This can be done with 13 tiles of run speed, with greater difficulty."
875+
]
876+
},
833877
{
834878
"id": 27,
835879
"link": [2, 6],

0 commit comments

Comments
 (0)