From 825c07c6559230f930fbe38db10cfa56d3e0747c Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Wed, 27 Jun 2018 12:05:37 +0200 Subject: Small changes in stats calculation. --- src/shared/struct/sh_statistics.erl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/shared/struct/sh_statistics.erl') 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 = -- cgit v1.2.3-70-g09d2