Forge your hero
Build Calculator
Enter your stats, level and any angelic bonuses to see your maximumHP, MP, SP and carryLoad. Everything recalculates as you type, straight from the same formulas the server uses.
Maximums
Max HP—
Max MP—
Max SP—
Max Load—
Formulas used
Straight from our game data. The calculator above implements each of these exactly.
| What it gives | Expression |
|---|---|
| Maximum health points | vit * 2 + level * 2 + str * 0.6667 + angelic_str * 0.6667 |
| Maximum mana points | mag * 2 + angelic_mag * 2 + level * 2 + int * 0.5 + angelic_int * 0.5 |
| Maximum stamina points | (str + angelic_str) + level * 2 |
| Maximum carry weight | str * 5 + angelic_str * 5 + level * 5 |
