]> git.localhorst.tv Git - blobs.git/blobdiff - src/creature/Creature.hpp
remember remember
[blobs.git] / src / creature / Creature.hpp
index 0012d784a5d913132f3c030e73e66d996978673e..2c0b6b8dabd8198d85c6f6ef9dc9743e5710b7d4 100644 (file)
@@ -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;