|
714 | 714 | "canSuitlessMaridia", |
715 | 715 | "HiJump", |
716 | 716 | {"or": [ |
717 | | - "canCarefulJump", |
| 717 | + "canTrickyJump", |
| 718 | + "canDodgeWhileShooting", |
| 719 | + {"enemyDamage": { |
| 720 | + "enemy": "Pink Space Pirate (standing)", |
| 721 | + "type": "contact", |
| 722 | + "hits": 1 |
| 723 | + }}, |
| 724 | + {"enemyKill": { |
| 725 | + "enemies": [["Pink Space Pirate (standing)"]], |
| 726 | + "explicitWeapons": ["Plasma"] |
| 727 | + }} |
| 728 | + ]}, |
| 729 | + {"or": [ |
| 730 | + "canTrickyJump", |
718 | 731 | "canSpringBallJumpMidAir", |
719 | 732 | {"enemyDamage": { |
720 | 733 | "enemy": "Pink Space Pirate (standing)", |
|
726 | 739 | "explicitWeapons": ["Plasma"] |
727 | 740 | }} |
728 | 741 | ]} |
729 | | - ] |
| 742 | + ], |
| 743 | + "note": "Shooting towards Pirates will cause them to stop in place and not fire back." |
730 | 744 | }, |
731 | 745 | { |
732 | 746 | "link": [2, 6], |
|
738 | 752 | "canStationaryLateralMidAirMorph", |
739 | 753 | "canSpringFling" |
740 | 754 | ]}, |
| 755 | + {"or": [ |
| 756 | + "canTrickyJump", |
| 757 | + "canDodgeWhileShooting", |
| 758 | + {"enemyDamage": { |
| 759 | + "enemy": "Pink Space Pirate (standing)", |
| 760 | + "type": "contact", |
| 761 | + "hits": 1 |
| 762 | + }}, |
| 763 | + {"enemyKill": { |
| 764 | + "enemies": [["Pink Space Pirate (standing)"]], |
| 765 | + "explicitWeapons": ["Plasma"] |
| 766 | + }} |
| 767 | + ]}, |
741 | 768 | {"or": [ |
742 | 769 | "canTrickyJump", |
743 | 770 | {"enemyDamage": { |
|
754 | 781 | "note": [ |
755 | 782 | "The second jump is harder than a normal mid-air springball jump.", |
756 | 783 | "Use either a stationary lateral mid air morph, to gain enough horizontal momentum,", |
757 | | - "or a SpringFling to reduce Samus' fall speed as soon as it begins to build up." |
| 784 | + "or a SpringFling to reduce Samus' fall speed as soon as it begins to build up.", |
| 785 | + "Shooting towards Pirates will cause them to stop in place and not fire back." |
758 | 786 | ] |
759 | 787 | }, |
760 | 788 | { |
|
1370 | 1398 | }, |
1371 | 1399 | { |
1372 | 1400 | "link": [6, 7], |
1373 | | - "name": "Suitless", |
| 1401 | + "name": "Suitless HiJump", |
1374 | 1402 | "requires": [ |
1375 | 1403 | "canSuitlessMaridia", |
1376 | 1404 | "canCarefulJump", |
| 1405 | + "HiJump" |
| 1406 | + ] |
| 1407 | + }, |
| 1408 | + { |
| 1409 | + "link": [6, 7], |
| 1410 | + "name": "Suitless Springball", |
| 1411 | + "requires": [ |
| 1412 | + "canSuitlessMaridia", |
| 1413 | + "canCarefulJump", |
| 1414 | + "canSpringBallJumpMidAir", |
1377 | 1415 | {"or": [ |
1378 | | - "HiJump", |
1379 | | - "canSpringBallJumpMidAir" |
| 1416 | + "canTrickyJump", |
| 1417 | + "canStationaryLateralMidAirMorph", |
| 1418 | + "canSpringFling" |
1380 | 1419 | ]} |
1381 | 1420 | ] |
1382 | 1421 | }, |
|
0 commit comments