A hero statistic is a number indicating how well a hero can do on certain things. These help define the performance of a hero.
<aside>
💡 There are 10 statistics, divided into 2 categories: Offensive, Defensive
</aside>

Offensive
- Strength (STR): Affects damage of melee heroes
- Intelligence (INT): Affects damage of spell casters
- Attack (ATK): The damage value of hero
<aside>
⚔️ Melee Hero ATK = STR*(1+0.05*Hero Level-1))
</aside>
<aside>
🪄 Spell Caster ATK = INT*(1+0.05*Hero Level-1))
</aside>
Defensive
- Constitution (CON): Affects hero’s Health
- Agility (AGI): Affects Dodge Rate
- Willpower (MND): Affects Physical Defense
- Spirit (SPI): Affects Magic Defense
- Health (HP): The total damage a hero may take before dying
<aside>
❤️🩹 HP = 50CON(1+0.05*(Hero Level-1))
</aside>
- Physical Defence (P.DEF): Used to calculate the reduced physical damage