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

Max amount of wounds #1572

Open
madsboddum opened this issue Jun 29, 2024 · 3 comments
Open

Max amount of wounds #1572

madsboddum opened this issue Jun 29, 2024 · 3 comments
Labels
BUG Something isn't working (Issue ticket) [Combat Player] Service

Comments

@madsboddum
Copy link
Member

In theory, you can currently obtain health wounds without any cap.

What happens when you have as many wounds as you have max health is very undefined. We should avoid this situation by capping how many health wounds can be applied.

@madsboddum madsboddum added the BUG Something isn't working (Issue ticket) label Jun 29, 2024
@Undercova
Copy link
Member

Undercova commented Jun 29, 2024

What about the "additional" health you get from buffs and co ?

do they count too ?

what happens when you lose that buff ?

for example:
you have 3000 health
you get bonus of 500 health
total 3500 health
you get 3100 wounds => 400 health left
bonus gets removed/runs out => minus 500 health
so your character should instantly get incapped ... like a heart attack :D

@madsboddum
Copy link
Member Author

Subtracting temporary health boosts sounds wise.

@Undercova
Copy link
Member

so the wounds should only effect the "base" health. your health linked to CL

what happens when you exceed that amount ?
for example the case i posted above. you lose 3000 health. then "only" bonus health is left.
could risk losing the buffs then ... instead of adding more wounds ... which should not be possible

we could also add a warning when you have like 10% "real" health left because of wounds. when it reaches 0% you die. even when you have like 500 bonus health left

@Undercova Undercova changed the title [Wounds] Max amount of wounds Max amount of wounds Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working (Issue ticket) [Combat Player] Service
Projects
None yet
Development

No branches or pull requests

2 participants