Skip to content

Commit 86b1303

Browse files
authored
LN West Farms (#2218)
1 parent bc8acb2 commit 86b1303

2 files changed

Lines changed: 96 additions & 3 deletions

File tree

region/lowernorfair/west/Acid Statue Room.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,41 @@
10181018
"note": "Menu to Grappling Beam before the crystal flash ends and mash shoot while holding down.",
10191019
"devNote": "The extra Power Bomb or bombs is to get through the bomb blocks."
10201020
},
1021+
{
1022+
"link": [5, 5],
1023+
"name": "Magdollite Farm",
1024+
"requires": [
1025+
"h_heatProof",
1026+
{"cycleFrames": 330},
1027+
{"or": [
1028+
{"and": [
1029+
"canTrickyJump",
1030+
"canCameraManip"
1031+
]},
1032+
"Plasma",
1033+
"ScrewAttack",
1034+
{"and": [
1035+
"Wave",
1036+
{"or": [
1037+
"Spazer",
1038+
"Ice"
1039+
]}
1040+
]}
1041+
]},
1042+
{"or": [
1043+
"canTrickyJump",
1044+
{"cycleFrames": 200}
1045+
]}
1046+
],
1047+
"farmCycleDrops": [
1048+
{"enemy": "Magdollite", "count": 3}
1049+
],
1050+
"flashSuitChecked": true,
1051+
"note": [
1052+
"The Magdollite can be farmed from the left without activating the Holtzes.",
1053+
"Or from the right by trapping the Holtz by quickly jumping past them."
1054+
]
1055+
},
10211056
{
10221057
"id": 39,
10231058
"link": [5, 5],

region/lowernorfair/west/Fast Ripper Room.json

Lines changed: 61 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,70 @@
115115
"link": [1, 1],
116116
"name": "Ripper Farm",
117117
"requires": [
118-
"h_heatProof",
119118
"ScrewAttack",
120119
{"resetRoom": {"nodes": [1]}},
121-
{"refill": ["Energy", "Super"]}
120+
{"heatFrames": 215},
121+
{"cycleFrames": 215},
122+
{"or": [
123+
"canInsaneJump",
124+
{"and": [
125+
"canFarmWhileShooting",
126+
{"heatFrames": 45},
127+
{"cycleFrames": 45}
128+
]},
129+
{"and": [
130+
{"heatFrames": 360},
131+
{"cycleFrames": 360}
132+
]}
133+
]}
134+
],
135+
"resetsObstacles": ["A"],
136+
"farmCycleDrops": [
137+
{"enemy": "Ripper 2 (red)", "count": 5}
138+
]
139+
},
140+
{
141+
"link": [1, 1],
142+
"name": "Partial Ripper Farm (Supers)",
143+
"entranceCondition": {
144+
"comeInNormally": {}
145+
},
146+
"requires": [
147+
"ScrewAttack",
148+
"canDodgeWhileShooting",
149+
{"heatFrames": 200},
150+
{"resourceAvailable": [{"type": "Energy", "count": 50}]},
151+
{"partialRefill": {"type": "Super","limit": 5}},
152+
{"heatFrames": 80}
153+
]
154+
},
155+
{
156+
"link": [1, 1],
157+
"name": "Partial Ripper Farm (Energy)",
158+
"entranceCondition": {
159+
"comeInNormally": {}
160+
},
161+
"requires": [
162+
"ScrewAttack",
163+
"canFarmWhileShooting",
164+
{"or": [
165+
{"and": [
166+
"canPauseAbuse",
167+
"canInsaneJump",
168+
{"heatFrames": 60}
169+
]},
170+
{"heatFrames": 120}
171+
]},
172+
{"or": [
173+
{"and": [
174+
{"resourceMissingAtMost": [{"type": "Super", "count": 0}]},
175+
{"partialRefill": {"type": "Energy","limit": 100}}
176+
]},
177+
{"partialRefill": {"type": "Energy","limit": 70}}
178+
]},
179+
{"heatFrames": 60}
122180
],
123-
"resetsObstacles": ["A"]
181+
"note": "If Supers are not full, time the collection of energy to force further Energy drops."
124182
},
125183
{
126184
"id": 3,

0 commit comments

Comments
 (0)