Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
85 changes: 79 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,75 @@
"name": "Geemer Farm",
"requires": [
"h_ZebesIsAwake",
{"resetRoom": {
"nodes": [3, 4, 6, 7]
}},
{"refill": ["Missile"]},
{"partialRefill": {"type": "Energy", "limit": 250}}
{"cycleFrames": 1860},
{"or": [
{"resetRoom": {
"nodes": [3, 4, 6, 7]
}},
{"and": [
{"resetRoom": {
"nodes": [1]
}},
{"cycleFrames": 420},
{"or": [
"ScrewAttack",
"h_useMorphBombs",
{"and": [
{"getBlueSpeed": {
"usedTiles": 25,
"steepUpTiles": 3,
"steepDownTiles": 3,
"openEnd": 1
}},
"canCarefulJump"
]}
]}
]},
{"and": [
{"resetRoom": {
"nodes": [2]
}},
{"cycleFrames": 240},
"Morph"
]},
{"and": [
"Morph",
{"resetRoom": {
"nodes": [5]
}},
{"cycleFrames": 420},
{"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
35 changes: 30 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,36 @@
"link": [1, 1],
"name": "Mellow and Reo Farm",
"requires": [
{"resetRoom": {
"nodes": [1, 2]
}},
{"partialRefill": {"type": "Energy", "limit": 160}},
{"partialRefill": {"type": "Missile", "limit": 8}}
{"or": [
{"resetRoom": {"nodes": [1]}},
{"and": [
{"resetRoom": {"nodes": [2]}},
{"cycleFrames": 60}
]}
]},
{"or": [
{"and": [
"Plasma",
{"cycleFrames": 330}
]},
{"and": [
"Wave",
{"cycleFrames": 355}
]},
{"and": [
"ScrewAttack",
{"cycleFrames": 355}
]},
{"and": [
"Spazer",
{"cycleFrames": 360}
]},
{"cycleFrames": 390}
]}
],
"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