|
248 | 248 | }, |
249 | 249 | "requires": [ |
250 | 250 | {"or": [ |
251 | | - {"and": [ |
252 | | - "h_artificialMorphMovement", |
253 | | - "h_lavaProof" |
254 | | - ]}, |
255 | 251 | {"and": [ |
256 | 252 | "Morph", |
257 | 253 | {"or": [ |
|
273 | 269 | "h_artificialMorphIBJ", |
274 | 270 | "h_artificialMorphBombHorizontally", |
275 | 271 | {"lavaFrames": 160} |
| 272 | + ]}, |
| 273 | + {"and": [ |
| 274 | + "Gravity", |
| 275 | + "h_artificialMorphSpringBall", |
| 276 | + {"lavaFrames": 40} |
| 277 | + ]}, |
| 278 | + {"and": [ |
| 279 | + "Gravity", |
| 280 | + "Morph", |
| 281 | + {"lavaFrames": 24} |
276 | 282 | ]} |
277 | 283 | ]}, |
278 | 284 | "h_heatedGModeOpenDifferentDoor" |
|
466 | 472 | {"and": [ |
467 | 473 | "h_artificialMorphIBJ", |
468 | 474 | "h_artificialMorphBombHorizontally" |
| 475 | + ]}, |
| 476 | + {"and": [ |
| 477 | + "Gravity", |
| 478 | + "h_artificialMorphSpringBall", |
| 479 | + {"lavaFrames": 20} |
| 480 | + ]}, |
| 481 | + {"and": [ |
| 482 | + "h_artificialMorphSpringBall", |
| 483 | + {"lavaFrames": 50} |
469 | 484 | ]} |
470 | 485 | ]}, |
471 | 486 | {"or": [ |
|
475 | 490 | "canTrickyJump", |
476 | 491 | {"enemyDamage": {"enemy": "Boyon", "type": "contact", "hits": 1}} |
477 | 492 | ]}, |
478 | | - {"lavaFrames": 70}, |
| 493 | + {"lavaFrames": 90}, |
479 | 494 | {"and": [ |
480 | 495 | "Gravity", |
481 | | - {"lavaFrames": 25} |
| 496 | + {"lavaFrames": 35} |
482 | 497 | ]} |
483 | 498 | ]}, |
484 | 499 | "h_heatedGModeOpenDifferentDoor" |
485 | 500 | ], |
486 | 501 | "flashSuitChecked": true, |
487 | 502 | "note": "Spring Fling or IBJ across the right pit and damage boost or lava dive in the second; to Spring Fling, jump immediately before the pause triggers." |
488 | 503 | }, |
| 504 | + { |
| 505 | + "link": [2, 1], |
| 506 | + "name": "G-Mode Morph, Power Bomb Ripper Boost", |
| 507 | + "entranceCondition": { |
| 508 | + "comeInWithGMode": { |
| 509 | + "mode": "any", |
| 510 | + "morphed": true |
| 511 | + } |
| 512 | + }, |
| 513 | + "requires": [ |
| 514 | + "Gravity", |
| 515 | + "h_artificialMorphPowerBomb", |
| 516 | + "canNeutralDamageBoost", |
| 517 | + {"enemyDamage": {"enemy": "Ripper 2 (red)", "type": "contact", "hits": 1}}, |
| 518 | + "canTrickyJump", |
| 519 | + {"lavaFrames": 140}, |
| 520 | + "h_additionalBomb", |
| 521 | + {"or": [ |
| 522 | + {"and": [ |
| 523 | + {"notable": "Impressive Damage Boost"}, |
| 524 | + "canHorizontalDamageBoost", |
| 525 | + {"enemyDamage": {"enemy": "Boyon", "type": "contact", "hits": 1}} |
| 526 | + ]}, |
| 527 | + {"lavaFrames": 25} |
| 528 | + ]}, |
| 529 | + "h_heatedGModeOpenDifferentDoor" |
| 530 | + ], |
| 531 | + "flashSuitChecked": true, |
| 532 | + "note": [ |
| 533 | + "Enter the lava pool as the Ripper touches the left wall. Place a Power Bomb in the corner and boost up into the Ripper to escape.", |
| 534 | + "The Power Bomb timing is somewhat lenient, but incorrectly timing it will kill the Ripper and leave Samus in the lava pool." |
| 535 | + ] |
| 536 | + }, |
489 | 537 | { |
490 | 538 | "id": 17, |
491 | 539 | "link": [2, 2], |
|
0 commit comments