X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FObjects%2FPersonType.hpp;h=f981113bf536fd5fd77642dacede336448cc0b05;hb=265236f7b4d05d576a4a6fd81823abff5f3f757b;hp=1d48a719975437721fbf9e2537317e89c3a0a397;hpb=61122a635fae9aac4df5c4dafc4443436dbb9c4f;p=lugaru.git diff --git a/Source/Objects/PersonType.hpp b/Source/Objects/PersonType.hpp index 1d48a71..f981113 100644 --- a/Source/Objects/PersonType.hpp +++ b/Source/Objects/PersonType.hpp @@ -57,6 +57,14 @@ public: std::vector skins; + float power; + unsigned int defaultDamageTolerance; + float defaultScale; + bool hasClaws; + bool clothes; + unsigned int maxRunSpeed; + unsigned int knifeCatchingType; + GLubyte bloodText[512 * 512 * 3] = { 0 }; PersonType();