Skip to content
Merged
Changes from 3 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
24 changes: 23 additions & 1 deletion region/brinstar/blue/Blue Brinstar Energy Tank Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,28 @@
"blueSuitChecked": true,
"note": "Does not require a shinespark. You can shoot the block, then just run and jump."
},
{
"link": [1, 3],
"name": "Ceiling Item Shinespark",
"requires": [
{"or": [
Comment thread
dragonsinth marked this conversation as resolved.
{"canShineCharge": {"usedTiles": 31, "openEnd": 0}},
{"and": [
{"obstaclesCleared": ["C"]},
{"canShineCharge": {"usedTiles": 42, "openEnd": 0}}
]}
]},
{"or": [
{"shinespark": {"frames": 10, "excessFrames": 2}},
{"and": [
"canMidairShinespark",
{"shinespark": {"frames": 3, "excessFrames": 2}}
]}
]}
],
"flashSuitChecked": true,
"blueSuitChecked": true
},
{
"id": 25,
"link": [1, 3],
Expand Down Expand Up @@ -1838,4 +1860,4 @@
],
"nextStratId": 84,
"nextNotableId": 8
}
}
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.

can't seem to get right the end of file newline in web ui

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.

It's not a big deal. The change will just get reverted next time we run the "Run scripts" action for autoformatting, etc.

Loading