~ubuntu-branches/ubuntu/vivid/manaplus/vivid-proposed

« back to all changes in this revision

Viewing changes to src/net/tmwa/attrs.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2014-10-12 12:23:57 UTC
  • mfrom: (1.1.36)
  • Revision ID: package-import@ubuntu.com-20141012122357-7836sgv1j1v02cs2
Tags: 1.4.10.11-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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-2014  The ManaPlus Developers
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 NET_TMWA_ATTRS_H
24
 
#define NET_TMWA_ATTRS_H
25
 
 
26
 
namespace TmwAthena
27
 
{
28
 
    enum
29
 
    {
30
 
        JOB = 0xa,
31
 
 
32
 
        STR = 0xd,
33
 
        AGI,
34
 
        VIT,
35
 
        INT,
36
 
        DEX,
37
 
        LUK,
38
 
 
39
 
        ATK,
40
 
        DEF,
41
 
        MATK,
42
 
        MDEF,
43
 
        HIT,
44
 
        FLEE,
45
 
        CRIT
46
 
 
47
 
//        KARMA,
48
 
//        MANNER
49
 
    };
50
 
}  // namespace TmwAthena
51
 
 
52
 
#endif  // NET_TMWA_ATTRS_H