-
Notifications
You must be signed in to change notification settings - Fork 19
Blue Brinstar Energy Tank: Ceiling Item Shinespark #2824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
18fdd4b
13caea0
ffcffb8
fe7bd9c
9fbad66
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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": [ | ||
| {"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], | ||
|
|
@@ -1838,4 +1860,4 @@ | |
| ], | ||
| "nextStratId": 84, | ||
| "nextNotableId": 8 | ||
| } | ||
| } | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
Uh oh!
There was an error while loading. Please reload this page.