Skip to content

Commit 365c8c3

Browse files
committed
add L->R tankless spacejump strat
1 parent 0473c93 commit 365c8c3

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

region/norfair/east/Volcano Room.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,39 @@
335335
"leaveNormally": {}
336336
}
337337
},
338+
{
339+
"link": [2, 1],
340+
"name": "Come in Running, Space Jump",
341+
"entranceCondition": {
342+
"comeInRunning": {
343+
"minTiles": 2,
344+
"speedBooster": "any"
345+
}
346+
},
347+
"requires": [
348+
"Morph",
349+
"SpaceJump",
350+
"canMockball",
351+
{"heatFrames": 390}
352+
],
353+
"unlocksDoors": [
354+
{
355+
"types": ["missiles"],
356+
"requires": [{"heatFrames": 20}]
357+
},
358+
{
359+
"types": ["super"],
360+
"requires": []
361+
},
362+
{
363+
"types": ["powerbomb"],
364+
"requires": [{"heatFrames": 60}]
365+
}
366+
],
367+
"exitCondition": {
368+
"leaveNormally": {}
369+
}
370+
},
338371
{
339372
"id": 10,
340373
"link": [2, 1],

0 commit comments

Comments
 (0)