Skip to content

Commit 99f689f

Browse files
committed
Add Roll Under Door notable
1 parent a03f3a2 commit 99f689f

1 file changed

Lines changed: 43 additions & 2 deletions

File tree

region/brinstar/pink/Spore Spawn Farming Room.json

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,38 @@
288288
}
289289
}
290290
},
291+
{
292+
"link": [2, 1],
293+
"name": "Roll Under Door",
294+
"entranceCondition": {
295+
"comeInRunning": {
296+
"speedBooster": true,
297+
"minTiles": 26
298+
}
299+
},
300+
"requires": [
301+
{"notable": "Roll Under Door"},
302+
"canSpeedball"
303+
],
304+
"bypassesDoorShell": true,
305+
"exitCondition": {
306+
"leaveWithMockball": {
307+
"remoteRunway": {
308+
"length": 45,
309+
"openEnd": 1
310+
},
311+
"landingRunway": {
312+
"length": 7,
313+
"openEnd": 1
314+
},
315+
"minExtraRunSpeed": "$7.0"
316+
}
317+
},
318+
"note": [
319+
"Build up to full run speed and speedball towards the left door.",
320+
"With a little luck, Samus will accelerate through the slope tiles and pass under the door."
321+
]
322+
},
291323
{
292324
"id": 16,
293325
"link": [2, 2],
@@ -313,6 +345,15 @@
313345
}
314346
],
315347
"nextStratId": 18,
316-
"notables": [],
317-
"nextNotableId": 1
348+
"notables": [
349+
{
350+
"id": 1,
351+
"name": "Roll Under Door",
352+
"note": [
353+
"Build up to full run speed and speedball towards the left door.",
354+
"With a little luck, Samus will accelerate through the slope tiles and pass under the door."
355+
]
356+
}
357+
],
358+
"nextNotableId": 2
318359
}

0 commit comments

Comments
 (0)