|
239 | 239 | {"or": [ |
240 | 240 | {"and": [ |
241 | 241 | "canTrickyJump", |
242 | | - "h_canArtificialMorphBombs", |
243 | 242 | "h_canArtificialMorphSpringBall" |
244 | 243 | ]}, |
245 | | - {"and": [ |
246 | | - "canInsaneJump", |
247 | | - "h_canArtificialMorphBombs" |
248 | | - ]}, |
249 | 244 | {"and": [ |
250 | 245 | "h_canArtificialMorphPowerBomb", |
251 | | - "h_canArtificialMorphPowerBomb" |
| 246 | + {"and": [ |
| 247 | + "canTrickyJump", |
| 248 | + "h_canArtificialMorphSpringBall", |
| 249 | + {"enemyDamage": {"enemy": "Zeb", "type": "contact", "hits": 1}} |
| 250 | + ]} |
252 | 251 | ]}, |
253 | | - {"and": [ |
254 | | - "h_canArtificialMorphBombs", |
255 | | - {"enemyDamage": {"enemy": "Zeb", "type": "contact", "hits": 1}} |
256 | | - ]} |
| 252 | + "canInsaneJump" |
257 | 253 | ]}, |
258 | 254 | {"or": [ |
259 | 255 | {"and": [ |
|
268 | 264 | ], |
269 | 265 | "collectsItems": [2], |
270 | 266 | "flashSuitChecked": true, |
271 | | - "note": "Carefully avoid or kill the Zebs and the Choot. The Choot will be easiest to kill with Bombs by staying against the left wall.", |
| 267 | + "note": [ |
| 268 | + "Carefully avoid or kill the Zebs and the Choot. The Choot can be killed with a Power Bomb or with Bombs by staying against the left wall.", |
| 269 | + "With a double spring ball jump it is possible to avoid the Choot and escape under it to the left wall while it is in the air." |
| 270 | + ], |
272 | 271 | "devNote": "It is possible but unreasonable to collect both items simultaneously." |
273 | 272 | }, |
274 | 273 | { |
|
286 | 285 | {"or": [ |
287 | 286 | {"and": [ |
288 | 287 | "canTrickyJump", |
289 | | - "h_canArtificialMorphBombs", |
290 | 288 | "h_canArtificialMorphSpringBall" |
291 | 289 | ]}, |
292 | | - {"and": [ |
293 | | - "canInsaneJump", |
294 | | - "h_canArtificialMorphBombs" |
295 | | - ]}, |
296 | 290 | {"and": [ |
297 | 291 | "h_canArtificialMorphPowerBomb", |
298 | | - "h_canArtificialMorphPowerBomb" |
| 292 | + {"and": [ |
| 293 | + "canTrickyJump", |
| 294 | + "h_canArtificialMorphSpringBall", |
| 295 | + {"enemyDamage": {"enemy": "Zeb", "type": "contact", "hits": 1}} |
| 296 | + ]} |
299 | 297 | ]}, |
300 | | - {"and": [ |
301 | | - "h_canArtificialMorphBombs", |
302 | | - {"enemyDamage": {"enemy": "Zeb", "type": "contact", "hits": 1}} |
303 | | - ]} |
| 298 | + "canInsaneJump" |
304 | 299 | ]}, |
305 | 300 | {"or": [ |
306 | 301 | {"and": [ |
|
315 | 310 | ], |
316 | 311 | "collectsItems": [3], |
317 | 312 | "flashSuitChecked": true, |
318 | | - "note": "Carefully avoid or kill the Zebs and the Choot. The Choot will be easiest to kill with Bombs by staying against the left wall.", |
| 313 | + "note": [ |
| 314 | + "Carefully avoid or kill the Zebs and the Choot. The Choot can be killed with a Power Bomb or with Bombs by staying against the left wall.", |
| 315 | + "With a double spring ball jump it is possible to avoid the Choot and escape under it to the left wall while it is in the air." |
| 316 | + ], |
319 | 317 | "devNote": "It is possible but unreasonable to collect both items simultaneously." |
320 | 318 | }, |
321 | 319 | { |
|
0 commit comments