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.11 by root, Mon Apr 14 14:52:17 2008 UTC vs.
Revision 1.15 by root, Fri Mar 26 20:17:48 2010 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 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008,2009,2010 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
43def (FLAME_TOUCH , SF_COMBAT) 44def (FLAME_TOUCH , SF_COMBAT)
44def (KARATE , SF_COMBAT) 45def (KARATE , SF_COMBAT)
45def (CLIMBING , 0) 46def (CLIMBING , 0)
46def (WOODSMAN , SF_USE) 47def (WOODSMAN , SF_USE)
47def (INSCRIPTION , SF_USE) 48def (INSCRIPTION , SF_USE)
48def (ONE_HANDED_WEAPON , SF_COMBAT | SF_NEED_WEAPON) 49def (ONE_HANDED_WEAPON , SF_COMBAT | SF_NEED_ITEM)
49def (MISSILE_WEAPON , SF_RANGED | SF_NEED_BOW) 50def (MISSILE_WEAPON , SF_RANGED | SF_NEED_ITEM)
50def (THROWING , SF_RANGED) 51def (THROWING , SF_RANGED)
51def (USE_MAGIC_ITEM , SF_RANGED) 52def (USE_MAGIC_ITEM , SF_RANGED)
52def (DISARM_TRAPS , SF_RANGED) 53def (DISARM_TRAPS , SF_RANGED)
53def (SET_TRAP , 0) 54def (SET_TRAP , 0)
54def (THAUMATURGY , SF_USE) 55def (THAUMATURGY , SF_USE)
57def (LEVITATION , SF_USE | SF_APPLY) 58def (LEVITATION , SF_USE | SF_APPLY)
58def (SUMMONING , SF_RANGED | SF_MANA) 59def (SUMMONING , SF_RANGED | SF_MANA)
59def (PYROMANCY , SF_RANGED | SF_MANA) 60def (PYROMANCY , SF_RANGED | SF_MANA)
60def (EVOCATION , SF_RANGED | SF_MANA) 61def (EVOCATION , SF_RANGED | SF_MANA)
61def (SORCERY , SF_RANGED | SF_MANA) 62def (SORCERY , SF_RANGED | SF_MANA)
62def (TWO_HANDED_WEAPON , SF_COMBAT | SF_NEED_WEAPON) 63def (TWO_HANDED_WEAPON , SF_COMBAT | SF_NEED_ITEM)
63def (SPARK_TOUCH , SF_COMBAT) 64def (SPARK_TOUCH , SF_COMBAT)
64def (SHIVER , SF_COMBAT) 65def (SHIVER , SF_COMBAT)
65def (ACID_SPLASH , SF_COMBAT) 66def (ACID_SPLASH , SF_COMBAT)
66def (POISON_NAIL , SF_COMBAT) 67def (POISON_NAIL , SF_COMBAT)
68def (MINING , SF_USE | SF_RANGED)
69def (FISHING , SF_USE | SF_RANGED)
67 70

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines