summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/shared/struct/sh_statistics.erl')
-rw-r--r-- | src/shared/struct/sh_statistics.erl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/shared/struct/sh_statistics.erl b/src/shared/struct/sh_statistics.erl index 8f273b1..497cf41 100644 --- a/src/shared/struct/sh_statistics.erl +++ b/src/shared/struct/sh_statistics.erl @@ -174,7 +174,11 @@ new (BaseAttributes, WeaponIDs, ArmorID) -> ( average([Mind, Constitution, Constitution, Speed, Speed, Speed]) ), - health = gentle_squared_growth(Constitution), + health = + gentle_squared_growth + ( + average([Constitution, Constitution, Constitution, Mind]) + ), dodges = min_max(0, 100, sudden_exp_growth(average([Dexterity, Mind, Speed]))), parries = |