Skip to content

Commit 37457ef

Browse files
committed
LN West Farms
1 parent 7b5ca4f commit 37457ef

2 files changed

Lines changed: 76 additions & 2 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 it."
1054+
]
1055+
},
10211056
{
10221057
"id": 39,
10231058
"link": [5, 5],

region/lowernorfair/west/Fast Ripper Room.json

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,48 @@
118118
"h_heatProof",
119119
"ScrewAttack",
120120
{"resetRoom": {"nodes": [1]}},
121-
{"refill": ["Energy", "Super"]}
121+
{"cycleFrames": 240},
122+
{"or": [
123+
"canInsaneJump",
124+
{"and": [
125+
"canFarmWhileShooting",
126+
{"cycleFrames": 60}
127+
]},
128+
{"cycleFrames": 360}
129+
]}
122130
],
123-
"resetsObstacles": ["A"]
131+
"resetsObstacles": ["A"],
132+
"farmCycleDrops": [
133+
{"enemy": "Ripper 2 (red)", "count": 5}
134+
]
135+
},
136+
{
137+
"link": [1, 1],
138+
"name": "Partial Ripper Farm (Supers)",
139+
"entranceCondition": {
140+
"comeInNormally": {}
141+
},
142+
"requires": [
143+
"ScrewAttack",
144+
{"heatFrames": 200},
145+
{"resourceAvailable": [{"type": "Energy", "count": 50}]},
146+
{"partialRefill": {"type": "Super","limit": 5}},
147+
{"heatFrames": 80}
148+
]
149+
},
150+
{
151+
"link": [1, 1],
152+
"name": "Partial Ripper Farm (Energy)",
153+
"entranceCondition": {
154+
"comeInNormally": {}
155+
},
156+
"requires": [
157+
"ScrewAttack",
158+
{"heatFrames": 200},
159+
{"partialRefill": {"type": "Energy","limit": 80}},
160+
"canFarmWhileShooting",
161+
{"heatFrames": 80}
162+
]
124163
},
125164
{
126165
"id": 3,

0 commit comments

Comments
 (0)