Open
Conversation
kjbranch
reviewed
Apr 15, 2026
| {"shinespark": {"frames": 125, "excessFrames": 33}} | ||
| ], | ||
| "clearsObstacles": ["A"], | ||
| "unlocksDoors": [{"types": ["ammo"], "requires": [], "useImplicitRequires": false}], |
Contributor
There was a problem hiding this comment.
Suggested change
| "unlocksDoors": [{"types": ["ammo"], "requires": [], "useImplicitRequires": false}], | |
| "unlocksDoors": [{"types": ["ammo"], "requires": []], |
| {"and": [ | ||
| "HiJump", | ||
| {"or": [ | ||
| "canDownGrab", |
Contributor
There was a problem hiding this comment.
not seeing the value of hijump+down grab. is this supposed to be: hijump or down grab or extra frames?
| {"and": [ | ||
| "HiJump", | ||
| {"or": [ | ||
| "canDownGrab", |
Contributor
There was a problem hiding this comment.
Same question, except I'm not sure if the down grab is even useful at all. It looked like it was useful going from the deep acid to the 2 wide platforms, but the same scenario doesnt really occur right to left - it can occur if the acid is about 25% high, but much higher or lower and you can jump out fine.
| {"ammo": {"type": "Super", "count": 1}}, | ||
| {"ammo": {"type": "PowerBomb", "count": 1}}, | ||
| "canUseGrapple", | ||
| {"haveBlueSuit": {}} |
Contributor
There was a problem hiding this comment.
Suggested change
| {"haveBlueSuit": {}} | |
| {"haveBlueSuit": {}}, | |
| {"enemyDamage": {"enemy": "Sciser", "type": "contact", "hits": 1}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.