Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions region/maridia/inner-pink/Botwoon's Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,40 @@
"flashSuitChecked": true,
"blueSuitChecked": true
},
{
"link": [1, 1],
"name": "Botwoon Kill, Perfect Accuracy",
"requires": [
"h_navigateUnderwater",
"canBeVeryPatient",
{"or": [
{"ammo": {"type": "Missile", "count": 30}},
{"and": [
{"ammo": {"type": "Missile", "count": 24}},
{"ammo": {"type": "Super", "count": 2}}
]},
{"and": [
{"ammo": {"type": "Missile", "count": 18}},
{"ammo": {"type": "Super", "count": 4}}
]},
{"and": [
{"ammo": {"type": "Missile", "count": 15}},
{"ammo": {"type": "Super", "count": 5}}
]},
{"and": [
{"ammo": {"type": "Missile", "count": 9}},
{"ammo": {"type": "Super", "count": 7}}
]}
]}
],
"setsFlags": ["f_DefeatedBotwoon"],
"flashSuitChecked": true,
"blueSuitChecked": true,
"devNote": [
"For mixed ammo, the number of Supers that were included were based on if they could lower the number of Missile packs.",
"A full Super kill with perfect accuracy is already taken care of by the boss calculator."
]
},
{
"id": 23,
"link": [1, 2],
Expand Down
Loading