Skip to content

Commit aea4505

Browse files
committed
add auto cancel missile tricky dodge strat
1 parent 001719d commit aea4505

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

region/norfair/east/Bat Cave.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,32 @@
170170
"performing a mid-air spring ball jump to make it up to the ledge."
171171
]
172172
},
173+
{
174+
"link": [1, 2],
175+
"name": "Auto Cancel Missile Tricky Dodge",
176+
"requires": [
177+
"canAutoCancelWeapon",
178+
{"ammo": {"type": "Missile", "count": 1}},
179+
"canTrickyDodgeEnemies",
180+
"canInsaneJump",
181+
{"or": [
182+
{"and": [
183+
"HiJump",
184+
{"heatFrames": 160}
185+
]},
186+
{"and": [
187+
"canWalljump",
188+
{"heatFrames": 180}
189+
]}
190+
]}
191+
],
192+
"note": [
193+
"Enter the room with a Missile selected on auto-cancel, holding angle-up.",
194+
"Fire a Missile shot to kill the first Skree, then run right and immediately fire a beam shot to destroy the shot block.",
195+
"Run off the edge and down-grab onto the next platform.",
196+
"Run and jump directly up where the shot block used to be, moving quickly enough to dodge the Skree projectiles by going under them."
197+
]
198+
},
173199
{
174200
"id": 5,
175201
"link": [1, 2],

0 commit comments

Comments
 (0)