You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: region/norfair/crocomire/Grapple Tutorial Room 3.json
+35-6Lines changed: 35 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -352,10 +352,10 @@
352
352
},
353
353
{
354
354
"link": [1, 3],
355
-
"name": "Careful SpringBall Bounce",
355
+
"name": "Lenient SpringBall Bounce",
356
356
"entranceCondition": {
357
357
"comeInRunning": {
358
-
"minTiles": 4,
358
+
"minTiles": 6,
359
359
"speedBooster": "any"
360
360
}
361
361
},
@@ -364,14 +364,17 @@
364
364
"canMockball",
365
365
"canSpringBallBounce"
366
366
],
367
-
"note": "With enough run speed, jump over the first moat and MockBall into a regular springball jump over the second moat."
367
+
"note": [
368
+
"With at least 6 tiles of run speed, jump over the first moat and MockBall into a regular springball jump over the second moat.",
369
+
"Aim down before reaching the ceiling to increase the jump distance."
370
+
]
368
371
},
369
372
{
370
373
"link": [1, 3],
371
374
"name": "Tricky SpringBall Bounce",
372
375
"entranceCondition": {
373
376
"comeInRunning": {
374
-
"minTiles": 2,
377
+
"minTiles": 4,
375
378
"speedBooster": "any"
376
379
}
377
380
},
@@ -380,7 +383,28 @@
380
383
"canMockball",
381
384
"canSpringBallBounce"
382
385
],
383
-
"note": "With enough run speed, jump over the first moat and MockBall into a regular springball jump over the second moat."
386
+
"note": [
387
+
"With around four tiles of run speed, jump over the first moat and MockBall into a regular springball jump over the second moat.",
388
+
"SpeedBooster makes the jump possible with a shorter runway, but the trajectory is less predictable."
389
+
]
390
+
},
391
+
{
392
+
"link": [1, 3],
393
+
"name": "Insane SpringBall Bounce",
394
+
"entranceCondition": {
395
+
"comeInRunning": {
396
+
"minTiles": 2,
397
+
"speedBooster": true
398
+
}
399
+
},
400
+
"requires": [
401
+
"canInsaneJump",
402
+
"canMockball",
403
+
"canSpringBallBounce"
404
+
],
405
+
"note": [
406
+
"With at least two tiles of run speed, jump over the first moat by maximizing the jump distance and then MockBall into a regular springball to jump over the second moat."
0 commit comments