|
165 | 165 | { |
166 | 166 | "id": 7, |
167 | 167 | "link": [1, 2], |
168 | | - "name": "Bounceball Double Lava Bath (Longer Runway)", |
| 168 | + "name": "Bounceball Lava Bath (3-tile runway)", |
169 | 169 | "entranceCondition": { |
170 | 170 | "comeInRunning": { |
171 | 171 | "speedBooster": false, |
|
187 | 187 | { |
188 | 188 | "id": 8, |
189 | 189 | "link": [1, 2], |
190 | | - "name": "Bounceball Double Lava Bath (Short Runway)", |
| 190 | + "name": "Bounceball Lava Bath (1-tile runway)", |
191 | 191 | "entranceCondition": { |
192 | 192 | "comeInRunning": { |
193 | 193 | "speedBooster": false, |
|
198 | 198 | "canBounceBall", |
199 | 199 | "canWalljump", |
200 | 200 | {"heatFrames": 600}, |
201 | | - {"lavaFrames": 85} |
| 201 | + {"lavaFrames": 70} |
| 202 | + ], |
| 203 | + "note": [ |
| 204 | + "Perform a bounceball to minimize lava damage.", |
| 205 | + "Move quickly to reach the second Tripper on its first cycle.", |
| 206 | + "Ride it, morph to avoid spike damage, shoot open the door, and run off of the Tripper (rather than jumping off)." |
| 207 | + ] |
| 208 | + }, |
| 209 | + { |
| 210 | + "link": [1, 2], |
| 211 | + "name": "Bounceball Lava Bath (No runway)", |
| 212 | + "requires": [ |
| 213 | + "canBounceBall", |
| 214 | + "canInsaneJump", |
| 215 | + "canWalljump", |
| 216 | + {"heatFrames": 600}, |
| 217 | + {"lavaFrames": 80} |
202 | 218 | ], |
203 | 219 | "note": [ |
204 | 220 | "Perform a bounceball to minimize lava damage.", |
|
359 | 375 | { |
360 | 376 | "id": 14, |
361 | 377 | "link": [2, 1], |
362 | | - "name": "Bounceball Double Lava Bath (Longer Runway)", |
| 378 | + "name": "Bounceball Lava Bath (3-tile runway)", |
363 | 379 | "entranceCondition": { |
364 | 380 | "comeInRunning": { |
365 | 381 | "speedBooster": false, |
|
369 | 385 | "requires": [ |
370 | 386 | "canBounceBall", |
371 | 387 | "canWalljump", |
372 | | - {"heatFrames": 600}, |
| 388 | + {"heatFrames": 590}, |
373 | 389 | {"lavaFrames": 60} |
374 | 390 | ], |
375 | 391 | "note": ["Perform a bounceball to minimize lava damage.", "Ride the second Tripper."] |
376 | 392 | }, |
377 | 393 | { |
378 | 394 | "id": 15, |
379 | 395 | "link": [2, 1], |
380 | | - "name": "Bounceball Double Lava Bath (Shorter Runway)", |
| 396 | + "name": "Bounceball Lava Bath (1-tile runway)", |
381 | 397 | "entranceCondition": { |
382 | 398 | "comeInRunning": { |
383 | 399 | "speedBooster": false, |
384 | | - "minTiles": 3 |
| 400 | + "minTiles": 1 |
385 | 401 | } |
386 | 402 | }, |
387 | 403 | "requires": [ |
388 | 404 | "canBounceBall", |
389 | 405 | "canWalljump", |
390 | | - {"heatFrames": 600}, |
391 | | - {"lavaFrames": 85} |
| 406 | + {"heatFrames": 590}, |
| 407 | + {"lavaFrames": 70} |
| 408 | + ], |
| 409 | + "note": ["Perform a bounceball to minimize lava damage.", "Ride the second Tripper."] |
| 410 | + }, |
| 411 | + { |
| 412 | + "link": [2, 1], |
| 413 | + "name": "Bounceball Lava Bath (No runway)", |
| 414 | + "requires": [ |
| 415 | + "canInsaneJump", |
| 416 | + "canBounceBall", |
| 417 | + "canWalljump", |
| 418 | + {"heatFrames": 590}, |
| 419 | + {"lavaFrames": 80} |
392 | 420 | ], |
393 | 421 | "note": ["Perform a bounceball to minimize lava damage.", "Ride the second Tripper."] |
394 | 422 | }, |
|
0 commit comments