Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/refine Draygon Microwave Fight strat #1933

Merged
merged 2 commits into from
Feb 2, 2025
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
17 changes: 14 additions & 3 deletions region/maridia/inner-pink/Draygon's Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,22 @@
"name": "Microwave Fight",
"requires": [
"h_canNavigateUnderwater",
"h_canBreakThreeDraygonTurrets",
{"or": [
{"and": [
"canTrickyDodgeEnemies",
{"or": [
"Gravity",
"canInsaneJump",
{"enemyDamage": {"enemy": "Draygon", "type": "turretProjectile", "hits": 1}}
]}
]},
"h_canBreakThreeDraygonTurrets"
]},
"canXRayWaitForIFrames",
"Charge",
"Plasma",
{"or": [
"canTrickyDodgeEnemies",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 rounding with only plasma is bordering extreme, but you feel that its your own fault for not getting it.

"Morph",
{"and": [
"Ice",
Expand All @@ -320,8 +332,7 @@
"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.",
"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.",
"Note that if Samus is crouched when Draygon dies, she will stand up; this can be used to see when the fight has ended."
],
"devNote": "FIXME: Add strats that don't break the turrets."
]
},
{
"id": 7,
Expand Down