Skip to content

Commit da0be6c

Browse files
committed
Red Pirate Traversal
1 parent 879e901 commit da0be6c

1 file changed

Lines changed: 73 additions & 14 deletions

File tree

region/norfair/east/Red Pirate Shaft.json

Lines changed: 73 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -195,27 +195,41 @@
195195
{
196196
"id": 5,
197197
"link": [1, 2],
198-
"name": "Base",
198+
"name": "Tank the Damage",
199199
"requires": [
200-
{"enemyDamage": {
201-
"enemy": "Red Space Pirate (standing)",
202-
"type": "contact",
203-
"hits": 1
204-
}}
200+
{"or": [
201+
{"enemyDamage": {
202+
"enemy": "Red Space Pirate (standing)",
203+
"type": "contact",
204+
"hits": 3
205+
}},
206+
{"and": [
207+
{"enemyDamage": {
208+
"enemy": "Geemer (grey)",
209+
"type": "contact",
210+
"hits": 3
211+
}},
212+
"canCarefulJump",
213+
{"or": [
214+
"canWalljump",
215+
"HiJump",
216+
"SpaceJump",
217+
"canTrickySpringBallJump",
218+
"canUseIFrames"
219+
]}
220+
]}
221+
]}
205222
],
206223
"flashSuitChecked": true,
207224
"blueSuitChecked": true,
208-
"note": [
209-
"Wait for the pirates to step towards the wall then jump on their platform. Shoot them to momentarily prevent them from shooting lasers.",
210-
"This strat assumes getting hit once. Note that the Geemers do much less damage than the Pirates"
211-
]
225+
"note": ["Note that the Geemers do much less damage than the Pirates"]
212226
},
213227
{
214228
"id": 6,
215229
"link": [1, 2],
216230
"name": "Avoid the Enemies",
217231
"requires": [
218-
"canCarefulJump"
232+
"canTrickyJump"
219233
],
220234
"flashSuitChecked": true,
221235
"blueSuitChecked": true,
@@ -236,6 +250,25 @@
236250
"flashSuitChecked": true,
237251
"blueSuitChecked": true
238252
},
253+
{
254+
"link": [1, 2],
255+
"name": "Kill the Geemers",
256+
"requires": [
257+
{"or": [
258+
"ScrewAttack",
259+
"canUseGrapple"
260+
]},
261+
{"or": [
262+
"canWalljump",
263+
"HiJump",
264+
"SpaceJump",
265+
"canSpringBallJumpMidAir"
266+
]}
267+
],
268+
"flashSuitChecked": true,
269+
"blueSuitChecked": true,
270+
"devNote": "PowerBombs would use Kill the Pirates."
271+
},
239272
{
240273
"id": 8,
241274
"link": [1, 2],
@@ -251,13 +284,39 @@
251284
"blueSuitChecked": true,
252285
"note": "Enter on the either side of the doorway to make it to the top."
253286
},
287+
{
288+
"link": [2, 1],
289+
"name": "Avoid the Enemies",
290+
"requires": [
291+
"canDodgeWhileShooting"
292+
],
293+
"flashSuitChecked": true,
294+
"blueSuitChecked": true,
295+
"note": "Fall onto the Geemer platforms while avoiding the pirates."
296+
},
254297
{
255298
"id": 9,
256299
"link": [2, 1],
257-
"name": "Base",
258-
"requires": [],
300+
"name": "Tank the Damage",
301+
"requires": [
302+
{"enemyDamage": {"enemy": "Geemer (grey)", "type": "contact", "hits": 3}}
303+
],
259304
"flashSuitChecked": true,
260-
"blueSuitChecked": true
305+
"blueSuitChecked": true,
306+
"note": "Land on the Geemers to avoid taking damage from the Red Space Pirates."
307+
},
308+
{
309+
"link": [2, 1],
310+
"name": "Kill the Enemies",
311+
"requires": [
312+
{"or": [
313+
{"enemyKill": {"enemies": [["Geemer (grey)"],["Geemer (grey)"],["Geemer (grey)"]]}},
314+
{"enemyKill": {"enemies": [["Red Space Pirate (standing)", "Red Space Pirate (standing)"], ["Red Space Pirate (standing)"]]}}
315+
]}
316+
],
317+
"flashSuitChecked": true,
318+
"blueSuitChecked": true,
319+
"note": "Carefully shoot the enemies from above."
261320
},
262321
{
263322
"id": 14,

0 commit comments

Comments
 (0)