Character Stats (Rev. 7)

HP (Hit Points)
Your health. When it reaches 0 (Or in rare cases, -1), you die.
When you have only 20% of your health and less, your character starts to blink red and you should drink some health potions as you can easily die.

MP (Magic/Mana Points)
Your magic. This is expended to use abilities. Usage depends on what class and ability item tier you are using.

ATT (Attack)
Increases the amount of damage done by weapons. Attack does not affect ability damage.
Damage Multiplier if Weak = 0.5
Damage Multiplier normal = 0.5 + ATT / 50
Damage Multiplier with Damaging = Normal * 1.5
Therefore,
Damage = Random(MinDamage, MaxDamage) * Damage Multiplier
Starting with a base of 50%, each point increases 2%, Examples:
10 ATT Priest with a Fire Wand (25-40 DMG) = 17-28 DMG
83 ATT Warrior with a Sword of Acclaim (220-275 DMG) = 475-594 DMG
Note: In game, the highest weapon base damage value is actually never rolled. Thus the effective weapon base damage range always is one less than stated in the weapon description. For example, the effective weapon base damage range of the Fire Wand (originally 25-40 DMG) is 25-39 DMG. Taking this into account, the previous two examples would change as follows:
10 ATT Priest with a Fire Wand (25-39 DMG) = 17-27 DMG
83 ATT Warrior with a Sword of Acclaim (220-274 DMG) = 475-591 DMG

DEF (Defense)
Decreases the amount of damage taken.
Straight 1 point per 1 damage reduction, but caps at 85% of total damage, example:
60 DMG Attack against 20 DEF = 40 DMG
60 DMG Attack against 51 or higher DEF = 9 DMG

SPD (Speed)
Increases the speed at which the character moves. Base (0) is 4 tiles per second, then each point adds about 0.07467 tiles per second.
actual speed in TPS (tiles per second) = 4 + 5.6 * (SPD / 75)
50 SPD: 7.733 TPS
75 SPD: 9.6 TPS
TPS while Speedy: Normal * 1.5 (75 SPD with Speedy means 14.4 TPS movement speed)

DEX (Dexterity)
Increases the speed at which the character attacks. Base (0) is 1.5 attacks per second, then each point adds about 0.0867 attacks per second.
APS (attacks per second) = 1.5 + 6.5 * (DEX / 75)
50 DEX: 5.833 APS (350 per minute)
75 DEX: 8 APS (480 per minute)
APS while Berserk: Normal * 1.5 (75 DEX with Berserk means 12 APS or 720 APM)

VIT (Vitality)
Increases the speed at which hit points are recovered. Base (0) is 1.0 HP per second, then each point adds about 0.12 HP per second.
HPPS (hp per second) = 1 + 0.12 * VIT
40 VIT: 5.8 HPPS
75 VIT: 10 HPPS

WIS (Wisdom)
Increases the speed at which magic points are recovered. Base (0) is 0.5 MP per second, then each point adds about 0.06 MP per second.
MPPS (mp per second) = 0.5 + 0.06 * WIS
50 WIS: 3.5 MPPS
75 WIS: 5 MPPS
Also modifies the intensity, range, and duration of Priest Tomes, Paladin Seals, and Mystic Orbs, the radius and damage of Necromancer Skulls, and the amount of targets and damage of Sorcerer Scepters, but only when it’s more than 50.
modified value = initial value * (1 + (WIS - 50) / 50)
Your ability potential multiplier can’t go below 1 (formula above only applies when Wisdom is 50 or higher). At 75 Wisdom your ability potential is multiplied by 1.5.

See also: