Skip to content
Mikhail Albershtein edited this page Apr 2, 2020 · 3 revisions

Purpose

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.

Armour

Damage Type

Damage type is an enum for the type of damage. Check the damage page for more info