|
397 | 397 | {"metroidFrames": 240} |
398 | 398 | ], |
399 | 399 | "flashSuitChecked": true, |
| 400 | + "unlocksDoors": [ |
| 401 | + {"types": ["missiles"], "requires": [ |
| 402 | + {"ammo": {"type": "Missile", "count": 1}}, |
| 403 | + {"metroidFrames": 50} |
| 404 | + ]}, |
| 405 | + {"types": ["super"], "requires": [ |
| 406 | + "canTrickyJump", |
| 407 | + {"metroidFrames": 50} |
| 408 | + ]}, |
| 409 | + {"types": ["powerbomb"], "requires": [ |
| 410 | + {"metroidFrames": 50} |
| 411 | + ]} |
| 412 | + ], |
| 413 | + "exitCondition": { |
| 414 | + "leaveNormally": {} |
| 415 | + }, |
400 | 416 | "note": [ |
401 | 417 | "Taking a rinka hit stops the Metroid damage for a while and is less damage.", |
402 | 418 | "Note that angle-down shots with a Metroid on Samus are unreliable, so it is recommended to jump and shoot down to open the door." |
| 419 | + ], |
| 420 | + "devNote": [ |
| 421 | + "Power Bombs negate some of the damage taken while waiting for the door to unlock." |
403 | 422 | ] |
404 | 423 | }, |
405 | 424 | { |
|
639 | 658 | {"enemyDamage": {"enemy": "Rinka", "type": "contact", "hits": 1}}, |
640 | 659 | {"metroidFrames": 256} |
641 | 660 | ], |
| 661 | + "unlocksDoors": [ |
| 662 | + {"types": ["missiles"], "requires": [ |
| 663 | + {"metroidFrames": 50}, |
| 664 | + {"ammo": {"type":"Missile", "count": 2}} |
| 665 | + ]}, |
| 666 | + {"types": ["super"], "requires": [ |
| 667 | + {"ammo": {"type": "Super", "count": 1}} |
| 668 | + ]}, |
| 669 | + {"types": ["powerbomb"], "requires": []} |
| 670 | + ], |
| 671 | + "exitCondition": { |
| 672 | + "leaveNormally": {} |
| 673 | + }, |
642 | 674 | "flashSuitChecked": true, |
643 | 675 | "note": "Taking a rinka hit stops the Metroid damage for a while and is less damage.", |
644 | | - "devNote": "Avoiding Rinkas is more difficult than getting hit, so it is not important to know to want to get hit." |
| 676 | + "devNote": [ |
| 677 | + "Avoiding Rinkas is more difficult than getting hit, so it is not important to know to want to get hit.", |
| 678 | + "Opening a door with a Power Bomb is energy neutral since you can place it early." |
| 679 | + ] |
645 | 680 | }, |
646 | 681 | { |
647 | 682 | "id": 27, |
|
0 commit comments