Skip to content

Commit 9827f9f

Browse files
authored
Merge pull request #2294 from blkerby/bowling-bounce
A couple more 1-hit Bowling strats
2 parents cd67e1e + 226dc2d commit 9827f9f

1 file changed

Lines changed: 74 additions & 1 deletion

File tree

region/wreckedship/main/Bowling Alley.json

Lines changed: 74 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,10 +807,56 @@
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": 28
817+
}
818+
},
819+
"requires": [
820+
"canInsaneJump",
821+
"canMomentumConservingMorph",
822+
"canUseIFrames",
823+
{"spikeHits": 1}
824+
],
825+
"flashSuitChecked": true,
826+
"note": [
827+
"Jump into the room and morph along the ceiling to maximize distance.",
828+
"Unmorph while entering the spikes to minimize knockback",
829+
"Then build up speed and airball again to cross the spikes."
830+
]
831+
},
832+
{
833+
"link": [2, 6],
834+
"name": "Tricky Speedy Jump 1-Hit Bowling",
835+
"entranceCondition": {
836+
"comeInRunning": {
837+
"speedBooster": true,
838+
"minTiles": 25
839+
}
840+
},
841+
"requires": [
842+
"canInsaneJump",
843+
"canMomentumConservingMorph",
844+
"canInsaneMidAirMorph",
845+
"canUseIFrames",
846+
{"spikeHits": 1}
847+
],
848+
"flashSuitChecked": true,
849+
"note": [
850+
"Jump into the room and morph along the ceiling to maximize distance.",
851+
"Unmorph while entering the spikes to minimize knockback",
852+
"Then build up speed and airball again to cross the spikes.",
853+
"With only a short runway available, high precision is required."
854+
]
855+
},
810856
{
811857
"id": 26,
812858
"link": [2, 6],
813-
"name": "Spring Fling Bowling",
859+
"name": "Spring Fling 1-Hit Bowling (Come in Running)",
814860
"entranceCondition": {
815861
"comeInRunning": {
816862
"speedBooster": true,
@@ -830,6 +876,33 @@
830876
"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."
831877
]
832878
},
879+
{
880+
"link": [2, 6],
881+
"name": "Spring Fling 1-Hit Bowling (Come in With Spring Ball Bounce)",
882+
"entranceCondition": {
883+
"comeInWithSpringBallBounce": {
884+
"speedBooster": true,
885+
"movementType": "any",
886+
"remoteAndLandingMinTiles": [[14, 1]]
887+
}
888+
},
889+
"requires": [
890+
"canTrickyJump",
891+
"canSpringFling",
892+
"canLateralMidAirMorph",
893+
"canUseIFrames",
894+
{"spikeHits": 1}
895+
],
896+
"flashSuitChecked": true,
897+
"note": [
898+
"Enter the room with a mockball or bounce.",
899+
"Time a pause to unequip Spring Ball soon after bouncing after the spike hit.",
900+
"Pause again to re-equip Spring Ball on the way down."
901+
],
902+
"devNote": [
903+
"This can be done with 13 tiles of run speed, with greater difficulty."
904+
]
905+
},
833906
{
834907
"id": 27,
835908
"link": [2, 6],

0 commit comments

Comments
 (0)