|
214 | 214 | "link": [1, 2], |
215 | 215 | "name": "Base", |
216 | 216 | "requires": [ |
217 | | - {"simpleHeatFrames": 150}, |
218 | | - {"or": [ |
219 | | - {"and": [ |
220 | | - "canMoonfall", |
221 | | - {"heatFrames": 20} |
222 | | - ]}, |
223 | | - {"heatFrames": 45} |
224 | | - ]} |
| 217 | + {"simpleHeatFrames": 120}, |
| 218 | + {"heatFrames": 75} |
| 219 | + ], |
| 220 | + "note": [ |
| 221 | + "Falling down the right side of the room is safe." |
| 222 | + ] |
| 223 | + }, |
| 224 | + { |
| 225 | + "id": 3, |
| 226 | + "link": [1, 2], |
| 227 | + "name": "Moonfall", |
| 228 | + "requires": [ |
| 229 | + "canMoonfall", |
| 230 | + "canTrickyJump", |
| 231 | + {"simpleHeatFrames": 100}, |
| 232 | + {"heatFrames": 60} |
| 233 | + ], |
| 234 | + "note": [ |
| 235 | + "Move forward far enough to trigger the crumble block, then quickly moonfall before it respawns.", |
| 236 | + "It can help to perform the moonfall facing left (backing up to the right),", |
| 237 | + "then quickly turn back left to clear the platform.", |
| 238 | + "Press against the wall, aim down, and shoot open the door while falling.", |
| 239 | + "It is possible to delay the moonfall enough to land on the doorframe,", |
| 240 | + "by turning around back and forth once mid-air." |
225 | 241 | ] |
226 | 242 | }, |
227 | 243 | { |
|
425 | 441 | {"heatFrames": 300} |
426 | 442 | ]} |
427 | 443 | ], |
428 | | - "note": "Walljump up the right, then walljump off the top-middle crumble platform then off the top-right one." |
| 444 | + "note": [ |
| 445 | + "Enter with a spin jump, and wall jump up the right side;", |
| 446 | + "at the end, walljump off the top-middle crumble platform then off the top-right one." |
| 447 | + ] |
429 | 448 | }, |
430 | 449 | { |
431 | 450 | "id": 13, |
|
434 | 453 | "requires": [ |
435 | 454 | "canCrumbleJump", |
436 | 455 | "canTrickyJump", |
| 456 | + "canTrickyDodgeEnemies", |
437 | 457 | {"or": [ |
438 | 458 | {"and": [ |
439 | 459 | "HiJump", |
440 | | - "canTrickyDodgeEnemies", |
| 460 | + "canInsaneJump", |
441 | 461 | {"heatFrames": 370} |
442 | 462 | ]}, |
443 | | - {"heatFrames": 660} |
| 463 | + {"heatFrames": 630} |
444 | 464 | ]} |
445 | 465 | ], |
446 | 466 | "wallJumpAvoid": true, |
447 | 467 | "note": [ |
448 | 468 | "Do 9 successive crumble jumps up the platforms.", |
449 | | - "If Hi-Jump is available, then it is possible to skip 4 of the crumble platforms." |
| 469 | + "If Hi-Jump is available, then it is possible to skip 4 of the crumble platforms, using only the center platforms,", |
| 470 | + "in which case it is recommended to down-grab the 3rd center platform, though doing a crumble spin jump onto it is also an option." |
450 | 471 | ] |
451 | 472 | }, |
452 | 473 | { |
|
0 commit comments