Skip to content

Commit 012808a

Browse files
authored
Merge pull request #1933 from blkerby/draygon-microwave-fix
Fix/refine Draygon Microwave Fight strat
2 parents bfa25af + eab6037 commit 012808a

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

region/maridia/inner-pink/Draygon's Room.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,22 @@
302302
"name": "Microwave Fight",
303303
"requires": [
304304
"h_canNavigateUnderwater",
305-
"h_canBreakThreeDraygonTurrets",
305+
{"or": [
306+
{"and": [
307+
"canTrickyDodgeEnemies",
308+
{"or": [
309+
"Gravity",
310+
"canInsaneJump",
311+
{"enemyDamage": {"enemy": "Draygon", "type": "turretProjectile", "hits": 1}}
312+
]}
313+
]},
314+
"h_canBreakThreeDraygonTurrets"
315+
]},
306316
"canXRayWaitForIFrames",
317+
"Charge",
307318
"Plasma",
308319
{"or": [
320+
"canTrickyDodgeEnemies",
309321
"Morph",
310322
{"and": [
311323
"Ice",
@@ -320,8 +332,7 @@
320332
"Fire a charged Plasma shot, then use X-Ray repeatedly while the shot is in contact with Draygon, to wait out Draygon's i-frames.",
321333
"It is possible to one-cycle, which is easiest with a full beam, alternatively, it is possible to Morph under the swoop and two-cycle it.",
322334
"Note that if Samus is crouched when Draygon dies, she will stand up; this can be used to see when the fight has ended."
323-
],
324-
"devNote": "FIXME: Add strats that don't break the turrets."
335+
]
325336
},
326337
{
327338
"id": 7,

0 commit comments

Comments
 (0)