Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 27 additions & 8 deletions region/lowernorfair/east/Fast Pillars Setup Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -476,21 +476,40 @@
"requires": [
"canXRayClimb",
{"enemyDamage": {
"enemy": "Yellow Space Pirate (wall)",
"type": "contact",
"hits": 2
}},
{"enemyKill": {
"enemies": [["Yellow Space Pirate (standing)", "Yellow Space Pirate (wall)"]],
"explicitWeapons": ["Missile", "Super"]
"enemy": "Yellow Space Pirate (standing)",
"type": "laser",
"hits": 1
}},
{"or": [
{"and": [
"canTrickyDodgeEnemies",
{"enemyKill": {
"enemies": [["Yellow Space Pirate (standing)", "Yellow Space Pirate (wall)"]],
"explicitWeapons": ["Super", "Charge+Plasma"]
}}
]},
{"and": [
{"enemyDamage": {
"enemy": "Yellow Space Pirate (wall)",
"type": "contact",
"hits": 1
}},
{"enemyKill": {
"enemies": [["Yellow Space Pirate (standing)", "Yellow Space Pirate (wall)"]],
"explicitWeapons": ["Missile", "Super", "Charge+Plasma"]
}}
]}
]},
{"heatFrames": 1260}
],
"flashSuitChecked": true,
"note": [
"X-Ray climb up the left wall in order to jump to the center platform.",
"Quickly kill the pirates using ammo before beginning the X-Ray climb.",
"Quickly kill the pirates before beginning the X-Ray climb.",
"Climb to just above the door shell and do a turnaround spinjump to reach the platform."
],
"devNote": [
"FIXME: other weapons could work for killing the Pirates, with more damage taken."
]
},
{
Expand Down