Skip to content

Commit 4c7f844

Browse files
authored
Merge pull request #2143 from blkerby/plowerhouse
Plowerhouse tricky dodge and cross while farming strats
2 parents 1936bc7 + 97c707a commit 4c7f844

1 file changed

Lines changed: 80 additions & 6 deletions

File tree

region/lowernorfair/east/Plowerhouse Room.json

Lines changed: 80 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"doorEnvironments": [{"physics": "air"}],
2222
"mapTileMask": [
2323
[2, 2, 1]
24-
],
25-
"devNote": "FIXME can leave charged by charging in the acid"
24+
]
2625
},
2726
{
2827
"id": 2,
@@ -34,8 +33,7 @@
3433
"doorEnvironments": [{"physics": "air"}],
3534
"mapTileMask": [
3635
[1, 2, 2]
37-
],
38-
"devNote": "FIXME can leave charged by charging in the acid"
36+
]
3937
},
4038
{
4139
"id": 3,
@@ -235,7 +233,7 @@
235233
{
236234
"id": 4,
237235
"link": [1, 2],
238-
"name": "Avoid the Holtzes",
236+
"name": "Zebbo Damage Boost",
239237
"requires": [
240238
"canTrickyJump",
241239
"canHorizontalDamageBoost",
@@ -248,6 +246,50 @@
248246
"Damage from a Zebbo from the right farm to gain invulnerability frames, then jump through the last two Holtzes."
249247
]
250248
},
249+
{
250+
"link": [1, 2],
251+
"name": "Cross While Farming",
252+
"requires": [
253+
"canFarmWhileShooting",
254+
{"or": [
255+
{"and": [
256+
{"heatFramesWithEnergyDrops": {
257+
"frames": 120,
258+
"drops": [{"enemy": "Zebbo", "count": 1}]
259+
}},
260+
{"heatFramesWithEnergyDrops": {
261+
"frames": 130,
262+
"drops": [{"enemy": "Zebbo", "count": 1}]
263+
}},
264+
{"heatFramesWithEnergyDrops": {
265+
"frames": 140,
266+
"drops": [{"enemy": "Zebbo", "count": 1}]
267+
}},
268+
{"heatFrames": 100}
269+
]},
270+
{"and": [
271+
{"or": [
272+
"Spazer",
273+
"Wave",
274+
"Plasma"
275+
]},
276+
{"heatFramesWithEnergyDrops": {
277+
"frames": 100,
278+
"drops": [{"enemy": "Zebbo", "count": 1}]
279+
}},
280+
{"heatFramesWithEnergyDrops": {
281+
"frames": 100,
282+
"drops": [{"enemy": "Zebbo", "count": 1}]
283+
}},
284+
{"heatFramesWithEnergyDrops": {
285+
"frames": 130,
286+
"drops": [{"enemy": "Zebbo", "count": 1}]
287+
}},
288+
{"heatFrames": 100}
289+
]}
290+
]}
291+
]
292+
},
251293
{
252294
"id": 38,
253295
"link": [1, 2],
@@ -470,7 +512,7 @@
470512
{
471513
"id": 12,
472514
"link": [2, 1],
473-
"name": "Quick Run Through",
515+
"name": "Zebbo Damage Boost",
474516
"requires": [
475517
"canTrickyJump",
476518
"canHorizontalDamageBoost",
@@ -479,6 +521,38 @@
479521
],
480522
"flashSuitChecked": true
481523
},
524+
{
525+
"link": [2, 1],
526+
"name": "Tricky Dodge",
527+
"requires": [
528+
"canTrickyDodgeEnemies",
529+
{"or": [
530+
"canInsaneJump",
531+
"canPreciseWalljump"
532+
]},
533+
{"heatFrames": 310}
534+
]
535+
},
536+
{
537+
"link": [2, 1],
538+
"name": "Cross While Farming",
539+
"requires": [
540+
"canFarmWhileShooting",
541+
{"heatFramesWithEnergyDrops": {
542+
"frames": 100,
543+
"drops": [{"enemy": "Zebbo", "count": 1}]
544+
}},
545+
{"heatFramesWithEnergyDrops": {
546+
"frames": 125,
547+
"drops": [{"enemy": "Zebbo", "count": 1}]
548+
}},
549+
{"heatFramesWithEnergyDrops": {
550+
"frames": 125,
551+
"drops": [{"enemy": "Zebbo", "count": 1}]
552+
}},
553+
{"heatFrames": 130}
554+
]
555+
},
482556
{
483557
"id": 42,
484558
"link": [2, 1],

0 commit comments

Comments
 (0)