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

S23B boss stage 2 may be completed by any unit #20

Open
irydacea opened this issue May 20, 2016 · 1 comment
Open

S23B boss stage 2 may be completed by any unit #20

irydacea opened this issue May 20, 2016 · 1 comment

Comments

@irydacea
Copy link
Member

irydacea commented May 20, 2016

[Spoilers below]

Because of a change in commit 624d574 that allows non-Union casters to deal reduced damage on the enemy boss, it is possible for any unit to reduce him to 0 HP or less, ending stage 2 and advancing to stage 3.

The argan absorb damage event handler in S23B does ensure that he's always above 0 HP at the end of the attack sequence, but this doesn't stop the game from triggering the death sequence anyhow. If AtS is any indication, we should be detecting this corner case in a last breath event and canceling the death sequence there instead. It does raise the question of specifically what we should do in response, leave him at 1 HP, or regen a fraction of his HP bar like in stage 3?

@Konrad22
Copy link

I'm in favor for leaving him at 1 HP, because, while those attacks can't kill him, they certainly can't heal him either (or make him regenerate somehow). I'd say 1 HP is a better indication for 'I'm almost dead, but the final push is missing'.

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

2 participants