|
136 | 136 | { |
137 | 137 | "id": 2, |
138 | 138 | "link": [1, 1], |
139 | | - "name": "Sova Farm", |
| 139 | + "name": "Single Sova Farm", |
| 140 | + "requires": [ |
| 141 | + "h_heatProof", |
| 142 | + "canCarefulJump", |
| 143 | + {"or": [ |
| 144 | + "Wave", |
| 145 | + "Spazer", |
| 146 | + "Plasma", |
| 147 | + "Grapple", |
| 148 | + {"and": [ |
| 149 | + "canTrickyJump", |
| 150 | + {"cycleFrames": 50} |
| 151 | + ]} |
| 152 | + |
| 153 | + ]}, |
| 154 | + {"cycleFrames": 110} |
| 155 | + ], |
| 156 | + "resetsObstacles": ["A"], |
| 157 | + "farmCycleDrops": [{"enemy": "Sova", "count": 1}], |
| 158 | + "flashSuitChecked": true |
| 159 | + }, |
| 160 | + { |
| 161 | + "link": [1, 1], |
| 162 | + "name": "Triple Sova Farm", |
140 | 163 | "requires": [ |
141 | 164 | "h_heatProof", |
142 | 165 | {"or": [ |
143 | 166 | "h_lavaProof", |
144 | | - "canDodgeWhileShooting" |
| 167 | + "canInsaneJump", |
| 168 | + {"and": [ |
| 169 | + "canDodgeWhileShooting", |
| 170 | + "Plasma" |
| 171 | + ]} |
145 | 172 | ]}, |
146 | | - "Plasma", |
147 | | - {"partialRefill": {"type": "Energy", "limit": 120}}, |
148 | | - {"partialRefill": {"type": "Super", "limit": 2}}, |
149 | | - {"partialRefill": {"type": "Missile", "limit": 6}} |
150 | | - ] |
| 173 | + {"or": [ |
| 174 | + "Wave", |
| 175 | + "Spazer", |
| 176 | + "Plasma" |
| 177 | + ]}, |
| 178 | + {"cycleFrames": 470} |
| 179 | + ], |
| 180 | + "resetsObstacles": ["A"], |
| 181 | + "farmCycleDrops": [{"enemy": "Sova", "count": 3}], |
| 182 | + "flashSuitChecked": true, |
| 183 | + "devNote": "Heat scaling makes up the difference in platforming ability." |
| 184 | + }, |
| 185 | + { |
| 186 | + "link": [1, 1], |
| 187 | + "name": "Full Farm", |
| 188 | + "requires": [ |
| 189 | + "h_heatProof", |
| 190 | + "h_lavaProof", |
| 191 | + {"resetRoom": {"nodes": [1]}}, |
| 192 | + {"or": [ |
| 193 | + "ScrewAttack", |
| 194 | + "Plasma", |
| 195 | + {"and": [ |
| 196 | + "canPseudoScrew", |
| 197 | + {"or": [ |
| 198 | + "Wave", |
| 199 | + "Spazer", |
| 200 | + {"cycleFrames": 420} |
| 201 | + ]}, |
| 202 | + {"cycleFrames": 390} |
| 203 | + ]} |
| 204 | + ]}, |
| 205 | + {"cycleFrames": 300} |
| 206 | + ], |
| 207 | + "clearsObstacles": ["A"], |
| 208 | + "farmCycleDrops": [ |
| 209 | + {"enemy": "Sova", "count": 3}, |
| 210 | + {"enemy": "Dragon", "count": 3} |
| 211 | + ], |
| 212 | + "flashSuitChecked": true |
151 | 213 | }, |
152 | 214 | { |
153 | 215 | "id": 3, |
|
0 commit comments