Skip to content

Commit 5ee2a58

Browse files
committed
remove super kill, since supers now have 100 accuracy
1 parent 50c74c4 commit 5ee2a58

1 file changed

Lines changed: 5 additions & 26 deletions

File tree

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

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -373,30 +373,10 @@
373373
},
374374
{
375375
"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)",
376+
"name": "Botwoon Kill, Perfect Accuracy",
393377
"requires": [
394378
"h_navigateUnderwater",
395379
"canBeVeryPatient",
396-
{"or": [
397-
"canBeVeryLucky",
398-
{"enemyDamage": {"enemy": "Botwoon 1", "type": "head", "hits": 1}}
399-
]},
400380
{"or": [
401381
{"ammo": {"type": "Missile", "count": 30}},
402382
{"and": [
@@ -414,17 +394,16 @@
414394
{"and": [
415395
{"ammo": {"type": "Missile", "count": 9}},
416396
{"ammo": {"type": "Super", "count": 7}}
417-
]},
418-
{"and": [
419-
{"ammo": {"type": "Missile", "count": 3}},
420-
{"ammo": {"type": "Super", "count": 9}}
421397
]}
422398
]}
423399
],
424400
"setsFlags": ["f_DefeatedBotwoon"],
425401
"flashSuitChecked": true,
426402
"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."
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+
]
428407
},
429408
{
430409
"id": 23,

0 commit comments

Comments
 (0)