|
558 | 558 | "requires": [ |
559 | 559 | "canInsaneJump" |
560 | 560 | ], |
561 | | - "devNote": "FIXME: This can be done with 8 tiles (technically even 7.4375 tiles) but would require higher movement tech." |
| 561 | + "devNote": "Theoretically this can be done with 8 tiles (technically even 7.4375 tiles) but would require higher movement tech." |
| 562 | + }, |
| 563 | + { |
| 564 | + "link": [2, 4], |
| 565 | + "name": "Insane Speedy Mockball", |
| 566 | + "entranceCondition": { |
| 567 | + "comeInRunning": { |
| 568 | + "speedBooster": true, |
| 569 | + "minTiles": 5 |
| 570 | + } |
| 571 | + }, |
| 572 | + "requires": [ |
| 573 | + "canInsaneJump", |
| 574 | + "canMockball" |
| 575 | + ], |
| 576 | + "note": [ |
| 577 | + "Run into the room, and perform a very low short-hop mockball, delaying it so that Samus morphs right before the gate." |
| 578 | + ], |
| 579 | + "devNote": "Theoretically this can be done with 4 tiles (technically even 3.4375 tiles) but would require higher movement tech." |
| 580 | + }, |
| 581 | + { |
| 582 | + "link": [2, 4], |
| 583 | + "name": "Come In Getting Blue Speed, Speedball, Leave With Temporary Blue", |
| 584 | + "entranceCondition": { |
| 585 | + "comeInGettingBlueSpeed": { |
| 586 | + "length": 5, |
| 587 | + "openEnd": 1, |
| 588 | + "minExtraRunSpeed": "$3.8" |
| 589 | + } |
| 590 | + }, |
| 591 | + "requires": [ |
| 592 | + "canSpeedball", |
| 593 | + "canChainTemporaryBlue" |
| 594 | + ], |
| 595 | + "exitCondition": { |
| 596 | + "leaveWithTemporaryBlue": {} |
| 597 | + }, |
| 598 | + "unlocksDoors": [{"types": ["ammo"], "requires": []}], |
| 599 | + "devNote": ["Extra run speeds as low as $2.F can work, but with greater difficulty."] |
| 600 | + }, |
| 601 | + { |
| 602 | + "link": [2, 4], |
| 603 | + "name": "Come In Blue Spinning, Speedball, Leave With Temporary Blue", |
| 604 | + "entranceCondition": { |
| 605 | + "comeInBlueSpinning": { |
| 606 | + "unusableTiles": 0, |
| 607 | + "minExtraRunSpeed": "$3.8" |
| 608 | + } |
| 609 | + }, |
| 610 | + "requires": [ |
| 611 | + "canSpeedball", |
| 612 | + "canChainTemporaryBlue" |
| 613 | + ], |
| 614 | + "exitCondition": { |
| 615 | + "leaveWithTemporaryBlue": {} |
| 616 | + }, |
| 617 | + "unlocksDoors": [{"types": ["ammo"], "requires": []}], |
| 618 | + "devNote": ["Extra run speeds as low as $3.6 can work."] |
| 619 | + }, |
| 620 | + { |
| 621 | + "link": [2, 4], |
| 622 | + "name": "Come In With Blue Spring Ball Bounce, Leave With Temporary Blue", |
| 623 | + "entranceCondition": { |
| 624 | + "comeInWithBlueSpringBallBounce": { |
| 625 | + "movementType": "controlled", |
| 626 | + "minExtraRunSpeed": "$4.4" |
| 627 | + } |
| 628 | + }, |
| 629 | + "requires": [ |
| 630 | + "canTrickySpringBallBounce", |
| 631 | + "canInsaneJump", |
| 632 | + "canChainTemporaryBlue" |
| 633 | + ], |
| 634 | + "exitCondition": { |
| 635 | + "leaveWithTemporaryBlue": {} |
| 636 | + }, |
| 637 | + "unlocksDoors": [{"types": ["ammo"], "requires": []}] |
562 | 638 | }, |
563 | 639 | { |
564 | 640 | "id": 19, |
|
0 commit comments