ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Disease/spell_cause_cold.arc
Revision: 1.2
Committed: Wed Aug 9 10:14:14 2006 UTC (17 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.1: +3 -0 lines
Log Message:
added disease spell descriptions mostly from the crossfire homepage,
wrote a new/missing one for rabies.

File Contents

# User Rev Content
1 root 1.1 Object spell_cause_cold
2     name cause cold
3     name_pl cause cold
4     type 101
5     subtype 45
6     face spell_praying.111
7     level 2
8     value 20
9     grace 10
10     casting_time 10
11     skill praying
12     path_attuned 131072
13     other_arch disease_cold
14     range 5
15     range_modifier 10
16     dam_modifier 3
17     duration_modifier 5
18     maxgrace 10
19     no_drop 1
20     invisible 1
21 elmex 1.2 msg
22     This prayer causes a disease to spread. This disease is highly contageous, and somewhat debilitating, but rarely fatal, unless it is complicated by other infections. Players and monsters affected will move more slowly, and be weaker, until the disease runs its course or is cured.
23     endmsg
24 root 1.1 end