| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2019-03-20 17:37:43 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2019-03-20 17:37:43 +0100 | 
| commit | 397e54affd6d434ea5d055f34cbac637867cde0a (patch) | |
| tree | 06457ae14a3edeb14e016d554d9aadd5409d9ad3 /src/shared/battle/Battle/Struct/Statistics.elm | |
| parent | 125eb8ba1e1707bd5468a96131a740abef3c6f43 (diff) | |
Shows actual attribute values.
Diffstat (limited to 'src/shared/battle/Battle/Struct/Statistics.elm')
| -rw-r--r-- | src/shared/battle/Battle/Struct/Statistics.elm | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/src/shared/battle/Battle/Struct/Statistics.elm b/src/shared/battle/Battle/Struct/Statistics.elm index 97547fe..9847f1c 100644 --- a/src/shared/battle/Battle/Struct/Statistics.elm +++ b/src/shared/battle/Battle/Struct/Statistics.elm @@ -173,12 +173,12 @@ mod cat v t =  new_raw : (Battle.Struct.Attributes.Type -> Type)  new_raw att =     let -      constitution = (Battle.Struct.Attributes.get_constitution att) -      dexterity = (Battle.Struct.Attributes.get_dexterity att) -      intelligence = (Battle.Struct.Attributes.get_intelligence att) -      mind = (Battle.Struct.Attributes.get_mind att) -      speed = (Battle.Struct.Attributes.get_speed att) -      strength = (Battle.Struct.Attributes.get_strength att) +      constitution = (Battle.Struct.Attributes.get_effective_constitution att) +      dexterity = (Battle.Struct.Attributes.get_effective_dexterity att) +      intelligence = (Battle.Struct.Attributes.get_effective_intelligence att) +      mind = (Battle.Struct.Attributes.get_effective_mind att) +      speed = (Battle.Struct.Attributes.get_effective_speed att) +      strength = (Battle.Struct.Attributes.get_effective_strength att)     in        {           movement_points = | 


