Skip to content

Various strat changes#2840

Open
osse101 wants to merge 5 commits intovg-json-data:masterfrom
osse101:GTMIssile
Open

Various strat changes#2840
osse101 wants to merge 5 commits intovg-json-data:masterfrom
osse101:GTMIssile

Conversation

@osse101
Copy link
Copy Markdown
Contributor

@osse101 osse101 commented Apr 15, 2026

No description provided.

{"shinespark": {"frames": 125, "excessFrames": 33}}
],
"clearsObstacles": ["A"],
"unlocksDoors": [{"types": ["ammo"], "requires": [], "useImplicitRequires": false}],
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.

Suggested change
"unlocksDoors": [{"types": ["ammo"], "requires": [], "useImplicitRequires": false}],
"unlocksDoors": [{"types": ["ammo"], "requires": []],

{"and": [
"HiJump",
{"or": [
"canDownGrab",
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 seeing the value of hijump+down grab. is this supposed to be: hijump or down grab or extra frames?

{"and": [
"HiJump",
{"or": [
"canDownGrab",
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.

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": {}}
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.

Suggested change
{"haveBlueSuit": {}}
{"haveBlueSuit": {}},
{"enemyDamage": {"enemy": "Sciser", "type": "contact", "hits": 1}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants