|
61 | 61 | } |
62 | 62 | ], |
63 | 63 | "strats": [ |
| 64 | + { |
| 65 | + "link": [1, 1], |
| 66 | + "name": "Gain Flash Suit (Spikesuit)", |
| 67 | + "entranceCondition": { |
| 68 | + "comeInShinechargedJumping": {} |
| 69 | + }, |
| 70 | + "requires": [ |
| 71 | + {"shineChargeFrames": 35}, |
| 72 | + "f_DefeatedPhantoon", |
| 73 | + "h_spikeSuitSpikeHitLeniency", |
| 74 | + {"spikeHits": 1}, |
| 75 | + "canSpikeSuit", |
| 76 | + {"shinespark": {"frames": 1, "excessFrames": 1}} |
| 77 | + ], |
| 78 | + "flashSuitChecked": true |
| 79 | + }, |
| 80 | + { |
| 81 | + "link": [1, 1], |
| 82 | + "name": "Come in Shinecharged - Gain Flash Suit (Spikesuit)", |
| 83 | + "entranceCondition": { |
| 84 | + "comeInShinecharged": {} |
| 85 | + }, |
| 86 | + "requires": [ |
| 87 | + {"shineChargeFrames": 75}, |
| 88 | + "f_DefeatedPhantoon", |
| 89 | + "h_spikeSuitSpikeHitLeniency", |
| 90 | + "canTrickyJump", |
| 91 | + "canComplexCarryFlashSuit", |
| 92 | + {"spikeHits": 1}, |
| 93 | + "canSpikeSuit", |
| 94 | + {"shinespark": {"frames": 1, "excessFrames": 1}} |
| 95 | + ], |
| 96 | + "flashSuitChecked": true |
| 97 | + }, |
64 | 98 | { |
65 | 99 | "id": 1, |
66 | 100 | "link": [1, 1], |
|
109 | 143 | "name": "Leave Shinecharged, X-Mode", |
110 | 144 | "requires": [ |
111 | 145 | "f_DefeatedPhantoon", |
112 | | - "canXMode", |
113 | | - "h_XModeSpikeHit", |
114 | | - "h_XModeSpikeHit", |
115 | 146 | "Gravity", |
116 | | - "h_shinechargeMaxRunway", |
117 | | - "canShinechargeMovement", |
| 147 | + "h_spikeXModeShinecharge", |
118 | 148 | {"shineChargeFrames": 100} |
119 | 149 | ], |
120 | 150 | "exitCondition": { |
|
864 | 894 | }, |
865 | 895 | "flashSuitChecked": true |
866 | 896 | }, |
| 897 | + { |
| 898 | + "link": [2, 2], |
| 899 | + "name": "Gain Flash Suit (Spikesuit)", |
| 900 | + "entranceCondition": { |
| 901 | + "comeInShinechargedJumping": {} |
| 902 | + }, |
| 903 | + "requires": [ |
| 904 | + {"shineChargeFrames": 35}, |
| 905 | + "f_DefeatedPhantoon", |
| 906 | + "h_spikeSuitSpikeHitLeniency", |
| 907 | + {"spikeHits": 1}, |
| 908 | + "canSpikeSuit", |
| 909 | + {"shinespark": {"frames": 1, "excessFrames": 1}} |
| 910 | + ], |
| 911 | + "flashSuitChecked": true |
| 912 | + }, |
| 913 | + { |
| 914 | + "link": [2, 2], |
| 915 | + "name": "Come in Shinecharged - Gain Flash Suit (Spikesuit)", |
| 916 | + "entranceCondition": { |
| 917 | + "comeInShinecharged": {} |
| 918 | + }, |
| 919 | + "requires": [ |
| 920 | + {"shineChargeFrames": 75}, |
| 921 | + "f_DefeatedPhantoon", |
| 922 | + "h_spikeSuitSpikeHitLeniency", |
| 923 | + "canTrickyJump", |
| 924 | + "canComplexCarryFlashSuit", |
| 925 | + {"spikeHits": 1}, |
| 926 | + "canSpikeSuit", |
| 927 | + {"shinespark": {"frames": 1, "excessFrames": 1}} |
| 928 | + ], |
| 929 | + "flashSuitChecked": true |
| 930 | + }, |
867 | 931 | { |
868 | 932 | "id": 42, |
869 | 933 | "link": [2, 2], |
|
0 commit comments