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 damage boost entrance/exit conditions #1505

Open
blkerby opened this issue May 9, 2024 · 3 comments
Open

Add damage boost entrance/exit conditions #1505

blkerby opened this issue May 9, 2024 · 3 comments

Comments

@blkerby
Copy link
Contributor

blkerby commented May 9, 2024

There are some uses for carrying a damage boost across rooms. A couple examples:

In some cases, carrying i-frames without a damage boost could also be useful.

Probably most if not all of the G-mode setups (currently in logic) could also be used to leave with a damage boost, so it should be possible to reuse/repurpose those. The leaveWithGModeSetup exit condition could be renamed (e.g. to leaveWithEnemyDamage) to reflect its more general purpose. But it would be necessary to add a property describing the type of enemy damage, in order to account for the energy lost from the hit. And there will be additional damage boost setups using enemy projectiles, which don't work for setting up G-mode.

@osse101
Copy link
Contributor

osse101 commented May 9, 2024

Kronic Boost, the strat, is a case where the damage boost is used for the momentum and not the iframes. Specifically for the property of colliding with a wall without resetting speed. It is also special because you need to be a certain distance from the door. Acid chozo top door could save on heat frames entering with a boost, but maybe that only helps if the acid is predrained? There could be some weird situations out there.

leaveWithGModeSetup is going to be all cases where you take damage inside a door transition but there is a larger set of damage sources next to the door, which includes projectiles and even more enemies. And taking damage and running to the transition, where we need to track remaining iframes.

Fish Tank top left entrance can enter with a mid transition damage hit to resetFallSpeed and reach the ledge.
Sand Halls are common uses of carrying iframes into the next room to avoid damage.

@kjbranch
Copy link
Contributor

kjbranch commented Aug 6, 2024

Looks like it is possible to use a neutral damage boost to get very deep stuck as well. I was able to do this with a Cacatac spike through the right door of Below Spazer.

@osse101
Copy link
Contributor

osse101 commented Aug 7, 2024

Thats how any% does it, using a geemer in parlor to deepstuck and climb OOB.

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

No branches or pull requests

3 participants