Skip to content

Misc horizontal G-mode setups#2097

Merged
kjbranch merged 3 commits intovg-json-data:masterfrom
kjbranch:g-setups
Jul 9, 2025
Merged

Misc horizontal G-mode setups#2097
kjbranch merged 3 commits intovg-json-data:masterfrom
kjbranch:g-setups

Conversation

@kjbranch
Copy link
Copy Markdown
Contributor

No description provided.

"link": [2, 2],
"name": "G-Mode Setup - Get Hit By Ridley",
"requires": [
"h_heatProof",
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.

I'm consistently seeing 15 seconds. But I'm should RNG could make it a little longer.
When Ridley pogos on the right side of the room, I do a stationary spinjump and spin break to turn him around.
Fireballs are sometimes hard to avoid in the door frame.

{"not": "f_DefeatedDraygon"},
"canRiskPermanentLossOfAccess",
{"or": [
"canTrickyDodgeEnemies",
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.

With a broken turret you can stand in the door as draygon spawns and leave in time. Otherwise the turret will shoot you in the door so you need a cue for when to run out, like music. I but was still getting zoned away from the door.
With gravity it looked best to wait until after the fight has started. You still have to dodge turret fire so it's kinda RNG. But I think it should be gravity+canTrickyDodgeEnemies. And suitless+some insane tech.

"link": [2, 2],
"name": "G-Mode Setup - Get Hit By Geruta",
"requires": [
{"heatFrames": 550},
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.

https://videos.maprando.com/video/6823

The exact timing is pretty RNG. Whether using your method or mine, the bat can get caught on the floor and ceiling.

Comment on lines +684 to +688
"h_heatProof",
{"or": [
"canInsaneJump",
{"enemyDamage": {"enemy": "Geruta", "type": "contact", "hits": 1}}
]}
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
"h_heatProof",
{"or": [
"canInsaneJump",
{"enemyDamage": {"enemy": "Geruta", "type": "contact", "hits": 1}}
]}
"h_heatProof",
"canBePatient",
{"or": [
"canInsaneJump",
{"enemyDamage": {"enemy": "Geruta", "type": "contact", "hits": 2}}
]}

The bat is extremely finicky.
I don't think damageless is reasonable, without a full setup. But maybe you could learn the movement cues.
The dragon is a nuisance where you can take extra time to avoid fireballs.

osse101
osse101 previously approved these changes Jul 9, 2025
@kjbranch kjbranch merged commit e6f089f into vg-json-data:master Jul 9, 2025
1 check passed
@kjbranch kjbranch deleted the g-setups branch July 9, 2025 16:17
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