|
371 | 371 | "flashSuitChecked": true, |
372 | 372 | "blueSuitChecked": true |
373 | 373 | }, |
| 374 | + { |
| 375 | + "link": [1, 1], |
| 376 | + "name": "Botwoon Kill, No Miss (Supers)", |
| 377 | + "requires": [ |
| 378 | + "h_navigateUnderwater", |
| 379 | + "canInsaneJump", |
| 380 | + {"or": [ |
| 381 | + "canBeLucky", |
| 382 | + {"enemyDamage": {"enemy": "Botwoon 1", "type": "head", "hits": 1}} |
| 383 | + ]}, |
| 384 | + {"ammo": {"type": "Super", "count": 10}} |
| 385 | + ], |
| 386 | + "setsFlags": ["f_DefeatedBotwoon"], |
| 387 | + "flashSuitChecked": true, |
| 388 | + "blueSuitChecked": true |
| 389 | + }, |
| 390 | + { |
| 391 | + "link": [1, 1], |
| 392 | + "name": "Botwoon Kill, No Miss (Missiles)", |
| 393 | + "requires": [ |
| 394 | + "h_navigateUnderwater", |
| 395 | + "canBeVeryPatient", |
| 396 | + {"or": [ |
| 397 | + "canBeVeryLucky", |
| 398 | + {"enemyDamage": {"enemy": "Botwoon 1", "type": "head", "hits": 1}} |
| 399 | + ]}, |
| 400 | + {"or": [ |
| 401 | + {"ammo": {"type": "Missile", "count": 30}}, |
| 402 | + {"and": [ |
| 403 | + {"ammo": {"type": "Missile", "count": 24}}, |
| 404 | + {"ammo": {"type": "Super", "count": 2}} |
| 405 | + ]}, |
| 406 | + {"and": [ |
| 407 | + {"ammo": {"type": "Missile", "count": 18}}, |
| 408 | + {"ammo": {"type": "Super", "count": 4}} |
| 409 | + ]}, |
| 410 | + {"and": [ |
| 411 | + {"ammo": {"type": "Missile", "count": 15}}, |
| 412 | + {"ammo": {"type": "Super", "count": 5}} |
| 413 | + ]}, |
| 414 | + {"and": [ |
| 415 | + {"ammo": {"type": "Missile", "count": 9}}, |
| 416 | + {"ammo": {"type": "Super", "count": 7}} |
| 417 | + ]}, |
| 418 | + {"and": [ |
| 419 | + {"ammo": {"type": "Missile", "count": 3}}, |
| 420 | + {"ammo": {"type": "Super", "count": 9}} |
| 421 | + ]} |
| 422 | + ]} |
| 423 | + ], |
| 424 | + "setsFlags": ["f_DefeatedBotwoon"], |
| 425 | + "flashSuitChecked": true, |
| 426 | + "blueSuitChecked": true, |
| 427 | + "devNote": "For mixed ammo, the number of Supers that were included were based on if they could lower the number of Missile packs." |
| 428 | + }, |
374 | 429 | { |
375 | 430 | "id": 23, |
376 | 431 | "link": [1, 2], |
|
0 commit comments