ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/attackinc.h
Revision: 1.14
Committed: Mon Oct 29 23:55:53 2012 UTC (11 years, 6 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-3_1
Changes since 1.13: +5 -5 lines
Log Message:
trailing space removal

File Contents

# User Rev Content
1 root 1.6 /*
2 root 1.8 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 root 1.14 *
4 root 1.13 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 root 1.14 *
6 root 1.10 * 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     * Free Software Foundation, either version 3 of the License, or (at your
9     * option) any later version.
10 root 1.14 *
11 root 1.7 * This program is distributed in the hope that it will be useful,
12     * but WITHOUT ANY WARRANTY; without even the implied warranty of
13     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14     * GNU General Public License for more details.
15 root 1.14 *
16 root 1.10 * 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     * <http://www.gnu.org/licenses/>.
19 root 1.14 *
20 root 1.8 * The authors can be reached via e-mail to <support@deliantra.net>
21 root 1.6 */
22    
23 root 1.3 // identifier, lowercase, description for (xxx+5), "change"?
24 root 1.1 def (PHYSICAL, physical, physical, armour, physical)
25     def (MAGIC, magic, magic, resist magic, magic)
26     def (FIRE, fire, fire, resist fire, fire)
27 root 1.4 def (ELECTRICITY, electricity, electricity, resist electricity, electricity)
28 root 1.1 def (COLD, cold, cold, resist cold, cold)
29     def (CONFUSION, confusion, confusion, resist confusion, confusion)
30     def (ACID, acid, acid, resist acid, acid)
31     def (DRAIN, drain, drain, resist drain, draining)
32 root 1.3 def (WEAPONMAGIC, weaponmagic, weapon magic, resist weaponmagic, weapon magic)
33     def (GHOSTHIT, ghosthit, ghost hit, resist ghosthit, ghosts)
34 root 1.1 def (POISON, poison, poison, resist poison, poison)
35     def (SLOW, slow, slow, resist slow, slow)
36     def (PARALYZE, paralyze, paralyze, resist paralyzation, paralyze)
37 root 1.5 def (TURN_UNDEAD, turn_undead, turn undead, resist turn undead, turn undead)
38 root 1.1 def (FEAR, fear, fear, resist fear, fear)
39     def (CANCELLATION, cancellation, cancellation, resist cancellation, cancellation)
40     def (DEPLETE, deplete, deplete, resist depletion, depletion)
41     def (DEATH, death, death, resist death, death attacks)
42     def (CHAOS, chaos, chaos, resist chaos, chaos)
43     def (COUNTERSPELL, counterspell, counterspell, resist counterspell, counterspell)
44 root 1.3 def (GODPOWER, godpower, god power, resist god power, god power)
45     def (HOLYWORD, holyword, holy word, resist holy word, holy word)
46 root 1.1 def (BLIND, blind, blind, resist blindness, blinding attacks)
47     def (INTERNAL, internal, internal, resist internal, internal)
48 root 1.3 def (LIFE_STEALING, life_stealing, life stealing, resist life stealing, life stealing)
49 root 1.1 def (DISEASE, disease, disease, resist diseases, disease)