|
231 | 231 | { |
232 | 232 | "id": 2, |
233 | 233 | "link": [1, 1], |
234 | | - "name": "Leave Shinecharged", |
| 234 | + "name": "Leave Shinecharged (Kraid Defeated)", |
235 | 235 | "requires": [ |
236 | 236 | {"canShineCharge": {"usedTiles": 22, "openEnd": 0}}, |
237 | 237 | "canShinechargeMovement", |
|
241 | 241 | "exitCondition": { |
242 | 242 | "leaveShinecharged": {} |
243 | 243 | }, |
| 244 | + "flashSuitChecked": true |
| 245 | + }, |
| 246 | + { |
| 247 | + "link": [1, 1], |
| 248 | + "name": "Leave Shinecharged (X-Mode or Kraid Defeated)", |
| 249 | + "requires": [ |
| 250 | + "canXMode", |
| 251 | + "h_XModeThornHit", |
| 252 | + "h_XModeThornHit", |
| 253 | + "h_shinechargeMaxRunway", |
| 254 | + {"or": [ |
| 255 | + {"canShineCharge": {"usedTiles": 22, "openEnd": 0}}, |
| 256 | + {"and": [ |
| 257 | + {"not": "f_DefeatedKraid"}, |
| 258 | + "canRiskPermanentLossOfAccess" |
| 259 | + ]} |
| 260 | + ]}, |
| 261 | + "canShinechargeMovement", |
| 262 | + {"shineChargeFrames": 55}, |
| 263 | + {"or": [ |
| 264 | + {"and": [ |
| 265 | + "canNeutralDamageBoost", |
| 266 | + "canBeVeryPatient" |
| 267 | + ]}, |
| 268 | + {"shineChargeFrames": 10} |
| 269 | + ]} |
| 270 | + ], |
| 271 | + "exitCondition": { |
| 272 | + "leaveShinecharged": {} |
| 273 | + }, |
244 | 274 | "flashSuitChecked": true, |
245 | | - "devNote": "An X-Mode strat is likely possible but not included. It would require the doors unlocked and canRiskPermanentLossOfAccess." |
| 275 | + "note": [ |
| 276 | + "If Kraid is alive, use X-mode on the thorns to gain a shinecharge.", |
| 277 | + "While running on the thorns, Samus' will be flashing as i-frames continually refresh;", |
| 278 | + "by timing the shinecharge and X-Ray release to happen just before i-frames run out,", |
| 279 | + "Samus can get a neutral damage boost to quickly put her on the ledge." |
| 280 | + ], |
| 281 | + "devNote": [ |
| 282 | + "If Kraid is alive, leaving with a horizontal damage boost is also possible, but not easy to model." |
| 283 | + ] |
246 | 284 | }, |
247 | 285 | { |
248 | 286 | "id": 3, |
|
0 commit comments