|
313 | 313 | "canLongCeilingBombJump" |
314 | 314 | ] |
315 | 315 | }, |
| 316 | + { |
| 317 | + "link": [1, 4], |
| 318 | + "name": "Speedy Jump Spring Fling", |
| 319 | + "entranceCondition": { |
| 320 | + "comeInRunning": { |
| 321 | + "minTiles": 28, |
| 322 | + "speedBooster": true |
| 323 | + } |
| 324 | + }, |
| 325 | + "requires": [ |
| 326 | + "canTrickyJump", |
| 327 | + "canLateralMidAirMorph", |
| 328 | + "canSpringFling" |
| 329 | + ], |
| 330 | + "note": "Run and jump into an airball, pressing pause just as Samus hits the ceiling, in order to unequip Spring Ball to reset fall speed.", |
| 331 | + "devNote": "This can be done with 26 tiles of other-room runway, but it would probably require a higher movement tech." |
| 332 | + }, |
| 333 | + { |
| 334 | + "link": [1, 4], |
| 335 | + "name": "Spring Ball Bounce Spring Fling", |
| 336 | + "entranceCondition": { |
| 337 | + "comeInWithSpringBallBounce": { |
| 338 | + "remoteAndLandingMinTiles": [[30, 1]], |
| 339 | + "movementType": "controlled" |
| 340 | + } |
| 341 | + }, |
| 342 | + "requires": [ |
| 343 | + "canTrickyJump", |
| 344 | + "canLateralMidAirMorph", |
| 345 | + "canSpringFling" |
| 346 | + ] |
| 347 | + }, |
316 | 348 | { |
317 | 349 | "link": [1, 5], |
318 | 350 | "name": "G-Mode Morph and Bombs to Overload Speed Blocks", |
|
478 | 510 | ], |
479 | 511 | "devNote": "There are 2 unusable tiles in this runway." |
480 | 512 | }, |
| 513 | + { |
| 514 | + "link": [1, 6], |
| 515 | + "name": "Speedy Jump Spring Fling Temporary Blue", |
| 516 | + "entranceCondition": { |
| 517 | + "comeInRunning": { |
| 518 | + "minTiles": 28, |
| 519 | + "speedBooster": true |
| 520 | + } |
| 521 | + }, |
| 522 | + "requires": [ |
| 523 | + "canTrickyJump", |
| 524 | + "canLateralMidAirMorph", |
| 525 | + "canSpringFling", |
| 526 | + "canTemporaryBlue" |
| 527 | + ], |
| 528 | + "note": "Run and jump into an airball, pressing pause just as Samus hits the ceiling, in order to unequip Spring Ball to reset fall speed.", |
| 529 | + "devNote": "This can be done with 26 tiles of other-room runway, but it would probably require a higher movement tech." |
| 530 | + }, |
| 531 | + { |
| 532 | + "link": [1, 6], |
| 533 | + "name": "Spring Ball Bounce Spring Fling Temporary Blue", |
| 534 | + "entranceCondition": { |
| 535 | + "comeInWithSpringBallBounce": { |
| 536 | + "remoteAndLandingMinTiles": [[30, 1]], |
| 537 | + "movementType": "controlled" |
| 538 | + } |
| 539 | + }, |
| 540 | + "requires": [ |
| 541 | + "canTrickyJump", |
| 542 | + "canLateralMidAirMorph", |
| 543 | + "canSpringFling", |
| 544 | + "canTemporaryBlue" |
| 545 | + ] |
| 546 | + }, |
481 | 547 | { |
482 | 548 | "link": [1, 6], |
483 | 549 | "name": "Temporary Blue Springball", |
|
0 commit comments