|
368 | 368 | {"or": [ |
369 | 369 | {"and": [ |
370 | 370 | "Plasma", |
| 371 | + "Charge" |
| 372 | + ]}, |
| 373 | + {"and": [ |
| 374 | + "Plasma", |
| 375 | + "canTrickyDodgeEnemies", |
371 | 376 | {"or": [ |
372 | | - "Charge", |
373 | 377 | "Ice", |
374 | 378 | "Wave" |
375 | 379 | ]} |
376 | 380 | ]}, |
377 | | - "ScrewAttack", |
| 381 | + "ScrewAttack" |
| 382 | + ]} |
| 383 | + ], |
| 384 | + "clearsObstacles": ["C"], |
| 385 | + "note": [ |
| 386 | + "Enter the room ready to kill the hoppers before they can hit Samus.", |
| 387 | + "Enter with a Charged Plasma shot ready, in a Screw Attack spin jump, or prepated to rapidly kill the hopper with Plasma and another beam." |
| 388 | + ] |
| 389 | + }, |
| 390 | + { |
| 391 | + "link": [1, 1], |
| 392 | + "name": "Prepared Kill on Entry, Morph Entry", |
| 393 | + "entranceCondition": { |
| 394 | + "comeInNormally": {} |
| 395 | + }, |
| 396 | + "requires": [ |
| 397 | + "canPrepareForNextRoom", |
| 398 | + "Morph", |
| 399 | + "canTrickyJump", |
| 400 | + {"or": [ |
| 401 | + "Plasma", |
378 | 402 | {"and": [ |
379 | 403 | "h_canUsePowerBombs", |
380 | | - {"enemyKill": { |
381 | | - "enemies": [["Sidehopper"]], |
382 | | - "explicitWeapons": ["Missile", "Super", "PowerBomb"] |
383 | | - }} |
| 404 | + {"or": [ |
| 405 | + "canTrickyDodgeEnemies", |
| 406 | + {"enemyKill": { |
| 407 | + "enemies": [["Sidehopper"]], |
| 408 | + "explicitWeapons": ["Missile", "Super", "PowerBomb"] |
| 409 | + }} |
| 410 | + ]} |
384 | 411 | ]} |
385 | 412 | ]} |
386 | 413 | ], |
387 | 414 | "clearsObstacles": ["C"], |
388 | 415 | "note": [ |
389 | | - "Enter the room ready to kill the hoppers before they can hit Samus.", |
390 | | - "with a charge plasma shot ready, or in a screw attack spin jump, or a morph, ready to lay a power bomb." |
| 416 | + "Roll into the room, fall off the step and roll into the corner.", |
| 417 | + "Either use a Power Bomb on entry, or unmorph at the bottom of the step and quickly kill the hoppers with Plasma." |
391 | 418 | ] |
392 | 419 | }, |
393 | 420 | { |
|
399 | 426 | }, |
400 | 427 | "requires": [ |
401 | 428 | "canPrepareForNextRoom", |
402 | | - "canFarmWhileShooting", |
| 429 | + "canTrickyDodgeEnemies", |
403 | 430 | {"ammo": {"type": "Missile", "count": 1}}, |
404 | 431 | {"ammo": {"type": "Super", "count": 1}}, |
405 | 432 | {"or": [ |
|
425 | 452 | }, |
426 | 453 | "requires": [ |
427 | 454 | "canPrepareForNextRoom", |
428 | | - "canFarmWhileShooting", |
| 455 | + "canTrickyDodgeEnemies", |
429 | 456 | {"ammo": {"type": "Missile", "count": 1}}, |
430 | 457 | {"ammo": {"type": "Super", "count": 1}} |
431 | 458 | ], |
|
521 | 548 | "requires": [ |
522 | 549 | "canPrepareForNextRoom", |
523 | 550 | {"or": [ |
524 | | - {"and": [ |
525 | | - "Plasma", |
526 | | - {"or": [ |
527 | | - "Ice", |
528 | | - "Wave" |
529 | | - ]} |
530 | | - ]}, |
| 551 | + "Plasma", |
531 | 552 | "ScrewAttack", |
532 | 553 | {"and": [ |
533 | 554 | "h_canUsePowerBombs", |
|
785 | 806 | "comeInNormally": {} |
786 | 807 | }, |
787 | 808 | "requires": [ |
| 809 | + "canPrepareForNextRoom", |
788 | 810 | "canTrickyDodgeEnemies", |
789 | 811 | "canCameraManip", |
790 | 812 | "h_canBombThings" |
791 | 813 | ], |
792 | 814 | "clearsObstacles": ["A"], |
793 | 815 | "note": [ |
794 | 816 | "Roll into the room, fall off the step and roll into the corner.", |
795 | | - "Roll to the right immediately as the floor hopper is going to take its fourth jump to get it off camera.", |
| 817 | + "Roll to the right immediately as the floor hopper is going to take its second jump to get it off camera.", |
796 | 818 | "Once it is off camera, stop and wait for the next hopper to jump towards Samus, then roll under it as it jumps again." |
797 | 819 | ] |
798 | 820 | }, |
|
807 | 829 | } |
808 | 830 | }, |
809 | 831 | "requires": [ |
| 832 | + "canPrepareForNextRoom", |
810 | 833 | "canTrickyDodgeEnemies", |
811 | 834 | "canCameraManip", |
812 | 835 | "h_canBombThings" |
813 | 836 | ], |
814 | 837 | "clearsObstacles": ["A"], |
815 | 838 | "note": [ |
816 | 839 | "Roll into the room, fall off the step and roll into the corner.", |
817 | | - "Roll to the right immediately as the floor hopper is going to take its fourth jump to get it off camera.", |
| 840 | + "Roll to the right immediately as the floor hopper is going to take its second jump to get it off camera.", |
818 | 841 | "Once it is off camera, stop and wait for the next hopper to jump towards Samus, then roll under it as it jumps again." |
819 | 842 | ] |
820 | 843 | }, |
|
0 commit comments