|
502 | 502 | {"and": [ |
503 | 503 | "h_artificialMorphIBJ", |
504 | 504 | "h_artificialMorphBombHorizontally", |
505 | | - "canTrickyJump" |
| 505 | + "canTrickyDodgeEnemies" |
506 | 506 | ]}, |
507 | 507 | {"enemyDamage": {"enemy": "Mini-Kraid", "type": "spike", "hits": 1}} |
508 | 508 | ]} |
|
526 | 526 | } |
527 | 527 | }, |
528 | 528 | "requires": [ |
529 | | - {"enemyDamage": {"enemy": "Mini-Kraid", "type": "contact", "hits": 1}}, |
| 529 | + {"or": [ |
| 530 | + {"enemyDamage": {"enemy": "Mini-Kraid", "type": "contact", "hits": 1}}, |
| 531 | + {"and": [ |
| 532 | + {"or": [ |
| 533 | + "h_artificialMorphSpringBall", |
| 534 | + "h_artificialMorphPowerBomb" |
| 535 | + ]}, |
| 536 | + {"enemyDamage": {"enemy": "Mini-Kraid", "type": "spike", "hits": 10}} |
| 537 | + ]} |
| 538 | + ]}, |
530 | 539 | "h_artificialMorphPowerBomb" |
531 | 540 | ], |
532 | 541 | "clearsObstacles": ["A"], |
533 | 542 | "flashSuitChecked": true, |
534 | 543 | "note": [ |
535 | 544 | "Wait on the right side of Baby Kraid for about 10 seconds so that he shoots the maximum amount of projectiles which will move to the right after exiting G-Mode.", |
536 | | - "Roll through him and kill the left pirates with a Power Bomb. Only one is necessary when placing next to the pirate when it is as far to the left as possible.", |
| 545 | + "When Baby Kraid is as far left as possible, use a Power Bomb to boost up and hit the stationary, invisible spikes, then roll to the left and kill the pirates with another Power Bomb.", |
| 546 | + "To save a Power Bomb and take a bit more damage, roll through Baby Kraid then kill the left pirates with a Power Bomb. Only one is necessary when placing next to the pirate when it is as far to the left as possible.", |
537 | 547 | "Unmorph, freely kill Baby Kraid, then exit G-Mode. The his projectiles should all shoot to the right." |
538 | | - ], |
539 | | - "devNote": "FIXME: It should be possible to use a second Power Bomb or Spring Ball to hit one of Kraids invisible projectiles to save Energy." |
| 548 | + ] |
540 | 549 | }, |
541 | 550 | { |
542 | 551 | "id": 23, |
|
0 commit comments