|
341 | 341 | } |
342 | 342 | }, |
343 | 343 | "requires": [ |
344 | | - "canSuitlessMaridia", |
| 344 | + "canCrossRoomJumpIntoWater", |
345 | 345 | "HiJump", |
346 | 346 | "canCarefulJump" |
347 | 347 | ], |
|
366 | 366 | "name": "Evir Fight Suitless", |
367 | 367 | "requires": [ |
368 | 368 | "canSuitlessMaridia", |
| 369 | + "canDodgeWhileShooting", |
369 | 370 | "HiJump", |
370 | 371 | "canPlayInSand", |
| 372 | + "canTrickyJump", |
371 | 373 | {"or": [ |
372 | 374 | "Ice", |
373 | 375 | {"enemyKill": { |
|
876 | 878 | "type": "particle", |
877 | 879 | "hits": 1 |
878 | 880 | }}, |
879 | | - "Ice", |
880 | | - "ScrewAttack", |
881 | | - {"enemyKill": { |
882 | | - "enemies": [ |
883 | | - ["Evir"], |
884 | | - ["Evir"] |
885 | | - ], |
886 | | - "explicitWeapons": ["Super", "Plasma", "PowerBombPeriphery"] |
887 | | - }} |
| 881 | + {"and": [ |
| 882 | + "canDodgeWhileShooting", |
| 883 | + {"or": [ |
| 884 | + "ScrewAttack", |
| 885 | + {"enemyKill": { |
| 886 | + "enemies": [ |
| 887 | + ["Evir"], |
| 888 | + ["Evir"] |
| 889 | + ], |
| 890 | + "explicitWeapons": ["Super", "Plasma", "PowerBombPeriphery"] |
| 891 | + }} |
| 892 | + ]} |
| 893 | + ]} |
888 | 894 | ]} |
889 | 895 | ], |
890 | | - "devNote": "Other weapons take too long to kill the enemy." |
| 896 | + "devNote": [ |
| 897 | + "Other weapons take too long to kill the enemy.", |
| 898 | + "Ice is likely to be blocked by the particle." |
| 899 | + ] |
891 | 900 | }, |
892 | 901 | { |
893 | 902 | "link": [4, 1], |
894 | | - "name": "Fight Evirs Suitless", |
| 903 | + "name": "Suitless Evir Avoid", |
895 | 904 | "requires": [ |
896 | 905 | "canSuitlessMaridia", |
897 | 906 | "HiJump", |
|
902 | 911 | "enemy": "Evir", |
903 | 912 | "type": "particle", |
904 | 913 | "hits": 1 |
905 | | - }}, |
906 | | - "Ice", |
907 | | - {"enemyKill": { |
908 | | - "enemies": [ |
909 | | - ["Evir"], |
910 | | - ["Evir"] |
911 | | - ], |
912 | | - "explicitWeapons": ["Super", "Plasma", "PowerBombPeriphery"] |
| 914 | + }} |
| 915 | + ]}, |
| 916 | + {"or": [ |
| 917 | + "canSandfallBounce", |
| 918 | + {"enemyDamage": { |
| 919 | + "enemy": "Evir", |
| 920 | + "type": "particle", |
| 921 | + "hits": 1 |
913 | 922 | }} |
914 | 923 | ]} |
| 924 | + ] |
| 925 | + }, |
| 926 | + { |
| 927 | + "link": [4, 1], |
| 928 | + "name": "Fight Evirs Suitless", |
| 929 | + "requires": [ |
| 930 | + "canSuitlessMaridia", |
| 931 | + "HiJump", |
| 932 | + "canPlayInSand", |
| 933 | + "canDodgeWhileShooting", |
| 934 | + {"enemyKill": { |
| 935 | + "enemies": [ |
| 936 | + ["Evir"], |
| 937 | + ["Evir"] |
| 938 | + ], |
| 939 | + "explicitWeapons": ["Super", "Plasma", "PowerBombPeriphery"] |
| 940 | + }} |
915 | 941 | ], |
916 | | - "devNote": "Other weapons take too long to kill the enemy." |
| 942 | + "devNote": [ |
| 943 | + "Other weapons take too long to kill the enemy.", |
| 944 | + "Ice is likely to be blocked by the particle." |
| 945 | + ] |
917 | 946 | }, |
918 | 947 | { |
919 | 948 | "link": [4, 1], |
|
0 commit comments