ManaPlus
sp.h
Go to the documentation of this file.
1 /*
2  * The ManaPlus Client
3  * Copyright (C) 2004-2009 The Mana World Development Team
4  * Copyright (C) 2009-2010 The Mana Developers
5  * Copyright (C) 2011-2019 The ManaPlus Developers
6  * Copyright (C) 2019-2021 Andrei Karas
7  *
8  * This file is part of The ManaPlus Client.
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation; either version 2 of the License, or
13  * any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with this program. If not, see <http://www.gnu.org/licenses/>.
22  */
23 
24 #ifndef NET_TMWA_SP_H
25 #define NET_TMWA_SP_H
26 
27 namespace Sp
28 {
29  enum
30  {
31  SPEED = 0,
32  BASEEXP = 1,
33  JOBEXP = 2,
34  KARMA = 3,
35  MANNER = 4,
36  HP = 5,
37  MAXHP = 6,
38  SP = 7,
39  MAXSP = 8,
40  STATUSPOINT = 9,
41  BASELEVEL = 11,
42  SKILLPOINT = 12,
43  STR = 13,
44  AGI = 14,
45  VIT = 15,
46  INT = 16,
47  DEX = 17,
48  LUK = 18,
49  CLASS = 19,
50  ZENY = 20,
51  SEX = 21,
52  NEXTBASEEXP = 22,
53  JOB_MOD = 23, // SP_NEXTJOBEXP
54  WEIGHT = 24,
55  MAXWEIGHT = 25,
56  USTR = 32,
57  UAGI = 33,
58  UVIT = 34,
59  UINT = 35,
60  UDEX = 36,
61  ULUK = 37,
62  ATK1 = 41,
63  ATK2 = 42,
64  MATK1 = 43,
65  MATK2 = 44,
66  DEF1 = 45,
67  DEF2 = 46,
68  MDEF1 = 47,
69  MDEF2 = 48,
70  HIT = 49,
71  FLEE1 = 50,
72  FLEE2 = 51,
73  CRITICAL = 52,
74  ASPD = 53,
75  JOBLEVEL = 55,
76 
77  GM_LEVEL = 500
78  };
79 } // namespace Sp
80 
81 #endif // NET_TMWA_SP_H
Definition: sp.h:28
@ JOB_MOD
Definition: sp.h:53
@ STATUSPOINT
Definition: sp.h:40
@ GM_LEVEL
Definition: sp.h:77
@ SPEED
Definition: sp.h:31
@ MAXSP
Definition: sp.h:39
@ DEF1
Definition: sp.h:76
@ MATK1
Definition: sp.h:74
@ CRITICAL
Definition: sp.h:83
@ FLEE2
Definition: sp.h:82
@ ATK2
Definition: sp.h:73
@ UAGI
Definition: sp.h:64
@ LUK
Definition: sp.h:49
@ ASPD
Definition: sp.h:84
@ MDEF1
Definition: sp.h:78
@ MAXWEIGHT
Definition: sp.h:56
@ CLASS
Definition: sp.h:50
@ ATK1
Definition: sp.h:72
@ NEXTBASEEXP
Definition: sp.h:53
@ JOBLEVEL
Definition: sp.h:86
@ DEX
Definition: sp.h:48
@ SP
Definition: sp.h:38
@ KARMA
Definition: sp.h:34
@ FLEE1
Definition: sp.h:81
@ USTR
Definition: sp.h:63
@ BASEEXP
Definition: sp.h:32
@ AGI
Definition: sp.h:45
@ ZENY
Definition: sp.h:51
@ HIT
Definition: sp.h:80
@ MANNER
Definition: sp.h:35
@ ULUK
Definition: sp.h:68
@ VIT
Definition: sp.h:46
@ WEIGHT
Definition: sp.h:55
@ DEF2
Definition: sp.h:77
@ HP
Definition: sp.h:36
@ INT
Definition: sp.h:47
@ JOBEXP
Definition: sp.h:33
@ STR
Definition: sp.h:44
@ UDEX
Definition: sp.h:67
@ UVIT
Definition: sp.h:65
@ UINT
Definition: sp.h:66
@ SKILLPOINT
Definition: sp.h:43
@ BASELEVEL
Definition: sp.h:42
@ MDEF2
Definition: sp.h:79
@ SEX
Definition: sp.h:52
@ MATK2
Definition: sp.h:75
@ MAXHP
Definition: sp.h:37