|
463 | 463 | ], |
464 | 464 | "devNote": "This is technically possible with 14 tiles but it might require too much precision." |
465 | 465 | }, |
| 466 | + { |
| 467 | + "link": [1, 2], |
| 468 | + "name": "Side Platform Cross Room Jump", |
| 469 | + "entranceCondition": { |
| 470 | + "comeInWithSidePlatform": { |
| 471 | + "platforms": [ |
| 472 | + { |
| 473 | + "minHeight": 2, |
| 474 | + "maxHeight": 2, |
| 475 | + "minTiles": 27.4375, |
| 476 | + "speedBooster": true, |
| 477 | + "obstructions": [[1, 0]], |
| 478 | + "requires": [ |
| 479 | + "canLateralMidAirMorph" |
| 480 | + ], |
| 481 | + "note": ["This applies to Dust Torizo Room."], |
| 482 | + "detailNote": ["This has a 2-frame window for the jump."] |
| 483 | + }, |
| 484 | + { |
| 485 | + "minHeight": 2, |
| 486 | + "maxHeight": 2, |
| 487 | + "minTiles": 45, |
| 488 | + "speedBooster": true, |
| 489 | + "obstructions": [[2, 0]], |
| 490 | + "requires": [ |
| 491 | + "canMomentumConservingMorph" |
| 492 | + ], |
| 493 | + "note": ["This applies to Waterway Energy Tank Room."], |
| 494 | + "detailNote": [ |
| 495 | + "This has a 4-frame window for the jump,", |
| 496 | + "and between a 1-frame and 5-frame window for the morph (before the transition),", |
| 497 | + "with later jumps giving the larger window for the morph." |
| 498 | + ] |
| 499 | + }, |
| 500 | + { |
| 501 | + "minHeight": 2, |
| 502 | + "maxHeight": 2, |
| 503 | + "minTiles": 45, |
| 504 | + "speedBooster": true, |
| 505 | + "obstructions": [[3, 0]], |
| 506 | + "requires": [ |
| 507 | + "canMomentumConservingMorph" |
| 508 | + ], |
| 509 | + "note": ["This applies to Statues Hallway."], |
| 510 | + "detailNote": [ |
| 511 | + "This has a 4-frame window for the jump,", |
| 512 | + "and between a 2-frame and 4-frame window for the morph (before the transition),", |
| 513 | + "with later jumps giving the larger window for the morph." |
| 514 | + ] |
| 515 | + }, |
| 516 | + { |
| 517 | + "minHeight": 3, |
| 518 | + "maxHeight": 3, |
| 519 | + "minTiles": 38, |
| 520 | + "speedBooster": true, |
| 521 | + "obstructions": [[3, 0]], |
| 522 | + "requires": [ |
| 523 | + "canMomentumConservingMorph" |
| 524 | + ], |
| 525 | + "note": ["This applies to Flyway."], |
| 526 | + "detailNote": [ |
| 527 | + "With ideal positioning, this has a 5-frame window for the jump,", |
| 528 | + "and between a 1-frame and 3-frame window for the morph (before the transition),", |
| 529 | + "with later jumps giving the larger window for the morph." |
| 530 | + ] |
| 531 | + }, |
| 532 | + { |
| 533 | + "minHeight": 2, |
| 534 | + "maxHeight": 2, |
| 535 | + "minTiles": 45, |
| 536 | + "speedBooster": true, |
| 537 | + "obstructions": [[4, 0]], |
| 538 | + "requires": [ |
| 539 | + "canInsaneJump", |
| 540 | + "canMomentumConservingMorph", |
| 541 | + "canInsaneMidAirMorph" |
| 542 | + ], |
| 543 | + "note": ["This applies to Baby Kraid Room."], |
| 544 | + "detailNote": [ |
| 545 | + "With ideal positioning (turn around from the runway start, and perform a single arm pump while running),", |
| 546 | + "this has a 2-frame window for the jump,", |
| 547 | + "and either a 1-frame or 2-frame window for the morph (before the transition),", |
| 548 | + "with a last-frame jump giving the larger window for the morph." |
| 549 | + ] |
| 550 | + }, |
| 551 | + { |
| 552 | + "minHeight": 3, |
| 553 | + "maxHeight": 3, |
| 554 | + "minTiles": 39.4375, |
| 555 | + "speedBooster": true, |
| 556 | + "obstructions": [[3, 2]], |
| 557 | + "requires": [], |
| 558 | + "note": ["This applies to Metal Pirates Room."], |
| 559 | + "detailNote": ["This has a 3-frame window for the jump."] |
| 560 | + } |
| 561 | + ] |
| 562 | + } |
| 563 | + }, |
| 564 | + "requires": [], |
| 565 | + "wallJumpAvoid": true |
| 566 | + }, |
466 | 567 | { |
467 | 568 | "id": 18, |
468 | 569 | "link": [1, 2], |
|
0 commit comments