Skip to content

Commit 4bad63c

Browse files
authored
Norfair East check flash suits pt. 6 (Single Chamber) (#2305)
1 parent cc0bcfb commit 4bad63c

3 files changed

Lines changed: 858 additions & 305 deletions

File tree

region/norfair/east/Red Pirate Shaft.json

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,6 @@
7575
}
7676
],
7777
"strats": [
78-
{
79-
"id": 1,
80-
"link": [1, 1],
81-
"name": "Leave Normally",
82-
"requires": [],
83-
"exitCondition": {
84-
"leaveNormally": {}
85-
}
86-
},
8778
{
8879
"id": 2,
8980
"link": [1, 1],
@@ -95,6 +86,7 @@
9586
"requires": [
9687
{"shinespark": {"frames": 40, "excessFrames": 40}}
9788
],
89+
"flashSuitChecked": true,
9890
"devNote": "This strat is not useful in-room, but can satisfy a strat in the room before with an exit shinespark."
9991
},
10092
{
@@ -117,7 +109,8 @@
117109
"farmCycleDrops": [
118110
{"enemy": "Geemer (grey)", "count": 4},
119111
{"enemy": "Red Space Pirate (standing)", "count": 3}
120-
]
112+
],
113+
"flashSuitChecked": true
121114
},
122115
{
123116
"id": 17,
@@ -144,7 +137,8 @@
144137
]}
145138
]}
146139
],
147-
"farmCycleDrops": [{"enemy": "Red Space Pirate (standing)", "count": 3}]
140+
"farmCycleDrops": [{"enemy": "Red Space Pirate (standing)", "count": 3}],
141+
"flashSuitChecked": true
148142
},
149143
{
150144
"id": 18,
@@ -178,7 +172,8 @@
178172
]}
179173
]}
180174
],
181-
"farmCycleDrops": [{"enemy": "Geemer (grey)", "count": 4}]
175+
"farmCycleDrops": [{"enemy": "Geemer (grey)", "count": 4}],
176+
"flashSuitChecked": true
182177
},
183178
{
184179
"id": 3,
@@ -213,6 +208,7 @@
213208
"hits": 1
214209
}}
215210
],
211+
"flashSuitChecked": true,
216212
"note": [
217213
"Wait for the pirates to step towards the wall then jump on their platform. Shoot them to momentarily prevent them from shooting lasers.",
218214
"This strat assumes getting hit once. Note that the Geemers do much less damage than the Pirates"
@@ -225,6 +221,7 @@
225221
"requires": [
226222
"canCarefulJump"
227223
],
224+
"flashSuitChecked": true,
228225
"note": "Wait for the pirates to step towards the wall then jump on their platform. Shoot them to momentarily prevent them from shooting lasers."
229226
},
230227
{
@@ -238,7 +235,8 @@
238235
["Red Space Pirate (standing)", "Red Space Pirate (standing)"]
239236
]
240237
}}
241-
]
238+
],
239+
"flashSuitChecked": true
242240
},
243241
{
244242
"id": 8,
@@ -251,13 +249,15 @@
251249
"requires": [
252250
{"shinespark": {"frames": 40, "excessFrames": 6}}
253251
],
252+
"flashSuitChecked": true,
254253
"note": "Enter on the either side of the doorway to make it to the top."
255254
},
256255
{
257256
"id": 9,
258257
"link": [2, 1],
259258
"name": "Base",
260-
"requires": []
259+
"requires": [],
260+
"flashSuitChecked": true
261261
},
262262
{
263263
"id": 14,
@@ -292,7 +292,8 @@
292292
"requires": [
293293
"canMoonfall"
294294
],
295-
"bypassesDoorShell": true
295+
"bypassesDoorShell": true,
296+
"flashSuitChecked": true
296297
},
297298
{
298299
"id": 10,
@@ -304,7 +305,8 @@
304305
"length": 5,
305306
"openEnd": 1
306307
}
307-
}
308+
},
309+
"flashSuitChecked": true
308310
},
309311
{
310312
"id": 11,
@@ -321,6 +323,7 @@
321323
"openEnd": 1
322324
}
323325
},
326+
"flashSuitChecked": true,
324327
"note": "Knock a Geemer off with a Super then follow it back to the top. Grey Geemers can only be frozen with Plasma."
325328
},
326329
{
@@ -343,7 +346,8 @@
343346
"farmCycleDrops": [
344347
{"enemy": "Geemer (grey)", "count": 4},
345348
{"enemy": "Red Space Pirate (standing)", "count": 3}
346-
]
349+
],
350+
"flashSuitChecked": true
347351
},
348352
{
349353
"id": 20,
@@ -377,7 +381,8 @@
377381
]}
378382
]}
379383
],
380-
"farmCycleDrops": [{"enemy": "Geemer (grey)", "count": 4}]
384+
"farmCycleDrops": [{"enemy": "Geemer (grey)", "count": 4}],
385+
"flashSuitChecked": true
381386
},
382387
{
383388
"id": 21,
@@ -404,7 +409,8 @@
404409
]}
405410
]}
406411
],
407-
"farmCycleDrops": [{"enemy": "Red Space Pirate (standing)", "count": 3}]
412+
"farmCycleDrops": [{"enemy": "Red Space Pirate (standing)", "count": 3}],
413+
"flashSuitChecked": true
408414
},
409415
{
410416
"id": 12,

0 commit comments

Comments
 (0)