ManaPlus
skilltype2.h
Go to the documentation of this file.
1 /*
2  * The ManaPlus Client
3  * Copyright (C) 2016-2019 The ManaPlus Developers
4  * Copyright (C) 2019-2021 Andrei Karas
5  *
6  * This file is part of The ManaPlus Client.
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 2 of the License, or
11  * any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20  */
21 
22 #ifndef ENUMS_RESOURCES_SKILL_SKILLTYPE2_H
23 #define ENUMS_RESOURCES_SKILL_SKILLTYPE2_H
24 
25 // aka inf2
26 namespace SkillType2
27 {
29  {
30  Unknown = 0,
31  Quest = 1,
32  Npc = 2,
33  Wedding = 4,
34  Spirit = 8,
35  Guild = 16,
36  SongDance = 32,
37  Ensemble = 64,
38  Trap = 128,
39  TargetSelf = 256,
40  NoTargetSelf = 512,
41  PartyOnly = 1024,
42  GuildOnly = 2048,
43  NoEnemy = 4096,
45  Chorus = 16384,
46  FreeCastNormal = 32768,
47  FreeCastReduced = 65536,
48  FreeCastAny = 98304
49  };
50 } // namespace SkillType2
51 
52 #endif // ENUMS_RESOURCES_SKILL_SKILLTYPE2_H
Definition: guild.h:70
@ NoLandProtector
Definition: skilltype2.h:44
@ NoTargetSelf
Definition: skilltype2.h:40
@ FreeCastNormal
Definition: skilltype2.h:46
@ FreeCastReduced
Definition: skilltype2.h:47