Skip to content

Commit d6ec2aa

Browse files
committed
cleanup
1 parent e54da4f commit d6ec2aa

1 file changed

Lines changed: 28 additions & 39 deletions

File tree

region/norfair/west/Crocomire Escape.json

Lines changed: 28 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,22 @@
267267
"SpaceJump",
268268
"Charge",
269269
"Ice",
270+
"Plasma",
270271
{"ammo": {"type": "Missile", "count": 2}},
271272
{"ammo": {"type": "Super", "count": 2}},
272273
{"ammo": {"type": "PowerBomb","count": 2}},
273274
{"enemyDamage": {
274275
"enemy": "Dragon",
275276
"type": "fireball",
276277
"hits": 5
277-
}}
278+
}},
279+
{"and": [
280+
"h_lavaProof",
281+
{"and": [
282+
"ScrewAttack",
283+
"h_canBombThings"
284+
]}
285+
]}
278286
]},
279287
{"or": [
280288
"SpaceJump",
@@ -287,6 +295,10 @@
287295
"HiJump",
288296
"canSpringBallJumpMidAir"
289297
]},
298+
{"and": [
299+
"canBeVeryPatient",
300+
"canJumpIntoIBJ"
301+
]},
290302
{"and": [
291303
"canBeVeryPatient",
292304
"Grapple",
@@ -315,40 +327,6 @@
315327
"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.",
316328
"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."
317329
},
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-
},
352330
{
353331
"link": [2, 1],
354332
"name": "G-Mode Setup - Get Hit By Geruta, Heatproof, Morphless",
@@ -380,13 +358,18 @@
380358
"SpaceJump",
381359
"Charge",
382360
"Ice",
361+
"Plasma",
383362
{"ammo": {"type": "Missile", "count": 2}},
384363
{"ammo": {"type": "Super", "count": 2}},
385364
{"enemyDamage": {
386365
"enemy": "Dragon",
387366
"type": "fireball",
388367
"hits": 5
389-
}}
368+
}},
369+
{"and": [
370+
"h_lavaProof",
371+
"ScrewAttack"
372+
]}
390373
]},
391374
{"or": [
392375
"SpaceJump",
@@ -417,18 +400,24 @@
417400
}
418401
],
419402
"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+
],
421407
"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."
422408
},
423409
{
424410
"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",
426412
"requires": [
427413
"h_heatProof",
428414
"canBeVeryPatient",
429415
"canCameraManip",
430416
"canTrickyUseFrozenEnemies",
431-
"HiJump",
417+
{"or": [
418+
"HiJump",
419+
"canSpringBallJumpMidAir"
420+
]},
432421
{"or": [
433422
{"ammo": {"type": "Super", "count": 1}},
434423
{"obstaclesCleared": ["A"]}

0 commit comments

Comments
 (0)