Skip to content

Commit 6ab38fc

Browse files
committed
GrappleTut3 update jump to middle platform
1 parent de52da5 commit 6ab38fc

1 file changed

Lines changed: 35 additions & 6 deletions

File tree

region/norfair/crocomire/Grapple Tutorial Room 3.json

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,10 @@
352352
},
353353
{
354354
"link": [1, 3],
355-
"name": "Careful SpringBall Bounce",
355+
"name": "Lenient SpringBall Bounce",
356356
"entranceCondition": {
357357
"comeInRunning": {
358-
"minTiles": 4,
358+
"minTiles": 6,
359359
"speedBooster": "any"
360360
}
361361
},
@@ -364,14 +364,17 @@
364364
"canMockball",
365365
"canSpringBallBounce"
366366
],
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+
]
368371
},
369372
{
370373
"link": [1, 3],
371374
"name": "Tricky SpringBall Bounce",
372375
"entranceCondition": {
373376
"comeInRunning": {
374-
"minTiles": 2,
377+
"minTiles": 4,
375378
"speedBooster": "any"
376379
}
377380
},
@@ -380,7 +383,28 @@
380383
"canMockball",
381384
"canSpringBallBounce"
382385
],
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."
407+
]
384408
},
385409
{
386410
"link": [1, 3],
@@ -468,7 +492,12 @@
468492
}
469493
},
470494
"requires": [
471-
"canCarefulJump"
495+
"canCarefulJump",
496+
{"or": [
497+
"canTrickyJump",
498+
"canWalljump",
499+
"canLateralMidAirMorph"
500+
]}
472501
]
473502
},
474503
{

0 commit comments

Comments
 (0)