Originally Posted by Splorf22
[You must be logged in to view images. Log in or Register.]
1. I would love to see hitpoints implemented correctly. The values seem correct for Enchanters and other int casters but not for melee. Here is the formula I am using on my sperglord spreadsheet where I toy with various HP values for Sakuragi:
table = { 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 28, 28, 28, 28, 29, 29, 29, 29, 30}
HP = GearHP + (level * table[level] * (1 + min(255, stamina)))/300
|