Skip to content

Commit 35528a3

Browse files
committed
add Speedy Running Space Jump strats with longer runways
1 parent 74760f5 commit 35528a3

1 file changed

Lines changed: 168 additions & 0 deletions

File tree

region/norfair/east/Spiky Acid Snakes Tunnel.json

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,90 @@
171171
{"heatFrames": 285}
172172
]
173173
},
174+
{
175+
"link": [1, 2],
176+
"name": "Speedy Running Space Jump (6-tile runway)",
177+
"entranceCondition": {
178+
"comeInRunning": {
179+
"speedBooster": true,
180+
"minTiles": 6
181+
}
182+
},
183+
"requires": [
184+
"SpaceJump",
185+
{"heatFrames": 250}
186+
]
187+
},
188+
{
189+
"link": [1, 2],
190+
"name": "Speedy Running Space Jump (9-tile runway)",
191+
"entranceCondition": {
192+
"comeInRunning": {
193+
"speedBooster": true,
194+
"minTiles": 9
195+
}
196+
},
197+
"requires": [
198+
"SpaceJump",
199+
{"heatFrames": 225}
200+
]
201+
},
202+
{
203+
"link": [1, 2],
204+
"name": "Speedy Running Space Jump (13-tile runway, closed end)",
205+
"entranceCondition": {
206+
"comeInRunning": {
207+
"speedBooster": true,
208+
"minTiles": 12.4375
209+
}
210+
},
211+
"requires": [
212+
"SpaceJump",
213+
{"heatFrames": 195}
214+
]
215+
},
216+
{
217+
"link": [1, 2],
218+
"name": "Speedy Running Space Jump (17-tile runway)",
219+
"entranceCondition": {
220+
"comeInRunning": {
221+
"speedBooster": true,
222+
"minTiles": 17
223+
}
224+
},
225+
"requires": [
226+
"SpaceJump",
227+
{"heatFrames": 175}
228+
]
229+
},
230+
{
231+
"link": [1, 2],
232+
"name": "Speedy Running Space Jump (26-tile runway)",
233+
"entranceCondition": {
234+
"comeInRunning": {
235+
"speedBooster": true,
236+
"minTiles": 26
237+
}
238+
},
239+
"requires": [
240+
"SpaceJump",
241+
{"heatFrames": 145}
242+
]
243+
},
244+
{
245+
"link": [1, 2],
246+
"name": "Speedy Running Space Jump (max runway)",
247+
"entranceCondition": {
248+
"comeInRunning": {
249+
"speedBooster": true,
250+
"minTiles": 45
251+
}
252+
},
253+
"requires": [
254+
"SpaceJump",
255+
{"heatFrames": 120}
256+
]
257+
},
174258
{
175259
"id": 6,
176260
"link": [1, 2],
@@ -633,6 +717,90 @@
633717
{"heatFrames": 285}
634718
]
635719
},
720+
{
721+
"link": [2, 1],
722+
"name": "Speedy Running Space Jump (6-tile runway)",
723+
"entranceCondition": {
724+
"comeInRunning": {
725+
"speedBooster": true,
726+
"minTiles": 6
727+
}
728+
},
729+
"requires": [
730+
"SpaceJump",
731+
{"heatFrames": 250}
732+
]
733+
},
734+
{
735+
"link": [2, 1],
736+
"name": "Speedy Running Space Jump (9-tile runway)",
737+
"entranceCondition": {
738+
"comeInRunning": {
739+
"speedBooster": true,
740+
"minTiles": 9
741+
}
742+
},
743+
"requires": [
744+
"SpaceJump",
745+
{"heatFrames": 225}
746+
]
747+
},
748+
{
749+
"link": [2, 1],
750+
"name": "Speedy Running Space Jump (13-tile runway, closed end)",
751+
"entranceCondition": {
752+
"comeInRunning": {
753+
"speedBooster": true,
754+
"minTiles": 12.4375
755+
}
756+
},
757+
"requires": [
758+
"SpaceJump",
759+
{"heatFrames": 195}
760+
]
761+
},
762+
{
763+
"link": [2, 1],
764+
"name": "Speedy Running Space Jump (17-tile runway)",
765+
"entranceCondition": {
766+
"comeInRunning": {
767+
"speedBooster": true,
768+
"minTiles": 17
769+
}
770+
},
771+
"requires": [
772+
"SpaceJump",
773+
{"heatFrames": 175}
774+
]
775+
},
776+
{
777+
"link": [2, 1],
778+
"name": "Speedy Running Space Jump (26-tile runway)",
779+
"entranceCondition": {
780+
"comeInRunning": {
781+
"speedBooster": true,
782+
"minTiles": 26
783+
}
784+
},
785+
"requires": [
786+
"SpaceJump",
787+
{"heatFrames": 145}
788+
]
789+
},
790+
{
791+
"link": [2, 1],
792+
"name": "Speedy Running Space Jump (max runway)",
793+
"entranceCondition": {
794+
"comeInRunning": {
795+
"speedBooster": true,
796+
"minTiles": 45
797+
}
798+
},
799+
"requires": [
800+
"SpaceJump",
801+
{"heatFrames": 120}
802+
]
803+
},
636804
{
637805
"id": 20,
638806
"link": [2, 1],

0 commit comments

Comments
 (0)