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.8 by root, Mon May 28 21:15:56 2007 UTC vs.
Revision 1.15 by root, Fri Mar 26 20:17:48 2010 UTC

1/* 1/*
2 * This file is part of Crossfire TRT, the Multiplayer Online Role Playing Game. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Crossfire TRT team 4 * Copyright (©) 2005,2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * 5 *
6 * Crossfire TRT is free software; you can redistribute it and/or modify it 6 * Deliantra is free software: you can redistribute it and/or modify it under
7 * under the terms of the GNU General Public License as published by the Free 7 * the terms of the Affero GNU General Public License as published by the
8 * Software Foundation; either version 2 of the License, or (at your option) 8 * Free Software Foundation, either version 3 of the License, or (at your
9 * any later version. 9 * option) any later version.
10 * 10 *
11 * This program is distributed in the hope that it will be useful, but 11 * This program is distributed in the hope that it will be useful,
12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * 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 along 16 * You should have received a copy of the Affero GNU General Public License
17 * with Crossfire TRT; if not, write to the Free Software Foundation, Inc. 51 17 * and the GNU General Public License along with this program. If not, see
18 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * <http://www.gnu.org/licenses/>.
19 * 19 *
20 * The authors can be reached via e-mail to <crossfire@schmorp.de> 20 * The authors can be reached via e-mail to <support@deliantra.net>
21 */ 21 */
22 22
23// 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
24// the archetypes. Do not remove or add skills in between. 24// the archetypes. Do not remove or add skills in between.
25 25
44def (FLAME_TOUCH , SF_COMBAT) 44def (FLAME_TOUCH , SF_COMBAT)
45def (KARATE , SF_COMBAT) 45def (KARATE , SF_COMBAT)
46def (CLIMBING , 0) 46def (CLIMBING , 0)
47def (WOODSMAN , SF_USE) 47def (WOODSMAN , SF_USE)
48def (INSCRIPTION , SF_USE) 48def (INSCRIPTION , SF_USE)
49def (ONE_HANDED_WEAPON , SF_COMBAT | SF_NEED_WEAPON) 49def (ONE_HANDED_WEAPON , SF_COMBAT | SF_NEED_ITEM)
50def (MISSILE_WEAPON , SF_RANGED | SF_NEED_BOW) 50def (MISSILE_WEAPON , SF_RANGED | SF_NEED_ITEM)
51def (THROWING , SF_RANGED) 51def (THROWING , SF_RANGED)
52def (USE_MAGIC_ITEM , SF_RANGED) 52def (USE_MAGIC_ITEM , SF_RANGED)
53def (DISARM_TRAPS , SF_RANGED) 53def (DISARM_TRAPS , SF_RANGED)
54def (SET_TRAP , 0) 54def (SET_TRAP , 0)
55def (THAUMATURGY , SF_USE) 55def (THAUMATURGY , SF_USE)
58def (LEVITATION , SF_USE | SF_APPLY) 58def (LEVITATION , SF_USE | SF_APPLY)
59def (SUMMONING , SF_RANGED | SF_MANA) 59def (SUMMONING , SF_RANGED | SF_MANA)
60def (PYROMANCY , SF_RANGED | SF_MANA) 60def (PYROMANCY , SF_RANGED | SF_MANA)
61def (EVOCATION , SF_RANGED | SF_MANA) 61def (EVOCATION , SF_RANGED | SF_MANA)
62def (SORCERY , SF_RANGED | SF_MANA) 62def (SORCERY , SF_RANGED | SF_MANA)
63def (TWO_HANDED_WEAPON , SF_COMBAT) 63def (TWO_HANDED_WEAPON , SF_COMBAT | SF_NEED_ITEM)
64def (SPARK_TOUCH , SF_COMBAT) 64def (SPARK_TOUCH , SF_COMBAT)
65def (SHIVER , SF_COMBAT) 65def (SHIVER , SF_COMBAT)
66def (ACID_SPLASH , SF_COMBAT) 66def (ACID_SPLASH , SF_COMBAT)
67def (POISON_NAIL , SF_COMBAT) 67def (POISON_NAIL , SF_COMBAT)
68def (MINING , SF_USE | SF_RANGED)
69def (FISHING , SF_USE | SF_RANGED)
68 70

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines