X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FObjects%2FPersonType.hpp;h=f981113bf536fd5fd77642dacede336448cc0b05;hb=265236f7b4d05d576a4a6fd81823abff5f3f757b;hp=119fa20e95c208103b1704489e881af42664c200;hpb=b35798eb8ef5e05a4574bbf1115c31a504496616;p=lugaru.git diff --git a/Source/Objects/PersonType.hpp b/Source/Objects/PersonType.hpp index 119fa20..f981113 100644 --- a/Source/Objects/PersonType.hpp +++ b/Source/Objects/PersonType.hpp @@ -58,6 +58,12 @@ 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 };