Skip to content

Commit ce8afe8

Browse files
committed
feedback updates
1 parent a7bcc9c commit ce8afe8

6 files changed

Lines changed: 88 additions & 16 deletions

File tree

region/brinstar/green/Early Supers Room.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -816,6 +816,10 @@
816816
"Plasma",
817817
{"cycleFrames": 600}
818818
]},
819+
{"and": [
820+
"ScrewAttack",
821+
{"cycleFrames": 700}
822+
]},
819823
{"and": [
820824
{"or": [
821825
"Wave",

region/brinstar/green/Green Brinstar Beetom Room.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,19 @@
190190
"Ice",
191191
"h_useMorphBombs",
192192
{"cycleFrames": 300}
193+
]},
194+
{"and": [
195+
{"or": [
196+
"Ice",
197+
"canTrickyDodgeEnemies",
198+
{"enemyDamage": {"enemy": "Beetom", "type": "contact", "hits": 1}}
199+
]},
200+
{"or": [
201+
{"resourceAvailable": [{"type": "Energy", "count": 50}]},
202+
{"resourceAvailable": [{"type": "PowerBomb", "count": 4}]}
203+
]},
204+
"h_usePowerBomb",
205+
{"cycleFrames": 210}
193206
]}
194207
]}
195208
],

region/brinstar/green/Green Brinstar Main Shaft.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5042,6 +5042,35 @@
50425042
],
50435043
"flashSuitChecked": true
50445044
},
5045+
{
5046+
"link": [12, 12],
5047+
"name": "Ripper Farm",
5048+
"requires": [
5049+
"ScrewAttack",
5050+
{"or": [
5051+
{"and": [
5052+
{"resetRoom": {"nodes": [2, 3]}},
5053+
{"cycleFrames": 375}
5054+
]},
5055+
{"and": [
5056+
{"resetRoom": {"nodes": [4]}},
5057+
{"cycleFrames": 445}
5058+
]},
5059+
{"and": [
5060+
{"resetRoom": {"nodes": [5, 6]}},
5061+
{"cycleFrames": 600}
5062+
]},
5063+
{"and": [
5064+
{"resetRoom": {"nodes": [1]}},
5065+
{"cycleFrames": 1530}
5066+
]}
5067+
]}
5068+
],
5069+
"resetsObstacles": ["A"],
5070+
"farmCycleDrops": [
5071+
{"enemy": "Ripper 2 (red)", "count": 2}
5072+
]
5073+
},
50455074
{
50465075
"id": 229,
50475076
"link": [12, 12],

region/brinstar/green/Green Hill Zone.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,8 @@
14701470
{"and": [
14711471
{"or": [
14721472
"Spazer",
1473-
"Wave"
1473+
"Wave",
1474+
"ScrewAttack"
14741475
]},
14751476
{"cycleFrames": 300}
14761477
]},

region/brinstar/green/Noob Bridge.json

Lines changed: 38 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -219,24 +219,19 @@
219219
"link": [1, 1],
220220
"name": "Cacatac and Zeela Farm",
221221
"requires": [
222-
{"or": [
223-
{"and": [
224-
{"resetRoom": {
225-
"nodes": [1]
226-
}},
227-
{"cycleFrames": 560}
228-
]},
229-
{"and": [
230-
{"resetRoom": {
231-
"nodes": [2]
232-
}},
233-
{"cycleFrames": 1100}
234-
]}
235-
]},
222+
{"resetRoom": {
223+
"nodes": [1]
224+
}},
225+
{"cycleFrames": 560},
236226
{"or": [
237227
"Plasma",
238228
"Spazer",
239229
"Wave",
230+
"Grapple",
231+
{"and": [
232+
"ScrewAttack",
233+
{"cycleFrames": 200}
234+
]},
240235
{"cycleFrames": 370}
241236
]}
242237
],
@@ -343,6 +338,35 @@
343338
"bypassesDoorShell": true,
344339
"flashSuitChecked": true
345340
},
341+
{
342+
"link": [2, 2],
343+
"name": "Cacatac and Zeela Farm",
344+
"requires": [
345+
{"resetRoom": {
346+
"nodes": [2]
347+
}},
348+
{"cycleFrames": 1000},
349+
{"or": [
350+
"Plasma",
351+
"Spazer",
352+
"Wave",
353+
{"and": [
354+
"Grapple",
355+
{"cycleFrames": 60}
356+
]},
357+
{"and": [
358+
"ScrewAttack",
359+
{"cycleFrames": 200}
360+
]},
361+
{"cycleFrames": 370}
362+
]}
363+
],
364+
"farmCycleDrops": [
365+
{"enemy": "Zeela", "count": 4},
366+
{"enemy": "Cacatac", "count": 4}
367+
],
368+
"flashSuitChecked": true
369+
},
346370
{
347371
"id": 18,
348372
"link": [2, 2],

region/brinstar/green/Spore Spawn Kihunter Room.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@
224224
{"or": [
225225
"Plasma",
226226
"Spazer",
227-
"Wave"
227+
"Wave",
228+
"ScrewAttack"
228229
]},
229230
{"cycleFrames": 500}
230231
]},

0 commit comments

Comments
 (0)