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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines