Damage - caraminden/anathema-roguelike GitHub Wiki
Damage is a type of Effect, each application of Damage has a Damage Type and an amount of Damage.
Each point of Damage dealt to a character removes 1 point of that character's Health. The most common way to deal Damage to your enemies is with Weapon Attacks which deal an amount of Damage to the attacked enemy based on the Weapon Damage calculation.