ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/skillinc.h
(Generate patch)

Comparing deliantra/server/include/skillinc.h (file contents):
Revision 1.6 by root, Thu May 17 00:33:29 2007 UTC vs.
Revision 1.12 by root, Tue May 6 16:55:26 2008 UTC

1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 *
4 * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 *
6 * Deliantra is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 *
19 * The authors can be reached via e-mail to <support@deliantra.net>
20 */
21
1// the order of skills MUST stay the same, with no holes, to match 22// the order of skills MUST stay the same, with no holes, to match
2// the archetypes. Do not remove or add skills in between. 23// the archetypes. Do not remove or add skills in between.
3 24
4// symbol flags 25// symbol flags
5def (LOCKPICKING , SF_RANGED) 26def (LOCKPICKING , SF_RANGED)
6def (HIDING , SF_READY) 27def (HIDING , SF_USE)
7def (SMITHERY , SF_READY) 28def (SMITHERY , SF_USE)
8def (BOWYER , SF_READY) 29def (BOWYER , SF_USE)
9def (JEWELER , SF_READY) 30def (JEWELER , SF_USE)
10def (ALCHEMY , SF_READY) 31def (ALCHEMY , SF_USE)
11def (STEALING , SF_RANGED) 32def (STEALING , SF_RANGED)
12def (LITERACY , SF_READY) 33def (LITERACY , SF_USE)
13def (BARGAINING , SF_READY) 34def (BARGAINING , SF_USE)
14def (JUMPING , SF_RANGED) 35def (JUMPING , SF_RANGED)
15def (DET_MAGIC , SF_READY) 36def (DET_MAGIC , SF_USE)
16def (ORATORY , SF_RANGED) 37def (ORATORY , SF_RANGED)
17def (SINGING , SF_RANGED) 38def (SINGING , SF_RANGED)
18def (DET_CURSE , SF_READY) 39def (DET_CURSE , SF_USE)
19def (FIND_TRAPS , SF_RANGED) 40def (FIND_TRAPS , SF_RANGED)
20def (MEDITATION , SF_READY) 41def (MEDITATION , SF_USE)
21def (PUNCHING , SF_COMBAT) 42def (PUNCHING , SF_COMBAT)
22def (FLAME_TOUCH , SF_COMBAT) 43def (FLAME_TOUCH , SF_COMBAT)
23def (KARATE , SF_COMBAT) 44def (KARATE , SF_COMBAT)
24def (CLIMBING , 0) 45def (CLIMBING , 0)
25def (WOODSMAN , SF_READY) 46def (WOODSMAN , SF_USE)
26def (INSCRIPTION , SF_READY) 47def (INSCRIPTION , SF_USE)
27def (ONE_HANDED_WEAPON , SF_COMBAT | SF_NEED_WEAPON) 48def (ONE_HANDED_WEAPON , SF_COMBAT | SF_NEED_WEAPON)
28def (MISSILE_WEAPON , SF_RANGED | SF_NEED_BOW) 49def (MISSILE_WEAPON , SF_RANGED | SF_NEED_BOW)
29def (THROWING , SF_RANGED) 50def (THROWING , SF_RANGED)
30def (USE_MAGIC_ITEM , SF_RANGED) 51def (USE_MAGIC_ITEM , SF_RANGED)
31def (DISARM_TRAPS , SF_RANGED) 52def (DISARM_TRAPS , SF_RANGED)
32def (SET_TRAP , 0) 53def (SET_TRAP , 0)
33def (THAUMATURGY , SF_READY) 54def (THAUMATURGY , SF_USE)
34def (PRAYING , SF_RANGED | SF_GRACE) 55def (PRAYING , SF_RANGED | SF_GRACE)
35def (CLAWING , SF_COMBAT) 56def (CLAWING , SF_COMBAT)
36def (LEVITATION , SF_READY) 57def (LEVITATION , SF_USE | SF_APPLY)
37def (SUMMONING , SF_RANGED | SF_MANA) 58def (SUMMONING , SF_RANGED | SF_MANA)
38def (PYROMANCY , SF_RANGED | SF_MANA) 59def (PYROMANCY , SF_RANGED | SF_MANA)
39def (EVOCATION , SF_RANGED | SF_MANA) 60def (EVOCATION , SF_RANGED | SF_MANA)
40def (SORCERY , SF_RANGED | SF_MANA) 61def (SORCERY , SF_RANGED | SF_MANA)
41def (TWO_HANDED_WEAPON , SF_COMBAT) 62def (TWO_HANDED_WEAPON , SF_COMBAT | SF_NEED_WEAPON)
42def (SPARK_TOUCH , SF_COMBAT) 63def (SPARK_TOUCH , SF_COMBAT)
43def (SHIVER , SF_COMBAT) 64def (SHIVER , SF_COMBAT)
44def (ACID_SPLASH , SF_COMBAT) 65def (ACID_SPLASH , SF_COMBAT)
45def (POISON_NAIL , SF_COMBAT) 66def (POISON_NAIL , SF_COMBAT)
46 67

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines