Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 76 additions & 6 deletions region/crateria/central/Parlor and Alcatraz.json
Original file line number Diff line number Diff line change
Expand Up @@ -1493,6 +1493,17 @@
}
}
},
{
"link": [5, 5],
"name": "Ripper Farm",
"requires": [
"ScrewAttack",
{"cycleFrames": 180}
],
"farmCycleDrops": [
{"enemy": "Ripper", "count": 1}
]
},
{
"id": 57,
"link": [5, 5],
Expand Down Expand Up @@ -2858,13 +2869,72 @@
"name": "Geemer Farm",
"requires": [
"h_ZebesIsAwake",
{"resetRoom": {
"nodes": [3, 4, 6, 7]
}},
{"refill": ["Missile"]},
{"partialRefill": {"type": "Energy", "limit": 250}}
{"cycleFrames": 2400},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

boring farm tax

Copy link
Copy Markdown
Contributor

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.

Copy link
Copy Markdown
Contributor Author

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

{"or": [
{"resetRoom": {
"nodes": [3, 4, 6, 7]
}},
{"and": [
{"resetRoom": {
"nodes": [1]
}},
{"or": [
"ScrewAttack",
"h_useMorphBombs",
{"and": [
{"getBlueSpeed": {
"usedTiles": 25,
"steepUpTiles": 3,
"steepDownTiles": 3,
"openEnd": 1
}},
"canCarefulJump"
]}
]}
]},
{"and": [
{"resetRoom": {
"nodes": [2]
}},
"Morph"
]},
{"and": [
"Morph",
{"resetRoom": {
"nodes": [5]
}},
{"or": [
"h_bombThings",
{"and": [
"SpaceJump",
"canMidAirMorph",
"canCarefulJump"
]},
{"and": [
{"notable": "Alcatraz Escape"},
"canPreciseWalljump",
"canConsecutiveWalljump",
"canWallJumpInstantMorph"
]},
{"and": [
"canTrickySpringBallJump",
"canTrickyJump"
]},
{"and": [
"HiJump",
"canTrickyDashJump",
"canMidAirMorph"
]}
]}
]}
]}
],
"devNote": "FIXME: Other nodes could be used to reset the room, with additional requirements."
"farmCycleDrops": [
{"enemy": "Geemer (blue)", "count": 11}
],
"devNote": [
"A two-way farming strat could be added, e.g. if it is possible to reset the room at both the top-right and the bottom."
]
},
{
"id": 120,
Expand Down
33 changes: 28 additions & 5 deletions region/crateria/central/Pre-Map Flyway.json
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have
Plasma: 330
Spazer: 360
Wave 355
No beam 390

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The 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?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The 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.
https://videos.maprando.com/video/7014
https://videos.maprando.com/video/7015

{"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}
]
},
{
Expand Down
79 changes: 61 additions & 18 deletions region/crateria/east/Crab Maze.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,22 +133,45 @@
]
},
{
"id": 2,
"link": [1, 1],
"name": "Sciser Farm",
"name": "Sciser Farm (One Sciser)",
"requires": [
{"resetRoom": {
"nodes": [1]
}},
{"cycleFrames": 1080}
],
"farmCycleDrops": [
{"enemy": "Sciser", "count": 1}
]
},
{
"link": [1, 1],
"name": "Sciser Farm (Full Clear)",
"requires": [
"Morph",
{"resetRoom": {
"nodes": [1]
}},
{"cycleFrames": 2700},
{"or": [
"Gravity",
{"cycleFrames": 700}
]},
{"or": [
"Wave",
"Plasma",
"Spazer",
"canUseGrapple"
]},
{"partialRefill": {"type": "PowerBomb", "limit": 5}},
{"partialRefill": {"type": "Energy", "limit": 200}}
"Plasma",
"canUseGrapple",
{"and": [
"Ice",
{"cycleFrames": 560}
]},
{"cycleFrames": 1550}
]}
],
"farmCycleDrops": [
{"enemy": "Sciser", "count": 8}
]
},
{
Expand Down Expand Up @@ -505,22 +528,42 @@
{"resetRoom": {
"nodes": [2]
}},
{"cycleFrames": 270},
{"or": [
"Gravity",
{"cycleFrames": 270}
]},
{"or": [
"Grapple",
{"and": [
{"partialRefill": {"type": "Energy", "limit": 240}},
{"partialRefill": {"type": "PowerBomb", "limit": 6}}
"Wave",
{"cycleFrames": 50}
]},
{"and": [
{"refill": ["Energy", "PowerBomb"]},
{"or": [
"Gravity",
"Spazer",
"Wave",
"Plasma",
"canUseGrapple"
]}
]}
"Plasma",
{"cycleFrames": 50}
]},
{"and": [
"ScrewAttack",
{"cycleFrames": 80}
]},
{"and": [
"Spazer",
{"cycleFrames": 150}
]},
{"and": [
"canPseudoScrew",
{"cycleFrames": 180}
]},
{"and": [
"Ice",
{"cycleFrames": 270}
]},
{"cycleFrames": 420}
]}
],
"farmCycleDrops": [
{"enemy": "Sciser", "count": 3}
]
},
{
Expand Down
70 changes: 46 additions & 24 deletions region/crateria/east/Crateria Kihunter Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,33 +337,55 @@
{
"id": 17,
"link": [2, 2],
"name": "Sciser Farm",
"name": "Sciser and Kihunter Farm",
"requires": [
{"resetRoom": {
"nodes": [1, 2, 3]
}},
{"partialRefill": {"type": "Energy", "limit": 140}},
{"partialRefill": {"type": "PowerBomb", "limit": 4}}
]
},
{
"id": 28,
"link": [2, 2],
"name": "Faster Sciser Farm",
"requires": [
{"resetRoom": {
"nodes": [1, 2, 3]
}},
{"or": [
"Wave",
"Spazer",
"Plasma",
"canUseGrapple",
"canPseudoScrew",
"ScrewAttack"
{"and": [
{"resetRoom": {
"nodes": [1, 2]
}},
"canCameraManip"
]},
{"resetRoom": {"nodes": [3]}}
]},
{"partialRefill": {"type": "Energy", "limit": 300}},
{"partialRefill": {"type": "PowerBomb", "limit": 8}}
{"or": [
{"and": [
"ScrewAttack",
{"cycleFrames": 720}
]},
{"and": [
"Plasma",
{"cycleFrames": 770}
]},
{"and": [
"canPseudoScrew",
{"cycleFrames": 1000}
]},
{"and": [
"canUseGrapple",
{"cycleFrames": 1020}
]},
{"and": [
"Wave",
{"cycleFrames": 1050}
]},
{"and": [
"Spazer",
{"cycleFrames": 1080}
]},
{"and": [
"Ice",
{"cycleFrames": 1170}
]},
{"and": [
"canDodgeWhileShooting",
{"cycleFrames": 1440}
]}
]}
],
"farmCycleDrops": [
{"enemy": "Sciser", "count": 2},
{"enemy": "Kihunter (green)", "count": 2}
]
},
{
Expand Down
Loading