|
1422 | 1422 | "flashSuitChecked": true, |
1423 | 1423 | "note": "Coming in with zero momentum, all it takes is one non-HiJump full height jump forward, then activate." |
1424 | 1424 | }, |
| 1425 | + { |
| 1426 | + "link": [4, 1], |
| 1427 | + "name": "Suitless Water Shinecharge, Leave Shinecharged", |
| 1428 | + "entranceCondition": { |
| 1429 | + "comeInShinecharging": { |
| 1430 | + "length": 6, |
| 1431 | + "openEnd": 1 |
| 1432 | + } |
| 1433 | + }, |
| 1434 | + "requires": [ |
| 1435 | + "canWaterShineCharge", |
| 1436 | + {"shineChargeFrames": 55} |
| 1437 | + ], |
| 1438 | + "exitCondition": { |
| 1439 | + "leaveShinecharged": {} |
| 1440 | + }, |
| 1441 | + "unlocksDoors": [ |
| 1442 | + {"types": ["super"], "requires": []}, |
| 1443 | + {"types": ["missiles", "powerbomb"], "requires": ["never"]} |
| 1444 | + ], |
| 1445 | + "devNote": [ |
| 1446 | + "This is just a rough estimate of the minimum number of tiles that this runway can represent.", |
| 1447 | + "It is designed for a skill level that won't be able to use canStutterWaterShineCharge." |
| 1448 | + ] |
| 1449 | + }, |
| 1450 | + { |
| 1451 | + "link": [4, 1], |
| 1452 | + "name": "Suitless Stutter Water Shinecharge, Leave Shinecharged", |
| 1453 | + "entranceCondition": { |
| 1454 | + "comeInStutterShinecharging": { |
| 1455 | + "minTiles": 2 |
| 1456 | + } |
| 1457 | + }, |
| 1458 | + "requires": [ |
| 1459 | + {"shineChargeFrames": 55} |
| 1460 | + ], |
| 1461 | + "exitCondition": { |
| 1462 | + "leaveShinecharged": {} |
| 1463 | + }, |
| 1464 | + "unlocksDoors": [ |
| 1465 | + {"types": ["super"], "requires": []}, |
| 1466 | + {"types": ["missiles", "powerbomb"], "requires": ["never"]} |
| 1467 | + ] |
| 1468 | + }, |
| 1469 | + { |
| 1470 | + "link": [4, 1], |
| 1471 | + "name": "Precise Suitless Stutter Water Shinecharge, Leave Shinecharged", |
| 1472 | + "entranceCondition": { |
| 1473 | + "comeInStutterShinecharging": { |
| 1474 | + "minTiles": 1 |
| 1475 | + } |
| 1476 | + }, |
| 1477 | + "requires": [ |
| 1478 | + {"shineChargeFrames": 55} |
| 1479 | + ], |
| 1480 | + "exitCondition": { |
| 1481 | + "leaveShinecharged": {} |
| 1482 | + }, |
| 1483 | + "unlocksDoors": [ |
| 1484 | + {"types": ["super"], "requires": []}, |
| 1485 | + {"types": ["missiles", "powerbomb"], "requires": ["never"]} |
| 1486 | + ], |
| 1487 | + "note": [ |
| 1488 | + "With only 1 tile of runway, this requires releasing forward for 1 or 2 frames", |
| 1489 | + "and repressing forward on the last possible frame." |
| 1490 | + ] |
| 1491 | + }, |
1425 | 1492 | { |
1426 | 1493 | "id": 60, |
1427 | 1494 | "link": [4, 1], |
|
0 commit comments