|
466 | 466 | "HiJump", |
467 | 467 | "canTrickyDashJump", |
468 | 468 | "canWalljump", |
| 469 | + {"canShineCharge": {"usedTiles": 25, "openEnd": 1, "steepUpTiles": 4}}, |
469 | 470 | "canShinechargeMovementComplex", |
470 | 471 | {"shineChargeFrames": 125} |
471 | 472 | ], |
|
481 | 482 | "requires": [ |
482 | 483 | "HiJump", |
483 | 484 | "SpaceJump", |
| 485 | + {"canShineCharge": {"usedTiles": 25, "openEnd": 1, "steepUpTiles": 4}}, |
484 | 486 | "canShinechargeMovementComplex", |
485 | | - {"shineChargeFrames": 150} |
| 487 | + {"shineChargeFrames": 135} |
486 | 488 | ], |
487 | 489 | "exitCondition": { |
488 | 490 | "leaveShinecharged": {} |
|
495 | 497 | "name": "Leave Shinecharged (HiJump)", |
496 | 498 | "requires": [ |
497 | 499 | "HiJump", |
| 500 | + {"canShineCharge": {"usedTiles": 23, "openEnd": 1, "steepUpTiles": 4}}, |
498 | 501 | "canTrickyDashJump", |
499 | 502 | "canShinechargeMovementComplex", |
500 | | - {"shineChargeFrames": 160} |
| 503 | + {"shineChargeFrames": 150} |
501 | 504 | ], |
502 | 505 | "exitCondition": { |
503 | 506 | "leaveShinecharged": {} |
|
507 | 510 | { |
508 | 511 | "id": 11, |
509 | 512 | "link": [2, 2], |
510 | | - "name": "Leave With Spark", |
| 513 | + "name": "Leave With Spark (Tricky Dash Jump, Wall Jump)", |
511 | 514 | "requires": [ |
| 515 | + {"canShineCharge": {"usedTiles": 32, "openEnd": 1, "steepUpTiles": 4}}, |
512 | 516 | "canTrickyDashJump", |
513 | 517 | "canWalljump", |
514 | | - "canShinechargeMovementComplex", |
515 | | - {"shinespark": {"frames": 20}} |
| 518 | + "canShinechargeMovementTricky", |
| 519 | + {"shinespark": {"frames": 10}} |
516 | 520 | ], |
517 | 521 | "exitCondition": { |
518 | 522 | "leaveWithSpark": {} |
519 | | - } |
| 523 | + }, |
| 524 | + "note": [ |
| 525 | + "Gain a shinecharge while bonking the door below the top-right door.", |
| 526 | + "Then turn around, run a precise distance of 7 tiles, and jump and walljump to approach the top-right door and shinespark out." |
| 527 | + ] |
| 528 | + }, |
| 529 | + { |
| 530 | + "link": [2, 2], |
| 531 | + "name": "Leave Shinecharged (Tricky Dash Jump, Wall Jump)", |
| 532 | + "requires": [ |
| 533 | + {"canShineCharge": {"usedTiles": 18, "openEnd": 1, "steepUpTiles": 4}}, |
| 534 | + "canTrickyDashJump", |
| 535 | + "canWalljump", |
| 536 | + "canShinechargeMovementTricky", |
| 537 | + "canInsaneJump", |
| 538 | + {"shineChargeFrames": 170} |
| 539 | + ], |
| 540 | + "exitCondition": { |
| 541 | + "leaveShinecharged": {} |
| 542 | + }, |
| 543 | + "note": [ |
| 544 | + "Gain a shinecharge while running left-to-right.", |
| 545 | + "Continue running right for a precise distance of 7 tiles, then jump and walljump to reach the top-right door with shinecharge frames remaining." |
| 546 | + ] |
520 | 547 | }, |
521 | 548 | { |
522 | 549 | "id": 12, |
|
0 commit comments