Skip to content

Commit e13d1b2

Browse files
committed
Red Fish Room farms
1 parent d902bde commit e13d1b2

1 file changed

Lines changed: 81 additions & 2 deletions

File tree

region/maridia/outer/Red Fish Room.json

Lines changed: 81 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,34 @@
122122
"link": [1, 1],
123123
"name": "Zebbo Farm",
124124
"requires": [
125-
{"refill": ["Energy", "Missile", "Super"]}
126-
]
125+
{"or": [
126+
{"and": [
127+
"ScrewAttack",
128+
{"simpleCycleFrames": 80},
129+
{"cycleFrames": 50}
130+
]},
131+
{"and": [
132+
"Plasma",
133+
{"simpleCycleFrames": 115},
134+
{"cycleFrames": 30}
135+
]},
136+
{"and": [
137+
"Grapple",
138+
{"simpleCycleFrames": 120},
139+
{"cycleFrames": 30}
140+
]},
141+
{"and": [
142+
{"or": [
143+
"Wave",
144+
"Spazer"
145+
]},
146+
{"simpleCycleFrames": 125},
147+
{"cycleFrames": 30}
148+
]},
149+
{"cycleFrames": 195}
150+
]}
151+
],
152+
"farmCycleDrops": [{"enemy": "Zebbo", "count": 3}]
127153
},
128154
{
129155
"id": 4,
@@ -317,6 +343,59 @@
317343
"note": "Enter on the left side of the doorway to reduce the amount of energy used.",
318344
"devNote": "This strat is not useful in-room, but can satisfy a strat in the room before with an exit shinespark."
319345
},
346+
{
347+
"link": [2, 2],
348+
"name": "Skultera Farm",
349+
"requires": [
350+
{"resetRoom": {"nodes": [2]}},
351+
{"or": [
352+
{"and": [
353+
"Gravity",
354+
{"or": [
355+
{"and": [
356+
"ScrewAttack",
357+
{"cycleFrames": 100}
358+
]},
359+
{"and": [
360+
"Plasma",
361+
{"cycleFrames": 100}
362+
]},
363+
{"and": [
364+
"Wave",
365+
{"cycleFrames": 160}
366+
]},
367+
{"and": [
368+
"Spazer",
369+
{"cycleFrames": 210}
370+
]},
371+
{"and": [
372+
"Ice",
373+
{"cycleFrames": 260}
374+
]},
375+
{"cycleFrames": 300}
376+
]}
377+
]},
378+
{"and": [
379+
"Plasma",
380+
{"cycleFrames": 130}
381+
]},
382+
{"and": [
383+
"Wave",
384+
{"cycleFrames": 220}
385+
]},
386+
{"and": [
387+
"Spazer",
388+
{"cycleFrames": 250}
389+
]},
390+
{"and": [
391+
"Ice",
392+
{"cycleFrames": 290}
393+
]},
394+
{"cycleFrames": 330}
395+
]}
396+
],
397+
"farmCycleDrops": [{"enemy": "Skultera", "count": 1}]
398+
},
320399
{
321400
"id": 13,
322401
"link": [2, 2],

0 commit comments

Comments
 (0)