Skip to content

Commit e70895e

Browse files
authored
Merge pull request #1827 from blkerby/bat-cave-skree-freeze
Some tricky Bat Cave bottom-to-top strats
2 parents ba28143 + 9c7d80a commit e70895e

1 file changed

Lines changed: 69 additions & 1 deletion

File tree

region/norfair/east/Bat Cave.json

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,22 @@
113113
"canWalljump",
114114
"HiJump",
115115
"SpaceJump",
116-
"canTrickyUseFrozenEnemies",
117116
"canSpringBallJumpMidAir"
118117
]},
119118
{"heatFrames": 350}
120119
]
121120
},
121+
{
122+
"link": [1, 2],
123+
"name": "Frozen Skree",
124+
"requires": [
125+
"canTrickyUseFrozenEnemies",
126+
{"heatFrames": 260}
127+
],
128+
"note": [
129+
"Freeze the middle Skree mid-air to use it as a platform."
130+
]
131+
},
122132
{
123133
"id": 4,
124134
"link": [1, 2],
@@ -133,6 +143,64 @@
133143
"While avoiding Skree projectiles, jump to the next bubble platform followed by jumping directly up where the shot block used to be."
134144
]
135145
},
146+
{
147+
"link": [1, 2],
148+
"name": "Tricky HiJump",
149+
"requires": [
150+
"HiJump",
151+
"canTrickyJump",
152+
{"heatFrames": 200}
153+
],
154+
"note": [
155+
"Shoot the Skree and shotblock from the door.",
156+
"While avoiding Skree projectiles, jump to the next bubble platform followed by jumping directly up where the shot block used to be."
157+
]
158+
},
159+
{
160+
"link": [1, 2],
161+
"name": "Tricky Spring Ball Jump",
162+
"requires": [
163+
"canTrickySpringBallJump",
164+
"canTrickyJump",
165+
{"heatFrames": 240}
166+
],
167+
"note": [
168+
"Shoot the Skree and shotblock from the door.",
169+
"While avoiding Skree projectiles, jump to the next bubble platform followed by jumping directly up where the shot block used to be,",
170+
"performing a mid-air spring ball jump to make it up to the ledge."
171+
]
172+
},
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+
{"and": [
191+
"canTrickySpringBallJump",
192+
{"heatFrames": 195}
193+
]}
194+
]}
195+
],
196+
"note": [
197+
"Enter the room with a Missile selected on auto-cancel, holding angle-up.",
198+
"Fire a Missile shot to kill the first Skree, then run right and immediately fire a beam shot to destroy the shot block.",
199+
"Run off the edge and down-grab onto the next platform.",
200+
"Run and jump directly up where the shot block used to be, moving quickly enough to dodge the Skree projectiles by going under them.",
201+
"Use a wall jump, HiJump, or a mid-air spring ball jump to make it up."
202+
]
203+
},
136204
{
137205
"id": 5,
138206
"link": [1, 2],

0 commit comments

Comments
 (0)