|
631 | 631 | "link": [1, 2], |
632 | 632 | "name": "Stutter Water Shinecharge", |
633 | 633 | "entranceCondition": { |
634 | | - "comeInRunning": { |
635 | | - "speedBooster": true, |
| 634 | + "comeInStutterShinecharging": { |
636 | 635 | "minTiles": 2 |
637 | 636 | } |
638 | 637 | }, |
639 | 638 | "requires": [ |
640 | 639 | "canStutterWaterShineCharge", |
641 | 640 | "canShinechargeMovement", |
642 | | - "h_shinechargeMaxRunway", |
643 | 641 | {"or": [ |
644 | 642 | {"shinespark": {"frames": 61, "excessFrames": 7}}, |
645 | 643 | {"and": [ |
|
656 | 654 | "clearsObstacles": ["B"], |
657 | 655 | "devNote": "This could have a few more excess frames if not getting on top of the block to go to 2." |
658 | 656 | }, |
| 657 | + { |
| 658 | + "link": [1, 2], |
| 659 | + "name": "Precise Stutter Water Shinecharge", |
| 660 | + "entranceCondition": { |
| 661 | + "comeInStutterShinecharging": { |
| 662 | + "minTiles": 1 |
| 663 | + } |
| 664 | + }, |
| 665 | + "requires": [ |
| 666 | + "canPreciseStutterWaterShineCharge", |
| 667 | + "canShinechargeMovement", |
| 668 | + {"or": [ |
| 669 | + {"shinespark": {"frames": 61, "excessFrames": 7}}, |
| 670 | + {"and": [ |
| 671 | + "canMidairShinespark", |
| 672 | + {"shinespark": {"frames": 56, "excessFrames": 7}} |
| 673 | + ]}, |
| 674 | + {"and": [ |
| 675 | + "canMidairShinespark", |
| 676 | + "HiJump", |
| 677 | + {"shinespark": {"frames": 52, "excessFrames": 7}} |
| 678 | + ]} |
| 679 | + ]} |
| 680 | + ], |
| 681 | + "clearsObstacles": ["B"], |
| 682 | + "note": [ |
| 683 | + "With only 1 tile of runway, this requires releasing forward for 1 or 2 frames", |
| 684 | + "and repressing forward on the last possible frame." |
| 685 | + ], |
| 686 | + "devNote": "This could have a few more excess frames if not getting on top of the block to go to 2." |
| 687 | + }, |
659 | 688 | { |
660 | 689 | "id": 10, |
661 | 690 | "link": [1, 2], |
|
0 commit comments