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.10 by root, Thu Nov 8 19:43:25 2007 UTC vs.
Revision 1.12 by root, Tue May 6 16:55:26 2008 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 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
7 * it under the terms of the GNU General Public License as published by 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 8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version. 9 * (at your option) any later version.
57def (LEVITATION , SF_USE | SF_APPLY) 57def (LEVITATION , SF_USE | SF_APPLY)
58def (SUMMONING , SF_RANGED | SF_MANA) 58def (SUMMONING , SF_RANGED | SF_MANA)
59def (PYROMANCY , SF_RANGED | SF_MANA) 59def (PYROMANCY , SF_RANGED | SF_MANA)
60def (EVOCATION , SF_RANGED | SF_MANA) 60def (EVOCATION , SF_RANGED | SF_MANA)
61def (SORCERY , SF_RANGED | SF_MANA) 61def (SORCERY , SF_RANGED | SF_MANA)
62def (TWO_HANDED_WEAPON , SF_COMBAT) 62def (TWO_HANDED_WEAPON , SF_COMBAT | SF_NEED_WEAPON)
63def (SPARK_TOUCH , SF_COMBAT) 63def (SPARK_TOUCH , SF_COMBAT)
64def (SHIVER , SF_COMBAT) 64def (SHIVER , SF_COMBAT)
65def (ACID_SPLASH , SF_COMBAT) 65def (ACID_SPLASH , SF_COMBAT)
66def (POISON_NAIL , SF_COMBAT) 66def (POISON_NAIL , SF_COMBAT)
67 67

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines