|
371 | 371 | "flashSuitChecked": true, |
372 | 372 | "blueSuitChecked": true |
373 | 373 | }, |
| 374 | + { |
| 375 | + "link": [1, 1], |
| 376 | + "name": "Botwoon Kill, Perfect Accuracy", |
| 377 | + "requires": [ |
| 378 | + "h_navigateUnderwater", |
| 379 | + "canBeVeryPatient", |
| 380 | + {"or": [ |
| 381 | + {"ammo": {"type": "Missile", "count": 30}}, |
| 382 | + {"and": [ |
| 383 | + {"ammo": {"type": "Missile", "count": 24}}, |
| 384 | + {"ammo": {"type": "Super", "count": 2}} |
| 385 | + ]}, |
| 386 | + {"and": [ |
| 387 | + {"ammo": {"type": "Missile", "count": 18}}, |
| 388 | + {"ammo": {"type": "Super", "count": 4}} |
| 389 | + ]}, |
| 390 | + {"and": [ |
| 391 | + {"ammo": {"type": "Missile", "count": 15}}, |
| 392 | + {"ammo": {"type": "Super", "count": 5}} |
| 393 | + ]}, |
| 394 | + {"and": [ |
| 395 | + {"ammo": {"type": "Missile", "count": 9}}, |
| 396 | + {"ammo": {"type": "Super", "count": 7}} |
| 397 | + ]} |
| 398 | + ]} |
| 399 | + ], |
| 400 | + "setsFlags": ["f_DefeatedBotwoon"], |
| 401 | + "flashSuitChecked": true, |
| 402 | + "blueSuitChecked": true, |
| 403 | + "devNote": [ |
| 404 | + "For mixed ammo, the number of Supers that were included were based on if they could lower the number of Missile packs.", |
| 405 | + "A full Super kill with perfect accuracy is already taken care of by the boss calculator." |
| 406 | + ] |
| 407 | + }, |
374 | 408 | { |
375 | 409 | "id": 23, |
376 | 410 | "link": [1, 2], |
|
0 commit comments