ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/attackinc.h
Revision: 1.6
Committed: Mon May 28 21:15:56 2007 UTC (16 years, 11 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.5: +22 -0 lines
Log Message:
- update copyrights in .h files, where applicable
- rename preprocess to genkeywords

File Contents

# User Rev Content
1 root 1.6 /*
2     * This file is part of Crossfire TRT, the Multiplayer Online Role Playing Game.
3     *
4     * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Crossfire TRT team
5     *
6     * Crossfire TRT is free software; you can redistribute it and/or modify it
7     * under the terms of the GNU General Public License as published by the Free
8     * Software Foundation; either version 2 of the License, or (at your option)
9     * any later version.
10     *
11     * This program is distributed in the hope that it will be useful, but
12     * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13     * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14     * for more details.
15     *
16     * You should have received a copy of the GNU General Public License along
17     * with Crossfire TRT; if not, write to the Free Software Foundation, Inc. 51
18     * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19     *
20     * The authors can be reached via e-mail to <crossfire@schmorp.de>
21     */
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)