From d863f7b334d30cf3dfd22f879a59f66ad4248c3f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 Jul 2016 03:45:07 +0300 Subject: Add mercenary attributes. Set mercenary attributes from server. --- src/enums/being/attributes.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/enums') diff --git a/src/enums/being/attributes.h b/src/enums/being/attributes.h index e8bf69b51..0c9225548 100644 --- a/src/enums/being/attributes.h +++ b/src/enums/being/attributes.h @@ -84,6 +84,26 @@ enumStart(Attributes) HOMUN_DEF, HOMUN_ATK, + // mercenary attributes + MERC_LEVEL, + MERC_HP, + MERC_MAX_HP, + MERC_MP, + MERC_MAX_MP, + MERC_ATTACK_DELAY, + MERC_ATTACK_RANGE, + MERC_CRIT, + MERC_FLEE, + MERC_HIT, + MERC_MDEF, + MERC_MATK, + MERC_DEF, + MERC_ATK, + MERC_EXPIRE, + MERC_FAITH, + MERC_CALLS, + MERC_KILLS, + MAX_ATTRIBUTE } enumEnd(Attributes); -- cgit v1.2.3-60-g2f50