|
209 | 209 | "type": "contact", |
210 | 210 | "hits": 3 |
211 | 211 | }}, |
212 | | - "canCarefulJump", |
213 | 212 | {"or": [ |
214 | | - "canWallJump", |
215 | | - "HiJump", |
216 | | - "SpaceJump", |
| 213 | + {"and": [ |
| 214 | + "canCarefulJump", |
| 215 | + "HiJump" |
| 216 | + ]}, |
| 217 | + "canPreciseWalljump", |
| 218 | + {"and": [ |
| 219 | + "canDodgeWhileShooting", |
| 220 | + "SpaceJump" |
| 221 | + ]}, |
217 | 222 | "canTrickySpringBallJump", |
218 | 223 | "canUseIFrames" |
219 | 224 | ]} |
|
229 | 234 | "link": [1, 2], |
230 | 235 | "name": "Avoid the Enemies", |
231 | 236 | "requires": [ |
232 | | - "canTrickyJump" |
| 237 | + {"or": [ |
| 238 | + "canTrickyJump", |
| 239 | + {"and": [ |
| 240 | + "canDodgeWhileShooting", |
| 241 | + "HiJump" |
| 242 | + ]} |
| 243 | + ]} |
233 | 244 | ], |
234 | 245 | "flashSuitChecked": true, |
235 | 246 | "blueSuitChecked": true, |
|
254 | 265 | "link": [1, 2], |
255 | 266 | "name": "Kill the Geemers", |
256 | 267 | "requires": [ |
257 | | - {"or": [ |
258 | | - "ScrewAttack", |
259 | | - "canUseGrapple" |
260 | | - ]}, |
| 268 | + "canUseGrapple", |
261 | 269 | {"or": [ |
262 | 270 | "canWallJump", |
263 | 271 | "HiJump", |
|
267 | 275 | ], |
268 | 276 | "flashSuitChecked": true, |
269 | 277 | "blueSuitChecked": true, |
270 | | - "devNote": "PowerBombs would use Kill the Pirates." |
| 278 | + "devNote": "ScrewAttack and PowerBombs would use Kill the Pirates." |
271 | 279 | }, |
272 | 280 | { |
273 | 281 | "id": 8, |
|
299 | 307 | "link": [2, 1], |
300 | 308 | "name": "Tank the Damage", |
301 | 309 | "requires": [ |
302 | | - {"enemyDamage": {"enemy": "Geemer (grey)", "type": "contact", "hits": 3}} |
| 310 | + {"enemyDamage": {"enemy": "Geemer (grey)", "type": "contact", "hits": 1}}, |
| 311 | + {"or": [ |
| 312 | + "canUseIFrames", |
| 313 | + {"enemyDamage": {"enemy": "Geemer (grey)", "type": "contact", "hits": 2}} |
| 314 | + ]} |
303 | 315 | ], |
304 | 316 | "flashSuitChecked": true, |
305 | 317 | "blueSuitChecked": true, |
|
310 | 322 | "name": "Kill the Enemies", |
311 | 323 | "requires": [ |
312 | 324 | {"or": [ |
313 | | - {"enemyKill": {"enemies": [["Geemer (grey)"],["Geemer (grey)"],["Geemer (grey)"]]}}, |
| 325 | + "canUseGrapple", |
314 | 326 | {"enemyKill": {"enemies": [["Red Space Pirate (standing)", "Red Space Pirate (standing)"], ["Red Space Pirate (standing)"]]}} |
315 | 327 | ]} |
316 | 328 | ], |
|
0 commit comments