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

Create Hit Points Object #10

Open
JDKoder opened this issue Apr 22, 2013 · 0 comments
Open

Create Hit Points Object #10

JDKoder opened this issue Apr 22, 2013 · 0 comments

Comments

@JDKoder
Copy link
Owner

JDKoder commented Apr 22, 2013

Hit points are used to track how much damage something can inflict on an actor before they are considered "dead" or "dying". Hit Points can be dealt as "Lethal" "Non-Lethal" or can be applied as "normal" or "temporary".

Terminology -
Normal Hit Points: Hit Points that are taken from or given to the players Base Hit Points. Normal Hit Points cannot exceed the Base Hit Points count.
Base Hit Points: Maximum amount of normal hit points.
Temporary Hit Points: These hit points fortify normal hit points. As such, they tack on to normal hit points and may exceed Base Hit Points when there are enough normal hit points to satisfy the statement (normal hit points <= Base Hit Points) + temporary hit points.
Lethal: Lethal damage subtracts from the Base Hit Points
Non-Lethal: Non-Lethal Hit points are tracked separately. Their base is the current number of normal hit points which can change when a player takes non-lethal damage.

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

1 participant