X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FObjects%2FPersonType.hpp;h=5502b4cedb40725fb60f1528f01792daa5fbac00;hb=7aa870825c0e851e69703d9730e20db6eb94a675;hp=09333ba4d61144a8b70303cc94d4183fbbe31312;hpb=ce51a88a16d2e7af222929546d250eba4acb299d;p=lugaru.git diff --git a/Source/Objects/PersonType.hpp b/Source/Objects/PersonType.hpp index 09333ba..5502b4c 100644 --- a/Source/Objects/PersonType.hpp +++ b/Source/Objects/PersonType.hpp @@ -44,6 +44,7 @@ public: animation_type animFightIdle; animation_type animBounceIdle; animation_type animTalkIdle; + animation_type animHurtIdle; sound_type soundsAttack[4]; sound_type soundsTalk[2]; @@ -60,11 +61,16 @@ public: float power; unsigned int defaultDamageTolerance; float defaultScale; + bool hasClaws; + bool clothes; + unsigned int maxRunSpeed; + unsigned int knifeCatchingType; GLubyte bloodText[512 * 512 * 3] = { 0 }; PersonType(); bool hasAnimTalkIdle(); + bool hasAnimHurtIdle(); static std::vector types; static void Load();