|
267 | 267 | "SpaceJump", |
268 | 268 | "Charge", |
269 | 269 | "Ice", |
| 270 | + "Plasma", |
270 | 271 | {"ammo": {"type": "Missile", "count": 2}}, |
271 | 272 | {"ammo": {"type": "Super", "count": 2}}, |
272 | 273 | {"ammo": {"type": "PowerBomb","count": 2}}, |
273 | 274 | {"enemyDamage": { |
274 | 275 | "enemy": "Dragon", |
275 | 276 | "type": "fireball", |
276 | 277 | "hits": 5 |
277 | | - }} |
| 278 | + }}, |
| 279 | + {"and": [ |
| 280 | + "h_lavaProof", |
| 281 | + {"and": [ |
| 282 | + "ScrewAttack", |
| 283 | + "h_canBombThings" |
| 284 | + ]} |
| 285 | + ]} |
278 | 286 | ]}, |
279 | 287 | {"or": [ |
280 | 288 | "SpaceJump", |
|
287 | 295 | "HiJump", |
288 | 296 | "canSpringBallJumpMidAir" |
289 | 297 | ]}, |
| 298 | + {"and": [ |
| 299 | + "canBeVeryPatient", |
| 300 | + "canJumpIntoIBJ" |
| 301 | + ]}, |
290 | 302 | {"and": [ |
291 | 303 | "canBeVeryPatient", |
292 | 304 | "Grapple", |
|
315 | 327 | "note": "Lure the Geruta to the left door. This may require many jumps to get it to swoop up onto the ledge and not get stuck.", |
316 | 328 | "devNote": "It's possible to avoid the item, but the Geruta will get stuck on it and usually require many swoops to get past it." |
317 | 329 | }, |
318 | | - { |
319 | | - "link": [2, 1], |
320 | | - "name": "G-Mode Setup - Get Hit By Geruta, Heatproof, Frozen Geruta Platform", |
321 | | - "requires": [ |
322 | | - "h_heatProof", |
323 | | - "canBeVeryPatient", |
324 | | - "canCameraManip", |
325 | | - "canTrickyUseFrozenEnemies", |
326 | | - {"or": [ |
327 | | - "HiJump", |
328 | | - "canSpringBallJumpMidAir" |
329 | | - ]}, |
330 | | - {"or": [ |
331 | | - {"ammo": {"type": "Super", "count": 1}}, |
332 | | - {"obstaclesCleared": ["A"]} |
333 | | - ]} |
334 | | - ], |
335 | | - "exitCondition": { |
336 | | - "leaveWithGModeSetup": {} |
337 | | - }, |
338 | | - "collectsItems": [3], |
339 | | - "unlocksDoors": [ |
340 | | - { |
341 | | - "types": ["ammo"], |
342 | | - "requires": [] |
343 | | - } |
344 | | - ], |
345 | | - "flashSuitChecked": true, |
346 | | - "note": [ |
347 | | - "Use the Geruta to get up to the top left ledge while also getting it to swoop into the top left region.", |
348 | | - "This requires many jumps to get it to swoop up onto the ledge and not get stuck." |
349 | | - ], |
350 | | - "devNote": "It's possible to avoid the item, but the Geruta will get stuck on it and usually require many swoops to get past it." |
351 | | - }, |
352 | 330 | { |
353 | 331 | "link": [2, 1], |
354 | 332 | "name": "G-Mode Setup - Get Hit By Geruta, Heatproof, Morphless", |
|
380 | 358 | "SpaceJump", |
381 | 359 | "Charge", |
382 | 360 | "Ice", |
| 361 | + "Plasma", |
383 | 362 | {"ammo": {"type": "Missile", "count": 2}}, |
384 | 363 | {"ammo": {"type": "Super", "count": 2}}, |
385 | 364 | {"enemyDamage": { |
386 | 365 | "enemy": "Dragon", |
387 | 366 | "type": "fireball", |
388 | 367 | "hits": 5 |
389 | | - }} |
| 368 | + }}, |
| 369 | + {"and": [ |
| 370 | + "h_lavaProof", |
| 371 | + "ScrewAttack" |
| 372 | + ]} |
390 | 373 | ]}, |
391 | 374 | {"or": [ |
392 | 375 | "SpaceJump", |
|
417 | 400 | } |
418 | 401 | ], |
419 | 402 | "flashSuitChecked": true, |
420 | | - "note": "Lure the Geruta to the left door. This may require many jumps to get it to swoop up onto the ledge and not get stuck.", |
| 403 | + "note": [ |
| 404 | + "Lure the Geruta to the left door. This may require many jumps to get it to swoop up onto the ledge and not get stuck.", |
| 405 | + "To safely pass the Geruta without a hit, jump left below it, to get it to swoop left before going up." |
| 406 | + ], |
421 | 407 | "devNote": "It's possible to avoid the item, but the Geruta will get stuck on it and usually require many swoops to get past it." |
422 | 408 | }, |
423 | 409 | { |
424 | 410 | "link": [2, 1], |
425 | | - "name": "G-Mode Setup - Get Hit By Geruta, Heatproof, Frozen Geruta Platform, Morphless", |
| 411 | + "name": "G-Mode Setup - Get Hit By Geruta, Heatproof, Frozen Geruta Platform", |
426 | 412 | "requires": [ |
427 | 413 | "h_heatProof", |
428 | 414 | "canBeVeryPatient", |
429 | 415 | "canCameraManip", |
430 | 416 | "canTrickyUseFrozenEnemies", |
431 | | - "HiJump", |
| 417 | + {"or": [ |
| 418 | + "HiJump", |
| 419 | + "canSpringBallJumpMidAir" |
| 420 | + ]}, |
432 | 421 | {"or": [ |
433 | 422 | {"ammo": {"type": "Super", "count": 1}}, |
434 | 423 | {"obstaclesCleared": ["A"]} |
|
0 commit comments