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

Run ends when low HP #176

Open
signal-5 opened this issue May 12, 2024 · 4 comments
Open

Run ends when low HP #176

signal-5 opened this issue May 12, 2024 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@signal-5
Copy link

You always lose 20% HP when death penalty is on.
Suggestion is that is goes down to 50 HP.
Penalty should be (ABS(HP-50))*.2

@IndoorKat
Copy link

This would remove a run's lose condition though...

@signal-5
Copy link
Author

Yes. Thats the point. Today someone picks glass canon and two other dies and the run is over.
Why should the run be over if max_hp is lower than 20? Better to never be able to go below max_hp 50. Players will still die and get kicked but max_hp will never go below 50 or any other suggested value (e.g. 25 or something).

@IndoorKat
Copy link

What if we were to change the run's lose condition HP check to the median HP of the group? This would probably solve this issue, as well as heart mage issues.

@eillera
Copy link

eillera commented Aug 25, 2024

could the HP mode value be used for the end condition instead of the lowest HP? this way it wouldn't end from a couple people using glass cannon or heart mage.
Probably have to have a fallback check against median just in case the game messes up and everyone's health gets messed up and no longer synced up to each other too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants