Skip to content

Commit 50c74c4

Browse files
committed
Add Botwoon kills that don't miss
I think the meta for these is to get a good opener while tanking a Botwoon hit, if possible?
1 parent a03b5d7 commit 50c74c4

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

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

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

0 commit comments

Comments
 (0)