|
97 | 97 | } |
98 | 98 | ], |
99 | 99 | "strats": [ |
| 100 | + { |
| 101 | + "link": [1, 1], |
| 102 | + "name": "R-Mode Spark Interrupt (Gain Blue Suit)", |
| 103 | + "entranceCondition": { |
| 104 | + "comeInWithRMode": {} |
| 105 | + }, |
| 106 | + "requires": [ |
| 107 | + {"or": [ |
| 108 | + "h_CrystalFlash", |
| 109 | + {"and": [ |
| 110 | + "h_RModeCanRefillReserves", |
| 111 | + {"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]}, |
| 112 | + {"partialRefill": {"type": "ReserveEnergy", "limit": 5}} |
| 113 | + ]} |
| 114 | + ]}, |
| 115 | + {"or":[ |
| 116 | + {"and":[ |
| 117 | + "Gravity", |
| 118 | + "h_shinechargeMaxRunway" |
| 119 | + ]}, |
| 120 | + {"and":[ |
| 121 | + {"or":[ |
| 122 | + "SpaceJump", |
| 123 | + {"and": [ |
| 124 | + "canSuitlessMaridia", |
| 125 | + {"or":[ |
| 126 | + "canPreciseWalljump", |
| 127 | + "canBombJumpWaterEscape", |
| 128 | + {"and": [ |
| 129 | + "h_useSpringBall", |
| 130 | + "canJumpIntoIBJ" |
| 131 | + ]}, |
| 132 | + {"and": [ |
| 133 | + "canBePatient", |
| 134 | + "canTrickyUseFrozenEnemies", |
| 135 | + {"ammo": {"type": "Super", "count": 1}} |
| 136 | + ]} |
| 137 | + ]} |
| 138 | + ]} |
| 139 | + ]}, |
| 140 | + {"canShineCharge": {"usedTiles": 32, "openEnd": 1}} |
| 141 | + ]} |
| 142 | + ]}, |
| 143 | + {"autoReserveTrigger": {"maxReserveEnergy": 95}}, |
| 144 | + "canRModeSparkInterrupt", |
| 145 | + {"partialRefill": {"type": "Energy", "limit": 25}} |
| 146 | + ], |
| 147 | + "clearsObstacles": ["A"], |
| 148 | + "flashSuitChecked": true, |
| 149 | + "blueSuitChecked": true, |
| 150 | + "note": [ |
| 151 | + "Gravity Suit can use the main runway, while suitless must use the shelf. The entire setup can be done with just the Zeros if you", |
| 152 | + "are patient enough (and/or have Gravity). Gravity (only) can also run through just the first thick portion of the speedway to use the", |
| 153 | + "the Skulltera and Puyos." |
| 154 | + ] |
| 155 | + }, |
100 | 156 | { |
101 | 157 | "id": 1, |
102 | 158 | "link": [1, 1], |
|
0 commit comments