ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/attackinc.h
Revision: 1.8
Committed: Thu Nov 8 19:43:24 2007 UTC (16 years, 7 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_4, rel-2_5, rel-2_52, rel-2_53, rel-2_32, rel-2_43, rel-2_42, rel-2_41
Changes since 1.7: +4 -4 lines
Log Message:
update copyrights and other minor stuff to deliantra

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.6 *
4 root 1.8 * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 root 1.6 *
6 root 1.8 * Deliantra is free software: you can redistribute it and/or modify
7 root 1.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
9     * (at your option) any later version.
10 root 1.6 *
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.6 *
16 root 1.7 * You should have received a copy of the GNU General Public License
17     * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 root 1.6 *
19 root 1.8 * The authors can be reached via e-mail to <support@deliantra.net>
20 root 1.6 */
21    
22 root 1.3 // identifier, lowercase, description for (xxx+5), "change"?
23 root 1.1 def (PHYSICAL, physical, physical, armour, physical)
24     def (MAGIC, magic, magic, resist magic, magic)
25     def (FIRE, fire, fire, resist fire, fire)
26 root 1.4 def (ELECTRICITY, electricity, electricity, resist electricity, electricity)
27 root 1.1 def (COLD, cold, cold, resist cold, cold)
28     def (CONFUSION, confusion, confusion, resist confusion, confusion)
29     def (ACID, acid, acid, resist acid, acid)
30     def (DRAIN, drain, drain, resist drain, draining)
31 root 1.3 def (WEAPONMAGIC, weaponmagic, weapon magic, resist weaponmagic, weapon magic)
32     def (GHOSTHIT, ghosthit, ghost hit, resist ghosthit, ghosts)
33 root 1.1 def (POISON, poison, poison, resist poison, poison)
34     def (SLOW, slow, slow, resist slow, slow)
35     def (PARALYZE, paralyze, paralyze, resist paralyzation, paralyze)
36 root 1.5 def (TURN_UNDEAD, turn_undead, turn undead, resist turn undead, turn undead)
37 root 1.1 def (FEAR, fear, fear, resist fear, fear)
38     def (CANCELLATION, cancellation, cancellation, resist cancellation, cancellation)
39     def (DEPLETE, deplete, deplete, resist depletion, depletion)
40     def (DEATH, death, death, resist death, death attacks)
41     def (CHAOS, chaos, chaos, resist chaos, chaos)
42     def (COUNTERSPELL, counterspell, counterspell, resist counterspell, counterspell)
43 root 1.3 def (GODPOWER, godpower, god power, resist god power, god power)
44     def (HOLYWORD, holyword, holy word, resist holy word, holy word)
45 root 1.1 def (BLIND, blind, blind, resist blindness, blinding attacks)
46     def (INTERNAL, internal, internal, resist internal, internal)
47 root 1.3 def (LIFE_STEALING, life_stealing, life stealing, resist life stealing, life stealing)
48 root 1.1 def (DISEASE, disease, disease, resist diseases, disease)