|
556 | 556 | "devNote": [ |
557 | 557 | "Slightly higher run speeds can work but with greater difficulty.", |
558 | 558 | "FIXME: comeInGettingBlueSpeed is not technically the right entrance condition, since the jump needs to happen in the other room;", |
559 | | - "we ignore this for now since it makes less than a tile of difference to the runway in the other room.", |
560 | | - "At some point we should support entrance conditions for entering spinning with upward momentum (possibly from disconnected runways like in Dust Torizo Room);", |
561 | | - "coming in with a blue Space Jump could also work." |
| 559 | + "we ignore this for now since it makes less than a tile of difference to the runway in the other room." |
562 | 560 | ] |
563 | 561 | }, |
| 562 | + { |
| 563 | + "link": [2, 1], |
| 564 | + "name": "Blue Space Jump Speedball, Leave With Temporary Blue", |
| 565 | + "entranceCondition": { |
| 566 | + "comeInBlueSpaceJumping": { |
| 567 | + "minExtraRunSpeed": "$0.E", |
| 568 | + "maxExtraRunSpeed": "$2.1" |
| 569 | + } |
| 570 | + }, |
| 571 | + "requires": [ |
| 572 | + "canSpeedball", |
| 573 | + "canChainTemporaryBlue", |
| 574 | + "canInsaneJump" |
| 575 | + ], |
| 576 | + "exitCondition": { |
| 577 | + "leaveWithTemporaryBlue": {} |
| 578 | + }, |
| 579 | + "unlocksDoors": [{"types": ["ammo"], "requires": []}], |
| 580 | + "note": "Gain blue speed in the other room, Space Jump through the transition, then speedball under the shutters." |
| 581 | + }, |
| 582 | + { |
| 583 | + "link": [2, 1], |
| 584 | + "name": "Side Platform Speedball, Leave With Temporary Blue", |
| 585 | + "entranceCondition": { |
| 586 | + "comeInWithSidePlatform": { |
| 587 | + "platforms": [ |
| 588 | + { |
| 589 | + "minHeight": 1, |
| 590 | + "maxHeight": 1, |
| 591 | + "minTiles": 16, |
| 592 | + "speedBooster": true, |
| 593 | + "obstructions": [[1, 0]], |
| 594 | + "note": ["This applies to Lava Dive."] |
| 595 | + }, |
| 596 | + { |
| 597 | + "minHeight": 2, |
| 598 | + "maxHeight": 2, |
| 599 | + "minTiles": 27.4375, |
| 600 | + "speedBooster": true, |
| 601 | + "obstructions": [[1, 0]], |
| 602 | + "note": ["This applies to Dust Torizo Room and Noob Bridge."] |
| 603 | + }, |
| 604 | + { |
| 605 | + "minHeight": 3, |
| 606 | + "maxHeight": 3, |
| 607 | + "minTiles": 15.4375, |
| 608 | + "speedBooster": true, |
| 609 | + "obstructions": [[1, 0]], |
| 610 | + "requires": [ |
| 611 | + "HiJump", |
| 612 | + {"getBlueSpeed": {"usedTiles": 14, "openEnd": 1}} |
| 613 | + ], |
| 614 | + "note": ["This applies to Botwoon's Room."] |
| 615 | + }, |
| 616 | + { |
| 617 | + "minHeight": 3, |
| 618 | + "maxHeight": 3, |
| 619 | + "minTiles": 28.2472, |
| 620 | + "speedBooster": true, |
| 621 | + "obstructions": [[1, 0]], |
| 622 | + "note": ["This applies to Double Chamber."] |
| 623 | + } |
| 624 | + ] |
| 625 | + } |
| 626 | + }, |
| 627 | + "requires": [ |
| 628 | + {"getBlueSpeed": {"usedTiles": 15, "openEnd": 1}}, |
| 629 | + "canSpeedball", |
| 630 | + "canChainTemporaryBlue", |
| 631 | + "canInsaneJump" |
| 632 | + ], |
| 633 | + "exitCondition": { |
| 634 | + "leaveWithTemporaryBlue": {} |
| 635 | + }, |
| 636 | + "unlocksDoors": [{"types": ["ammo"], "requires": []}], |
| 637 | + "note": "Gain blue speed in the other room, jump through the transition, then speedball under the shutters." |
| 638 | + }, |
564 | 639 | { |
565 | 640 | "id": 22, |
566 | 641 | "link": [2, 1], |
|
0 commit comments