Makai Senki Disgaea/Formulas

From Akurasu Wiki
Jump to navigationJump to search

Ally HP Formulas

Growth

Level <= 140:
[0.5 + Level * 0.01] * [Base]

Level >= 140:
[1.9] * [Base]

Base = HP at level 1
Level = Level of character

Exact

Level <= 140:
[Base] * [0.5 + (Level * 0.5) + (Level + 2) * (Level - 1) * 0.005]

Level >= 140:
[Base] * [169.19] + [(Level - 140) * 1.9 * (Base)]

Level = 9999:
[18901.29] * [Base]

Base = HP at level 1
Level = Level of character