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