Skip to content

Commit 134e589

Browse files
committed
feedback updates
1 parent 3edafc1 commit 134e589

1 file changed

Lines changed: 75 additions & 3 deletions

File tree

region/lowernorfair/west/Fast Ripper Room.json

Lines changed: 75 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,19 @@
613613
"with an assumption that one of the drops may be abandoned to save time/energy."
614614
]
615615
},
616+
{
617+
"link": [1, 3],
618+
"name": "Partial Kill Rippers (Supers)",
619+
"requires": [
620+
"canTrickyDodgeEnemies",
621+
{"resourceAvailable": [{"type": "Super", "count": 2}]},
622+
{"heatFrames": 265}
623+
],
624+
"flashSuitChecked": true,
625+
"devNote": [
626+
"This accounts for collecting Super drops while crossing and killing two of the Rippers."
627+
]
628+
},
616629
{
617630
"id": 39,
618631
"link": [1, 3],
@@ -633,6 +646,61 @@
633646
"clearsObstacles": ["B"],
634647
"flashSuitChecked": true
635648
},
649+
{
650+
"link": [1, 3],
651+
"name": "Cross Room and Delay Farming Rippers (Power Bomb, Full Supers)",
652+
"requires": [
653+
"canFarmWhileShooting",
654+
{"resourceMissingAtMost": [{"type": "Super", "count": 0}]},
655+
{"enemyDamage": {"enemy": "Ripper 2 (red)", "type": "contact", "hits": 1}},
656+
"canHorizontalDamageBoost",
657+
"h_usePowerBomb",
658+
{"heatFramesWithEnergyDrops": {
659+
"frames": 400,
660+
"drops": [{"enemy": "Ripper 2 (red)", "count": 5}]
661+
}},
662+
{"heatFrames": 85}
663+
],
664+
"clearsObstacles": ["B"],
665+
"flashSuitChecked": true
666+
},
667+
{
668+
"link": [1, 3],
669+
"name": "Cross Room and Delay Farming Rippers (Power Bomb, Health Bomb)",
670+
"requires": [
671+
"canFarmWhileShooting",
672+
{"resourceAtMost": [{"type": "Energy", "count": 99}]},
673+
{"enemyDamage": {"enemy": "Ripper 2 (red)", "type": "contact", "hits": 1}},
674+
"canHorizontalDamageBoost",
675+
"h_usePowerBomb",
676+
{"heatFramesWithEnergyDrops": {
677+
"frames": 390,
678+
"drops": [{"enemy": "Ripper 2 (red)", "count": 5}]
679+
}},
680+
{"heatFrames": 25}
681+
],
682+
"clearsObstacles": ["B"],
683+
"flashSuitChecked": true
684+
},
685+
{
686+
"link": [1, 3],
687+
"name": "Cross Room and Delay Farming Rippers (Screw Attack)",
688+
"requires": [
689+
"canFarmWhileShooting",
690+
{"resourceMissingAtMost": [{"type": "Super", "count": 0}]},
691+
{"enemyDamage": {"enemy": "Ripper 2 (red)", "type": "contact", "hits": 1}},
692+
"canHorizontalDamageBoost",
693+
"ScrewAttack",
694+
{"heatFramesWithEnergyDrops": {
695+
"frames": 300,
696+
"drops": [{"enemy": "Ripper 2 (red)", "count": 5}]
697+
}},
698+
{"ammo": {"type": "Super", "count": 1}},
699+
{"heatFrames": 100}
700+
],
701+
"clearsObstacles": ["A", "B"],
702+
"flashSuitChecked": true
703+
},
636704
{
637705
"id": 32,
638706
"link": [1, 3],
@@ -1150,12 +1218,12 @@
11501218
{"resourceAtMost": [{"type": "Energy", "count": 110}]},
11511219
{"tech": "canGateGlitch"},
11521220
{"noFlashSuit": {}},
1153-
{"ammo": {"type": "Super", "count": 1}},
11541221
"h_usePowerBomb",
11551222
{"heatFramesWithEnergyDrops": {
11561223
"frames": 300,
11571224
"drops": [{"enemy": "Ripper 2 (red)", "count": 5}]
11581225
}},
1226+
{"ammo": {"type": "Super", "count": 1}},
11591227
{"heatFrames": 20}
11601228
],
11611229
"clearsObstacles": ["B"],
@@ -1180,12 +1248,12 @@
11801248
{"resourceMissingAtMost": [{"type": "Super", "count": 0}]},
11811249
{"tech": "canGateGlitch"},
11821250
{"noFlashSuit": {}},
1183-
{"ammo": {"type": "Super", "count": 1}},
11841251
"h_usePowerBomb",
11851252
{"heatFramesWithEnergyDrops": {
11861253
"frames": 430,
11871254
"drops": [{"enemy": "Ripper 2 (red)", "count": 5}]
11881255
}},
1256+
{"ammo": {"type": "Super", "count": 1}},
11891257
{"heatFrames": 40}
11901258
],
11911259
"clearsObstacles": ["B"],
@@ -1255,6 +1323,7 @@
12551323
"link": [3, 1],
12561324
"name": "Screw Attack",
12571325
"requires": [
1326+
{"notable": "First-Try Gate Glitch"},
12581327
"ScrewAttack",
12591328
{"or": [
12601329
{"heatFrames": 300},
@@ -1265,7 +1334,10 @@
12651334
]}
12661335
]}
12671336
],
1268-
"flashSuitChecked": true
1337+
"flashSuitChecked": true,
1338+
"devNote": [
1339+
"FIXME: A variant that farms the Rippers using Screw Attack should be added."
1340+
]
12691341
},
12701342
{
12711343
"id": 18,

0 commit comments

Comments
 (0)