|
170 | 170 | "name": "Gain Flash Suit (Spikesuit)", |
171 | 171 | "requires": [ |
172 | 172 | {"obstaclesCleared": ["A"]}, |
173 | | - {"obstaclesNotCleared": ["B"]}, |
174 | | - {"canShineCharge": {"usedTiles": 29, "openEnd": 0}}, |
175 | | - {"thornHits": 4}, |
176 | 173 | "h_spikeSuitThornHitLeniency", |
177 | | - "canSpikeSuit", |
178 | | - {"shinespark": {"frames": 1, "excessFrames": 1}} |
| 174 | + {"or": [ |
| 175 | + {"and": [ |
| 176 | + {"obstaclesNotCleared": ["B"]}, |
| 177 | + {"canShineCharge": {"usedTiles": 29, "openEnd": 0}}, |
| 178 | + {"thornHits": 4}, |
| 179 | + "canSpikeSuit", |
| 180 | + {"shinespark": {"frames": 1, "excessFrames": 1}} |
| 181 | + ]}, |
| 182 | + {"and": [ |
| 183 | + {"obstaclesCleared": ["B"]}, |
| 184 | + "canSamusEaterStandUp", |
| 185 | + {"samusEaterFrames": 160}, |
| 186 | + "h_shinechargeMaxRunway", |
| 187 | + "h_spikeSuitSamusEaterLeniency", |
| 188 | + {"thornHits": 1}, |
| 189 | + "canSpikeSuit", |
| 190 | + {"shinespark": {"frames": 4, "excessFrames": 4}} |
| 191 | + ]} |
| 192 | + ]} |
179 | 193 | ], |
180 | | - "flashSuitChecked": true, |
181 | | - "devNote": [ |
182 | | - "FIXME: If the Power Bomb blocks are already broken, using a Samus Eater would also be an option;", |
183 | | - "A leaveShinecharged strat could also be added for that." |
184 | | - ] |
| 194 | + "note": [ |
| 195 | + "Without Super Missiles or to save using a Super Missile, jump over the yapping maw to make it try to grab Samus, the Samus Eater can then be entered from the other side avoiding being grabbed." |
| 196 | + ], |
| 197 | + "flashSuitChecked": true |
185 | 198 | }, |
186 | 199 | { |
187 | 200 | "id": 1, |
|
515 | 528 | }, |
516 | 529 | { |
517 | 530 | "id": 33, |
| 531 | + "link": [1, 1], |
| 532 | + "name": "Gain Blue Suit - Samus Eater Shinecharge (X-Mode)", |
| 533 | + "requires": [ |
| 534 | + {"obstaclesCleared": ["A", "B"]}, |
| 535 | + "canSamusEaterStandUp", |
| 536 | + {"samusEaterFrames": 160}, |
| 537 | + "h_shinechargeMaxRunway", |
| 538 | + "h_spikeSuitSamusEaterLeniency", |
| 539 | + "h_thornXModeFramePerfectExtraLeniency", |
| 540 | + "h_thornXModeBlueSuit", |
| 541 | + {"shinespark": {"frames": 4}} |
| 542 | + ], |
| 543 | + "note":[ |
| 544 | + "Without Super Missiles or to save using a Super Missile, jump over the yapping maw to make it try to grab Samus, the Samus Eater can then be entered from the other side avoiding being grabbed." |
| 545 | + ], |
| 546 | + "flashSuitChecked": true |
| 547 | + }, |
| 548 | + { |
518 | 549 | "link": [1, 1], |
519 | 550 | "name": "Direct G-mode Morph, Crystal Flash Interrupt", |
520 | 551 | "entranceCondition": { |
|
0 commit comments