|
95 | 95 | } |
96 | 96 | ], |
97 | 97 | "strats": [ |
| 98 | + { |
| 99 | + "link": [1, 1], |
| 100 | + "name": "Come in Shinecharged, Gain Flash Suit (Spikesuit)", |
| 101 | + "entranceCondition": { |
| 102 | + "comeInShinecharged": {} |
| 103 | + }, |
| 104 | + "requires": [ |
| 105 | + "Gravity", |
| 106 | + {"or": [ |
| 107 | + {"and": [ |
| 108 | + {"shineChargeFrames": 170}, |
| 109 | + "canTrickyDodgeEnemies" |
| 110 | + ]}, |
| 111 | + {"and": [ |
| 112 | + {"shineChargeFrames": 110}, |
| 113 | + {"ammo": {"type": "Super","count": 1}} |
| 114 | + ] |
| 115 | + } |
| 116 | + ]}, |
| 117 | + {"thornHits": 1}, |
| 118 | + "h_spikeSuitThornHitLeniency", |
| 119 | + "canSpikeSuit", |
| 120 | + {"shinespark": {"frames": 5, "excessFrames": 5}} |
| 121 | + ], |
| 122 | + "flashSuitChecked": true |
| 123 | + }, |
| 124 | + { |
| 125 | + "link": [1, 1], |
| 126 | + "name": "Gain Flash Suit, X-Mode (Spikesuit)", |
| 127 | + "requires": [ |
| 128 | + "Gravity", |
| 129 | + {"ammo": {"type": "Super","count": 1}}, |
| 130 | + "h_thornXModeFramePerfectExtraLeniency", |
| 131 | + "h_thornXModeSpikeSuit", |
| 132 | + {"shinespark": {"frames": 5, "excessFrames": 5}} |
| 133 | + ], |
| 134 | + "flashSuitChecked": true |
| 135 | + }, |
| 136 | + { |
| 137 | + "link": [1, 1], |
| 138 | + "name": "Gain Blue Suit, (Double X-Mode)", |
| 139 | + "requires": [ |
| 140 | + "Gravity", |
| 141 | + {"ammo": {"type": "Super","count": 1}}, |
| 142 | + "h_thornDoubleXModeFramePerfectExtraLeniency", |
| 143 | + "h_thornDoubleXModeBlueSuit", |
| 144 | + {"shinespark": {"frames": 1}} |
| 145 | + ], |
| 146 | + "flashSuitChecked": true |
| 147 | + }, |
98 | 148 | { |
99 | 149 | "id": 1, |
100 | 150 | "link": [1, 1], |
|
518 | 568 | "bypassesDoorShell": true, |
519 | 569 | "flashSuitChecked": true |
520 | 570 | }, |
| 571 | + { |
| 572 | + "link": [2, 2], |
| 573 | + "name": "Come in Shinecharged, Gain Flash Suit (Spikesuit)", |
| 574 | + "entranceCondition": { |
| 575 | + "comeInShinecharged": {} |
| 576 | + }, |
| 577 | + "requires": [ |
| 578 | + "Gravity", |
| 579 | + {"or": [ |
| 580 | + {"and": [ |
| 581 | + {"shineChargeFrames": 170}, |
| 582 | + "canTrickyDodgeEnemies" |
| 583 | + ]}, |
| 584 | + {"and": [ |
| 585 | + {"shineChargeFrames": 110}, |
| 586 | + {"ammo": {"type": "Super","count": 1}} |
| 587 | + ] |
| 588 | + } |
| 589 | + ]}, |
| 590 | + {"thornHits": 1}, |
| 591 | + "h_spikeSuitThornHitLeniency", |
| 592 | + "canSpikeSuit", |
| 593 | + {"shinespark": {"frames": 5, "excessFrames": 5}} |
| 594 | + ], |
| 595 | + "flashSuitChecked": true |
| 596 | + }, |
521 | 597 | { |
522 | 598 | "id": 19, |
523 | 599 | "link": [2, 2], |
|
0 commit comments