Skip to content

Commit 9cc1040

Browse files
authored
Merge pull request #2063 from blkerby/spiky-platforms-bounceball-fix
Refine spiky platform bounceball strats
2 parents f00bee5 + cc1ed6c commit 9cc1040

1 file changed

Lines changed: 37 additions & 9 deletions

File tree

region/norfair/east/Spiky Platforms Tunnel.json

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
{
166166
"id": 7,
167167
"link": [1, 2],
168-
"name": "Bounceball Double Lava Bath (Longer Runway)",
168+
"name": "Bounceball Lava Bath (3-tile runway)",
169169
"entranceCondition": {
170170
"comeInRunning": {
171171
"speedBooster": false,
@@ -187,7 +187,7 @@
187187
{
188188
"id": 8,
189189
"link": [1, 2],
190-
"name": "Bounceball Double Lava Bath (Short Runway)",
190+
"name": "Bounceball Lava Bath (1-tile runway)",
191191
"entranceCondition": {
192192
"comeInRunning": {
193193
"speedBooster": false,
@@ -198,7 +198,23 @@
198198
"canBounceBall",
199199
"canWalljump",
200200
{"heatFrames": 600},
201-
{"lavaFrames": 85}
201+
{"lavaFrames": 70}
202+
],
203+
"note": [
204+
"Perform a bounceball to minimize lava damage.",
205+
"Move quickly to reach the second Tripper on its first cycle.",
206+
"Ride it, morph to avoid spike damage, shoot open the door, and run off of the Tripper (rather than jumping off)."
207+
]
208+
},
209+
{
210+
"link": [1, 2],
211+
"name": "Bounceball Lava Bath (No runway)",
212+
"requires": [
213+
"canBounceBall",
214+
"canInsaneJump",
215+
"canWalljump",
216+
{"heatFrames": 600},
217+
{"lavaFrames": 80}
202218
],
203219
"note": [
204220
"Perform a bounceball to minimize lava damage.",
@@ -359,7 +375,7 @@
359375
{
360376
"id": 14,
361377
"link": [2, 1],
362-
"name": "Bounceball Double Lava Bath (Longer Runway)",
378+
"name": "Bounceball Lava Bath (3-tile runway)",
363379
"entranceCondition": {
364380
"comeInRunning": {
365381
"speedBooster": false,
@@ -369,26 +385,38 @@
369385
"requires": [
370386
"canBounceBall",
371387
"canWalljump",
372-
{"heatFrames": 600},
388+
{"heatFrames": 590},
373389
{"lavaFrames": 60}
374390
],
375391
"note": ["Perform a bounceball to minimize lava damage.", "Ride the second Tripper."]
376392
},
377393
{
378394
"id": 15,
379395
"link": [2, 1],
380-
"name": "Bounceball Double Lava Bath (Shorter Runway)",
396+
"name": "Bounceball Lava Bath (1-tile runway)",
381397
"entranceCondition": {
382398
"comeInRunning": {
383399
"speedBooster": false,
384-
"minTiles": 3
400+
"minTiles": 1
385401
}
386402
},
387403
"requires": [
388404
"canBounceBall",
389405
"canWalljump",
390-
{"heatFrames": 600},
391-
{"lavaFrames": 85}
406+
{"heatFrames": 590},
407+
{"lavaFrames": 70}
408+
],
409+
"note": ["Perform a bounceball to minimize lava damage.", "Ride the second Tripper."]
410+
},
411+
{
412+
"link": [2, 1],
413+
"name": "Bounceball Lava Bath (No runway)",
414+
"requires": [
415+
"canInsaneJump",
416+
"canBounceBall",
417+
"canWalljump",
418+
{"heatFrames": 590},
419+
{"lavaFrames": 80}
392420
],
393421
"note": ["Perform a bounceball to minimize lava damage.", "Ride the second Tripper."]
394422
},

0 commit comments

Comments
 (0)