Skip to content
Merged
Show file tree
Hide file tree
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
18 changes: 18 additions & 0 deletions helpers.json
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,24 @@
"canDownGrab"
]
},
{
"name": "h_complexToCarryFlashSuit",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure how i feel about the To. It feels a little odd, but i guess i am fine either way.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah the idea of the "To" is just to avoid implying that having/carrying a flash suit is a requirement, only that if you're carrying one then it is complex to do so

"requires": [
{"or": [
{"noFlashSuit": {}},
"canComplexCarryFlashSuit"
]}
]
},
{
"name": "h_trickyToCarryFlashSuit",
"requires": [
{"or": [
{"noFlashSuit": {}},
"canTrickyCarryFlashSuit"
]}
]
},
{
"name": "h_PlasmaHitbox",
"requires": [
Expand Down
6 changes: 1 addition & 5 deletions region/brinstar/blue/Blue Brinstar Boulder Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -873,11 +873,7 @@
"name": "Bomb Boost Water Escape Into IBJ",
"requires": [
"canBombJumpWaterEscape",
"canJumpIntoIBJ",
{"or": [
"canTrickyCarryFlashSuit",
{"noFlashSuit": {}}
]}
"canJumpIntoIBJ"
],
"flashSuitChecked": true,
"note": "When the water is high, jump and place a Bomb on the descent just above the water, then very quickly crouch jump to hit the Bomb and IBJ.",
Expand Down
5 changes: 1 addition & 4 deletions region/maridia/outer/Crab Hole.json
Original file line number Diff line number Diff line change
Expand Up @@ -1391,10 +1391,7 @@
"HiJump",
"Gravity"
]},
{"or": [
{"noFlashSuit": {}},
"canTrickyCarryFlashSuit"
]}
"h_trickyToCarryFlashSuit"
]}
]}
],
Expand Down