Skip to content
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

Add Remaining Artificial Morph Double Spring Ball Jumps #1913

Merged
merged 4 commits into from
Jan 28, 2025

Conversation

kjbranch
Copy link
Contributor

@kjbranch kjbranch commented Jan 24, 2025

Skipped Main St, since there is an open PR for it. I'll add them separately. Looks like the room is fully traversable with double spring.

osse101
osse101 previously approved these changes Jan 26, 2025
"h_canArtificialMorphBombs",
{"enemyDamage": {"enemy": "Zeb", "type": "contact", "hits": 1}}
]}
"canInsaneJump"
Copy link
Contributor

Choose a reason for hiding this comment

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

Looking at it again, HiJump is enough to do the room so there's no need for a double springballjump option.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I had almost deleted the Gravity option when I later found out that it could be done with a tight crouch jump down grab. Now that I see HiJump is also viable, I figure the strat should just be removed.

It was cool to see a remote acquire 2 items simultaneously, I wasn't sure if that was possible until working on this.

},
{
"id": 8,
"name": "Artificial Morph, Double Spring Ball Jump onto Frozen Fish",
Copy link
Contributor

Choose a reason for hiding this comment

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

Its not crazy hard; the timing is somewhat lenient but I didn't see a good cue for it. Resetting the room if you miss is the only really bad part to this, and setting up artificial morph again.

@@ -442,6 +442,27 @@
"Then Walljump again to exit the Lava and reach the left ledge."
]
},
{
"link": [2, 3],
Copy link
Contributor

Choose a reason for hiding this comment

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

The part that is off is ending at [3] instead of [1].
At 3 you get some heat frames for running to and opening the door and works better for missile doors.
But the artificial morph could open a PB door.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I didnt realize this would be possible without Varia. My earlier attempts looked like it would require it, but thats cool. I'll throw 50 heat frames to escape the room and put a note on it to come back to it. Havent completely decided how to deal with heated g-mode and exiting the room yet.

@kjbranch kjbranch merged commit d73beaa into vg-json-data:master Jan 28, 2025
1 check passed
@kjbranch kjbranch deleted the g-double-spring-2 branch February 10, 2025 05:48
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