|
174 | 174 | { |
175 | 175 | "id": 5, |
176 | 176 | "link": [1, 4], |
177 | | - "name": "TrickyJumps", |
| 177 | + "name": "Tricky Jumps", |
178 | 178 | "requires": [ |
179 | 179 | "h_navigateHeatRooms", |
180 | 180 | "canTrickyJump", |
181 | 181 | {"heatFrames": 570} |
182 | 182 | ], |
183 | 183 | "note": "Take the platforms two at a time by building some run speed for each jump on a one tile runway." |
184 | 184 | }, |
| 185 | + { |
| 186 | + "link": [1, 4], |
| 187 | + "name": "Tricky Jumps with Crystal Flash", |
| 188 | + "requires": [ |
| 189 | + "canTrickyJump", |
| 190 | + {"or": [ |
| 191 | + {"and": [ |
| 192 | + {"heatFrames": 95}, |
| 193 | + "h_heatedCrystalFlash", |
| 194 | + "canTrickyDodgeEnemies", |
| 195 | + {"heatFrames": 475} |
| 196 | + ]}, |
| 197 | + {"and": [ |
| 198 | + {"heatFrames": 175}, |
| 199 | + "h_heatedCrystalFlash", |
| 200 | + "canTrickyDodgeEnemies", |
| 201 | + {"heatFrames": 395} |
| 202 | + ]}, |
| 203 | + {"and": [ |
| 204 | + {"heatFrames": 240}, |
| 205 | + "h_heatedCrystalFlash", |
| 206 | + "canTrickyDodgeEnemies", |
| 207 | + {"heatFrames": 330} |
| 208 | + ]}, |
| 209 | + {"and": [ |
| 210 | + {"heatFrames": 310}, |
| 211 | + "h_heatedCrystalFlash", |
| 212 | + {"heatFrames": 260} |
| 213 | + ]} |
| 214 | + ]} |
| 215 | + ], |
| 216 | + "note": [ |
| 217 | + "The Crystal Flash can be done on any of the floating blocks or single-tile-wide pillars that don't have a Hibashi.", |
| 218 | + "The safest place to do it is on the last single-tile-wide pillar." |
| 219 | + ] |
| 220 | + }, |
| 221 | + { |
| 222 | + "link": [1, 4], |
| 223 | + "name": "Double Crystal Flash with Space Jump", |
| 224 | + "requires": [ |
| 225 | + "SpaceJump", |
| 226 | + "canTrickyDodgeEnemies", |
| 227 | + {"heatFrames": 205}, |
| 228 | + "h_heatedCrystalFlash", |
| 229 | + {"heatFrames": 180}, |
| 230 | + "h_heatedCrystalFlash", |
| 231 | + {"heatFrames": 120} |
| 232 | + ] |
| 233 | + }, |
| 234 | + { |
| 235 | + "link": [1, 4], |
| 236 | + "name": "Triple Crystal Flash", |
| 237 | + "requires": [ |
| 238 | + "canTrickyDodgeEnemies", |
| 239 | + {"heatFrames": 175}, |
| 240 | + "h_heatedCrystalFlash", |
| 241 | + {"heatFrames": 180}, |
| 242 | + "h_heatedCrystalFlash", |
| 243 | + {"heatFrames": 175}, |
| 244 | + "h_heatedCrystalFlash", |
| 245 | + {"heatFrames": 65} |
| 246 | + ] |
| 247 | + }, |
185 | 248 | { |
186 | 249 | "id": 6, |
187 | 250 | "link": [1, 4], |
|
351 | 414 | {"heatFrames": 265} |
352 | 415 | ] |
353 | 416 | }, |
| 417 | + { |
| 418 | + "link": [2, 4], |
| 419 | + "name": "Cross with Crystal Flash", |
| 420 | + "requires": [ |
| 421 | + {"heatFrames": 180}, |
| 422 | + "h_heatedCrystalFlash", |
| 423 | + {"heatFrames": 180} |
| 424 | + ] |
| 425 | + }, |
354 | 426 | { |
355 | 427 | "id": 34, |
356 | 428 | "link": [2, 4], |
|
497 | 569 | ], |
498 | 570 | "note": "Take the platforms two at a time by building some run speed for each jump on a one tile runway." |
499 | 571 | }, |
| 572 | + { |
| 573 | + "link": [4, 1], |
| 574 | + "name": "Tricky Jumps with Crystal Flash", |
| 575 | + "requires": [ |
| 576 | + "canTrickyJump", |
| 577 | + {"heatFrames": 135}, |
| 578 | + "h_heatedCrystalFlash", |
| 579 | + {"heatFrames": 350} |
| 580 | + ], |
| 581 | + "note": "The Crystal Flash can be done safely on the leftmost 2-tile-wide platform." |
| 582 | + }, |
500 | 583 | { |
501 | 584 | "id": 20, |
502 | 585 | "link": [4, 1], |
|
0 commit comments