-
Notifications
You must be signed in to change notification settings - Fork 19
Rest of Crateria farms #2121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rest of Crateria farms #2121
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -155,11 +155,34 @@ | |
| "link": [1, 1], | ||
| "name": "Mellow and Reo Farm", | ||
| "requires": [ | ||
| {"resetRoom": { | ||
| "nodes": [1, 2] | ||
| }}, | ||
| {"partialRefill": {"type": "Energy", "limit": 160}}, | ||
| {"partialRefill": {"type": "Missile", "limit": 8}} | ||
| {"cycleFrames": 360}, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm these seem really tight. Even on my best attempts I'm not really close to hitting these. Maybe I'm missing something? Does Screw Attack not help at all for you?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These took a good amount of grinding. I ended up killing the left bug and bee really low while letting the other two mellows fly left before farming them on the way back. As for screw; I'm seeing 345-350s. |
||
| {"or": [ | ||
| {"resetRoom": {"nodes": [1]}}, | ||
| {"and": [ | ||
| {"resetRoom": {"nodes": [2]}}, | ||
| {"cycleFrames": 60} | ||
| ]} | ||
| ]}, | ||
| {"or": [ | ||
| "Plasma", | ||
| {"and": [ | ||
| "Wave", | ||
| {"cycleFrames": 20} | ||
| ]}, | ||
| {"and": [ | ||
| "ScrewAttack", | ||
| {"cycleFrames": 30} | ||
| ]}, | ||
| {"and": [ | ||
| "Spazer", | ||
| {"cycleFrames": 60} | ||
| ]}, | ||
| {"cycleFrames": 140} | ||
| ]} | ||
| ], | ||
| "farmCycleDrops": [ | ||
| {"enemy": "Reo", "count": 1}, | ||
| {"enemy": "Mellow", "count": 3} | ||
| ] | ||
| }, | ||
| { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
boring farm tax
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had 31s from top right door, and about 38s from the slower doors.
You can add some cycleFrames to terminator and flyway doors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I got a little tired of this room so the flat 2400 frames was just being lazy. Refined it a bit now