Skip to content

Commit 7ea503d

Browse files
committed
refine fast pillars setup top-left x-ray climb
1 parent eba6502 commit 7ea503d

1 file changed

Lines changed: 27 additions & 8 deletions

File tree

region/lowernorfair/east/Fast Pillars Setup Room.json

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -476,21 +476,40 @@
476476
"requires": [
477477
"canXRayClimb",
478478
{"enemyDamage": {
479-
"enemy": "Yellow Space Pirate (wall)",
480-
"type": "contact",
481-
"hits": 2
482-
}},
483-
{"enemyKill": {
484-
"enemies": [["Yellow Space Pirate (standing)", "Yellow Space Pirate (wall)"]],
485-
"explicitWeapons": ["Missile", "Super"]
479+
"enemy": "Yellow Space Pirate (standing)",
480+
"type": "laser",
481+
"hits": 1
486482
}},
483+
{"or": [
484+
{"and": [
485+
"canTrickyDodgeEnemies",
486+
{"enemyKill": {
487+
"enemies": [["Yellow Space Pirate (standing)", "Yellow Space Pirate (wall)"]],
488+
"explicitWeapons": ["Super", "Charge+Plasma"]
489+
}}
490+
]},
491+
{"and": [
492+
{"enemyDamage": {
493+
"enemy": "Yellow Space Pirate (wall)",
494+
"type": "contact",
495+
"hits": 1
496+
}},
497+
{"enemyKill": {
498+
"enemies": [["Yellow Space Pirate (standing)", "Yellow Space Pirate (wall)"]],
499+
"explicitWeapons": ["Missile", "Super", "Charge+Plasma"]
500+
}}
501+
]}
502+
]},
487503
{"heatFrames": 1260}
488504
],
489505
"flashSuitChecked": true,
490506
"note": [
491507
"X-Ray climb up the left wall in order to jump to the center platform.",
492-
"Quickly kill the pirates using ammo before beginning the X-Ray climb.",
508+
"Quickly kill the pirates before beginning the X-Ray climb.",
493509
"Climb to just above the door shell and do a turnaround spinjump to reach the platform."
510+
],
511+
"devNote": [
512+
"FIXME: other weapons could work for killing the Pirates, with more damage taken."
494513
]
495514
},
496515
{

0 commit comments

Comments
 (0)