ManaPlus
src
enums
resources
skill
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
{
28
enum
SkillType2
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,
44
NoLandProtector
= 8192,
45
Chorus
= 16384,
46
FreeCastNormal
= 32768,
47
FreeCastReduced
= 65536,
48
FreeCastAny
= 98304
49
};
50
}
// namespace SkillType2
51
52
#endif
// ENUMS_RESOURCES_SKILL_SKILLTYPE2_H
Guild
Definition:
guild.h:70
SkillType2
Definition:
skilltype2.h:27
SkillType2::Chorus
@ Chorus
Definition:
skilltype2.h:45
SkillType2::Ensemble
@ Ensemble
Definition:
skilltype2.h:37
SkillType2::GuildOnly
@ GuildOnly
Definition:
skilltype2.h:42
SkillType2::Wedding
@ Wedding
Definition:
skilltype2.h:33
SkillType2::FreeCastAny
@ FreeCastAny
Definition:
skilltype2.h:48
SkillType2::Spirit
@ Spirit
Definition:
skilltype2.h:34
SkillType2::SongDance
@ SongDance
Definition:
skilltype2.h:36
SkillType2::NoLandProtector
@ NoLandProtector
Definition:
skilltype2.h:44
SkillType2::Npc
@ Npc
Definition:
skilltype2.h:32
SkillType2::NoTargetSelf
@ NoTargetSelf
Definition:
skilltype2.h:40
SkillType2::FreeCastNormal
@ FreeCastNormal
Definition:
skilltype2.h:46
SkillType2::Quest
@ Quest
Definition:
skilltype2.h:31
SkillType2::TargetSelf
@ TargetSelf
Definition:
skilltype2.h:39
SkillType2::Unknown
@ Unknown
Definition:
skilltype2.h:30
SkillType2::NoEnemy
@ NoEnemy
Definition:
skilltype2.h:43
SkillType2::PartyOnly
@ PartyOnly
Definition:
skilltype2.h:41
SkillType2::Trap
@ Trap
Definition:
skilltype2.h:38
SkillType2::FreeCastReduced
@ FreeCastReduced
Definition:
skilltype2.h:47
Generated on Wed Mar 17 2021 19:19:05 for ManaPlus by
1.9.1