From 2fa664c6c3aa7b6a83283bd9fc040cb65a332734 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 Jul 2016 02:54:24 +0300 Subject: Add homunculus attributes. Set homunculus attributes from server. --- src/enums/being/attributes.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/enums') diff --git a/src/enums/being/attributes.h b/src/enums/being/attributes.h index ca4f0289b..e8bf69b51 100644 --- a/src/enums/being/attributes.h +++ b/src/enums/being/attributes.h @@ -26,6 +26,7 @@ enumStart(Attributes) { + // player attributes PLAYER_LEVEL = 0, PLAYER_HP, PLAYER_MAX_HP, @@ -61,6 +62,28 @@ enumStart(Attributes) PLAYER_ATK, CART_TOTAL_WEIGHT = 1000, CART_MAX_WEIGHT, + + // homunculus attributes + HOMUN_LEVEL, + HOMUN_HP, + HOMUN_MAX_HP, + HOMUN_MP, + HOMUN_MAX_MP, + HOMUN_EXP, + HOMUN_EXP_NEEDED, + HOMUN_SKILL_POINTS, + HOMUN_ATTACK_DELAY, + HOMUN_ATTACK_RANGE, + HOMUN_WALK_SPEED, + HOMUN_ATTACK_SPEED, + HOMUN_CRIT, + HOMUN_FLEE, + HOMUN_HIT, + HOMUN_MDEF, + HOMUN_MATK, + HOMUN_DEF, + HOMUN_ATK, + MAX_ATTRIBUTE } enumEnd(Attributes); -- cgit v1.2.3-60-g2f50