|
372 | 372 | "requires": [ |
373 | 373 | "canShinechargeMovementComplex", |
374 | 374 | {"or": [ |
375 | | - {"shinespark": {"frames": 10}}, |
376 | | - {"enemyDamage": {"enemy": "Sova", "type": "contact", "hits": 1}} |
377 | | - ]}, |
378 | | - {"shinespark": {"frames": 2}} |
| 375 | + {"shinespark": {"frames": 12, "excessFrames": 0}}, |
| 376 | + {"and": [ |
| 377 | + {"enemyDamage": {"enemy": "Sova", "type": "contact", "hits": 1}}, |
| 378 | + {"shinespark": {"frames": 2, "excessFrames": 0}} |
| 379 | + ]} |
| 380 | + ]} |
379 | 381 | ], |
380 | 382 | "exitCondition": { |
381 | 383 | "leaveWithSpark": {} |
|
534 | 536 | }, |
535 | 537 | "requires": [ |
536 | 538 | {"shineChargeFrames": 30}, |
537 | | - "canMidairShinespark", |
538 | | - {"shinespark": {"frames": 18}} |
| 539 | + {"or": [ |
| 540 | + "canHorizontalMidairShinespark", |
| 541 | + "canMoonwalk" |
| 542 | + ]}, |
| 543 | + {"shinespark": {"frames": 18, "excessFrames": 0}} |
539 | 544 | ], |
540 | 545 | "exitCondition": { |
541 | 546 | "leaveWithSpark": { |
|
846 | 851 | "comeInShinecharged": {} |
847 | 852 | }, |
848 | 853 | "requires": [ |
849 | | - {"shineChargeFrames": 90}, |
| 854 | + {"shineChargeFrames": 80}, |
850 | 855 | "HiJump", |
851 | 856 | "canShinechargeMovementComplex", |
852 | | - {"shinespark": {"frames": 6, "excessFrames": 0}} |
| 857 | + {"shinespark": {"frames": 8, "excessFrames": 0}} |
853 | 858 | ], |
854 | 859 | "exitCondition": { |
855 | 860 | "leaveWithSpark": {} |
|
1338 | 1343 | "comeInShinecharged": {} |
1339 | 1344 | }, |
1340 | 1345 | "requires": [ |
1341 | | - {"shineChargeFrames": 80}, |
| 1346 | + {"or": [ |
| 1347 | + {"and": [ |
| 1348 | + "canSpeedyJump", |
| 1349 | + {"shineChargeFrames": 70} |
| 1350 | + ]}, |
| 1351 | + {"shineChargeFrames": 75} |
| 1352 | + ]}, |
1342 | 1353 | "HiJump", |
1343 | 1354 | "canShinechargeMovementComplex", |
1344 | | - {"shinespark": {"frames": 10, "excessFrames": 0}} |
| 1355 | + {"shinespark": {"frames": 11, "excessFrames": 0}} |
1345 | 1356 | ], |
1346 | 1357 | "exitCondition": { |
1347 | 1358 | "leaveWithSpark": { |
|
1629 | 1640 | "requires": [ |
1630 | 1641 | "HiJump", |
1631 | 1642 | "canShinechargeMovementTricky", |
1632 | | - {"shinespark": {"frames": 10}} |
| 1643 | + {"shinespark": {"frames": 10, "excessFrames": 0}} |
1633 | 1644 | ], |
1634 | 1645 | "exitCondition": { |
1635 | 1646 | "leaveWithSpark": {} |
|
1734 | 1745 | "comeInShinecharged": {} |
1735 | 1746 | }, |
1736 | 1747 | "requires": [ |
1737 | | - {"shineChargeFrames": 85}, |
| 1748 | + {"or": [ |
| 1749 | + {"and": [ |
| 1750 | + "canSpeedyJump", |
| 1751 | + {"shineChargeFrames": 85} |
| 1752 | + ]}, |
| 1753 | + {"shineChargeFrames": 90} |
| 1754 | + ]}, |
1738 | 1755 | "HiJump", |
1739 | 1756 | "canShinechargeMovementComplex", |
1740 | 1757 | {"shinespark": {"frames": 8, "excessFrames": 0}} |
|
2096 | 2113 | }, |
2097 | 2114 | "requires": [ |
2098 | 2115 | {"shineChargeFrames": 10}, |
2099 | | - {"shinespark": {"frames": 21}} |
| 2116 | + {"shinespark": {"frames": 21, "excessFrames": 0}} |
2100 | 2117 | ], |
2101 | 2118 | "exitCondition": { |
2102 | 2119 | "leaveWithSpark": {} |
|
2205 | 2222 | "requires": [ |
2206 | 2223 | "HiJump", |
2207 | 2224 | "canShinechargeMovementTricky", |
2208 | | - {"shinespark": {"frames": 10}} |
| 2225 | + {"shinespark": {"frames": 10, "excessFrames": 0}} |
2209 | 2226 | ], |
2210 | 2227 | "exitCondition": { |
2211 | 2228 | "leaveWithSpark": { |
|
2233 | 2250 | "HiJump", |
2234 | 2251 | "canShinechargeMovementTricky", |
2235 | 2252 | "canInsaneJump", |
2236 | | - {"shinespark": {"frames": 6}} |
| 2253 | + {"shinespark": {"frames": 6, "excessFrames": 0}} |
2237 | 2254 | ], |
2238 | 2255 | "exitCondition": { |
2239 | 2256 | "leaveWithSpark": {} |
|
2798 | 2815 | }, |
2799 | 2816 | "requires": [ |
2800 | 2817 | "HiJump", |
2801 | | - "canMidairShinespark", |
2802 | 2818 | "canShinechargeMovementTricky", |
2803 | | - {"shinespark": {"frames": 6}} |
| 2819 | + {"shinespark": {"frames": 6, "excessFrames": 0}} |
2804 | 2820 | ], |
2805 | 2821 | "exitCondition": { |
2806 | 2822 | "leaveWithSpark": {} |
|
2825 | 2841 | }, |
2826 | 2842 | "requires": [ |
2827 | 2843 | "HiJump", |
2828 | | - "canMidairShinespark", |
2829 | 2844 | "canShinechargeMovementTricky", |
2830 | 2845 | "canInsaneJump", |
2831 | | - {"shinespark": {"frames": 5}} |
| 2846 | + {"shinespark": {"frames": 5, "excessFrames": 0}} |
2832 | 2847 | ], |
2833 | 2848 | "exitCondition": { |
2834 | 2849 | "leaveWithSpark": {} |
|
3125 | 3140 | }, |
3126 | 3141 | "requires": [ |
3127 | 3142 | {"shineChargeFrames": 10}, |
3128 | | - {"shinespark": {"frames": 21}} |
| 3143 | + {"shinespark": {"frames": 21, "excessFrames": 0}} |
3129 | 3144 | ], |
3130 | 3145 | "exitCondition": { |
3131 | 3146 | "leaveWithSpark": {} |
|
3434 | 3449 | }, |
3435 | 3450 | "requires": [ |
3436 | 3451 | "HiJump", |
3437 | | - "canMidairShinespark", |
3438 | 3452 | "canShinechargeMovementTricky", |
3439 | | - {"shinespark": {"frames": 10}} |
| 3453 | + {"shinespark": {"frames": 10, "excessFrames": 0}} |
3440 | 3454 | ], |
3441 | 3455 | "exitCondition": { |
3442 | 3456 | "leaveWithSpark": { |
|
3463 | 3477 | }, |
3464 | 3478 | "requires": [ |
3465 | 3479 | "HiJump", |
3466 | | - "canMidairShinespark", |
3467 | 3480 | "canShinechargeMovementTricky", |
3468 | 3481 | "canInsaneJump", |
3469 | | - {"shinespark": {"frames": 6}} |
| 3482 | + {"shinespark": {"frames": 6, "excessFrames": 0}} |
3470 | 3483 | ], |
3471 | 3484 | "exitCondition": { |
3472 | 3485 | "leaveWithSpark": {} |
|
3625 | 3638 | }, |
3626 | 3639 | "requires": [ |
3627 | 3640 | {"shineChargeFrames": 10}, |
3628 | | - {"shinespark": {"frames": 21}} |
| 3641 | + {"shinespark": {"frames": 21, "excessFrames": 0}} |
3629 | 3642 | ], |
3630 | 3643 | "exitCondition": { |
3631 | 3644 | "leaveWithSpark": { |
|
3648 | 3661 | }, |
3649 | 3662 | "requires": [ |
3650 | 3663 | {"shineChargeFrames": 65}, |
3651 | | - {"shinespark": {"frames": 5}} |
| 3664 | + {"shinespark": {"frames": 5, "excessFrames": 0}} |
3652 | 3665 | ], |
3653 | 3666 | "exitCondition": { |
3654 | 3667 | "leaveWithSpark": {} |
|
3872 | 3885 | }, |
3873 | 3886 | "requires": [ |
3874 | 3887 | "canShinechargeMovementComplex", |
3875 | | - {"shinespark": {"frames": 15}} |
| 3888 | + {"shinespark": {"frames": 15, "excessFrames": 0}} |
3876 | 3889 | ], |
3877 | 3890 | "exitCondition": { |
3878 | 3891 | "leaveWithSpark": {} |
|
4390 | 4403 | {"canShineCharge": {"usedTiles": 12, "openEnd": 0}} |
4391 | 4404 | ]}, |
4392 | 4405 | "canShinechargeMovementTricky", |
4393 | | - {"shinespark": {"frames": 10}} |
| 4406 | + {"shinespark": {"frames": 10, "excessFrames": 0}} |
4394 | 4407 | ], |
4395 | 4408 | "exitCondition": { |
4396 | 4409 | "leaveWithSpark": {} |
|
4571 | 4584 | {"canShineCharge": {"usedTiles": 12, "openEnd": 0}} |
4572 | 4585 | ]}, |
4573 | 4586 | "canShinechargeMovementTricky", |
4574 | | - {"shinespark": {"frames": 10}} |
| 4587 | + {"shinespark": {"frames": 10, "excessFrames": 0}} |
4575 | 4588 | ], |
4576 | 4589 | "exitCondition": { |
4577 | 4590 | "leaveWithSpark": { |
|
4609 | 4622 | ]}, |
4610 | 4623 | "canShinechargeMovementTricky", |
4611 | 4624 | "canInsaneJump", |
4612 | | - {"shinespark": {"frames": 6}} |
| 4625 | + {"shinespark": {"frames": 6, "excessFrames": 0}} |
4613 | 4626 | ], |
4614 | 4627 | "exitCondition": { |
4615 | 4628 | "leaveWithSpark": {} |
|
0 commit comments