Skip to content

Commit 4657967

Browse files
authored
Merge pull request #2858 from kjbranch/botwoon-missless
Ammo Botwoon kill perfect accuracy
2 parents b6f01d0 + 5ee2a58 commit 4657967

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

region/maridia/inner-pink/Botwoon's Room.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,40 @@
371371
"flashSuitChecked": true,
372372
"blueSuitChecked": true
373373
},
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+
},
374408
{
375409
"id": 23,
376410
"link": [1, 2],

0 commit comments

Comments
 (0)