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.12 by root, Tue May 6 16:55:26 2008 UTC vs.
Revision 1.22 by root, Sat Apr 23 04:56:50 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines