X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fcreature%2FCreature.hpp;h=2c0b6b8dabd8198d85c6f6ef9dc9743e5710b7d4;hp=0012d784a5d913132f3c030e73e66d996978673e;hb=76c09039792065ca1c259fb4b681c84c29a9dbd8;hpb=ffda75aa10f772b706c2466e96a2250c89f05120 diff --git a/src/creature/Creature.hpp b/src/creature/Creature.hpp index 0012d78..2c0b6b8 100644 --- a/src/creature/Creature.hpp +++ b/src/creature/Creature.hpp @@ -121,9 +121,13 @@ public: // stats with effects applied double Strength() const noexcept; + double StrengthFactor() const noexcept; double Stamina() const noexcept; + double StaminaFactor() const noexcept; double Dexerty() const noexcept; + double DexertyFactor() const noexcept; double Intelligence() const noexcept; + double IntelligenceFactor() const noexcept; double Lifetime() const noexcept; double Fertility() const noexcept; double Mutability() const noexcept;