diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-15 20:32:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-15 20:32:23 -0300 |
commit | 7b48f7b7652239620aa50512f1a8791a1f48366f (patch) | |
tree | 0ebd83afe7dac89841ade96ceea2bac855ae4583 /src/emap/struct/mobdext.h | |
parent | b3dad10ce68a15d9110ece01a53fc97cb22a4d8c (diff) | |
download | evol-hercules-7b48f7b7652239620aa50512f1a8791a1f48366f.tar.gz evol-hercules-7b48f7b7652239620aa50512f1a8791a1f48366f.tar.bz2 evol-hercules-7b48f7b7652239620aa50512f1a8791a1f48366f.tar.xz evol-hercules-7b48f7b7652239620aa50512f1a8791a1f48366f.zip |
Drop support for skill attack rate adjustment; Add support to Elemental adjust.
Diffstat (limited to 'src/emap/struct/mobdext.h')
-rw-r--r-- | src/emap/struct/mobdext.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/emap/struct/mobdext.h b/src/emap/struct/mobdext.h index 119ad3c..cc6b9f3 100644 --- a/src/emap/struct/mobdext.h +++ b/src/emap/struct/mobdext.h @@ -4,11 +4,13 @@ #ifndef EVOL_MAP_MOBDEXT #define EVOL_MAP_MOBDEXT +#include "map/map.h" + struct MobdExt { int walkMask; int weaponAttacks[MAX_WEAPON_TYPE]; - int skillAttacks[MAX_SKILL_DB]; + unsigned short eleResist[ELE_MAX]; /* Disabled in TMW2 int collisionDx; int collisionDy; |