ManaPlus
attributes.h
Go to the documentation of this file.
1 /*
2  * The ManaPlus Client
3  * Copyright (C) 2010 The Mana Developers
4  * Copyright (C) 2011-2019 The ManaPlus Developers
5  * Copyright (C) 2019-2021 Andrei Karas
6  *
7  * This file is part of The ManaPlus Client.
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; either version 2 of the License, or
12  * any later version.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  * GNU General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License
20  * along with this program. If not, see <http://www.gnu.org/licenses/>.
21  */
22 
23 #ifndef ENUMS_BEING_ATTRIBUTES_H
24 #define ENUMS_BEING_ATTRIBUTES_H
25 
27 
29 {
30  // player attributes
42  PLAYER_STR = 13,
43  PLAYER_AGI = 14,
44  PLAYER_VIT = 15,
45  PLAYER_INT = 16,
46  PLAYER_DEX = 17,
47  PLAYER_LUK = 18,
68 
69  // homunculus attributes
88 
89  // mercenary attributes
109 
110  // elemental attributes
115 
117 }
119 
120 #endif // ENUMS_BEING_ATTRIBUTES_H
#define enumStart(name)
Definition: enumdefines.h:36
#define enumEnd(name)
Definition: enumdefines.h:46
@ HOMUN_MAX_MP
Definition: attributes.h:74
@ CART_TOTAL_WEIGHT
Definition: attributes.h:64
@ CART_MAX_WEIGHT
Definition: attributes.h:65
@ PLAYER_CHAR_POINTS
Definition: attributes.h:49
@ ELEMENTAL_MAX_MP
Definition: attributes.h:114
@ ELEMENTAL_MAX_HP
Definition: attributes.h:112
@ PLAYER_EXP_NEEDED
Definition: attributes.h:37
@ PLAYER_ATTACK_SPEED
Definition: attributes.h:54
@ MERC_ATTACK_RANGE
Definition: attributes.h:96
@ MERC_ATTACK_DELAY
Definition: attributes.h:95
@ TOTAL_WEIGHT
Definition: attributes.h:39
@ PLAYER_MAX_MP
Definition: attributes.h:35
@ HOMUN_EXP_NEEDED
Definition: attributes.h:76
@ PLAYER_ATTACK_RANGE
Definition: attributes.h:52
@ PLAYER_BASE_LEVEL
Definition: attributes.h:31
@ HOMUN_ATTACK_SPEED
Definition: attributes.h:80
@ PLAYER_KARMA
Definition: attributes.h:55
@ PLAYER_JOB_EXP
Definition: attributes.h:66
@ PLAYER_JOB_LEVEL
Definition: attributes.h:41
@ HOMUN_SKILL_POINTS
Definition: attributes.h:77
@ PLAYER_WALK_SPEED
Definition: attributes.h:53
@ PLAYER_MANNER
Definition: attributes.h:56
@ PLAYER_CORR_POINTS
Definition: attributes.h:50
@ PLAYER_MAX_HP
Definition: attributes.h:33
@ PLAYER_JOB_EXP_NEEDED
Definition: attributes.h:67
@ PLAYER_ATTACK_DELAY
Definition: attributes.h:51
@ HOMUN_ATTACK_RANGE
Definition: attributes.h:79
@ HOMUN_MAX_HP
Definition: attributes.h:72
@ MERC_ATTACK_SPEED
Definition: attributes.h:97
@ PLAYER_SKILL_POINTS
Definition: attributes.h:48
@ HOMUN_ATTACK_DELAY
Definition: attributes.h:78