Skip to content

Commit 6ca550f

Browse files
committed
Fix/refine Draygon Microwave Fight strat
1 parent 9e34410 commit 6ca550f

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,15 @@
302302
"name": "Microwave Fight",
303303
"requires": [
304304
"h_canNavigateUnderwater",
305-
"h_canBreakThreeDraygonTurrets",
305+
{"or": [
306+
"canTrickyDodgeEnemies",
307+
"h_canBreakThreeDraygonTurrets"
308+
]},
306309
"canXRayWaitForIFrames",
310+
"Charge",
307311
"Plasma",
308312
{"or": [
313+
"canTrickyDodgeEnemies",
309314
"Morph",
310315
{"and": [
311316
"Ice",
@@ -320,8 +325,7 @@
320325
"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.",
321326
"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.",
322327
"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."
328+
]
325329
},
326330
{
327331
"id": 7,

0 commit comments

Comments
 (0)