Forge your hero
Build Calculator
Type the character you want. The calculator answers the question that actually matters — what level and how many rebirths it takes to get there — and shows the maximum HP, MP, SP and carry Load that build ends up with.
Requirement
1Level
0Rebirths
Stat points
Points used: 60 / 70
A level grants 3 points and a rebirth 3 more, on top of the 70 you start with. The absolute ceiling — level 140 with 30 rebirths — is 577 points.
Maximums
Maximum health points
vit * 2 + level * 3 + 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
10 + level * 2 + (str + angelic_str)—Maximum carry weight
str * 5 + angelic_str * 5 + level * 5—Formulas used
Straight from our game data — these exact strings are what the calculator above was generated from when this page was built.
| What it gives | Expression |
|---|---|
| Maximum health points | vit * 2 + level * 3 + 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 | 10 + level * 2 + (str + angelic_str) |
| Maximum carry weight | str * 5 + angelic_str * 5 + level * 5 |
