-
Notifications
You must be signed in to change notification settings - Fork 42
Armour
Mikhail Albershtein edited this page Apr 2, 2020
·
3 revisions
Armour is in charge of calculating damage reduction if the player has armour. They are different types of damage:
- Physical
- Magic
- Toxic
The reduction in the current state is just brute subtraction.
Damage type is an enum for the type of damage. Check the damage page for more info