ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Disease/spell_cause_red_death.arc
Revision: 1.8
Committed: Sun Sep 28 07:29:59 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.7: +5 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

# User Rev Content
1 root 1.6 object spell_cause_red_death
2 root 1.1 name cause red death
3     name_pl cause red death
4 root 1.7 skill praying
5     msg
6 root 1.8 The red death prayer unleashes a virulent, broadly effective,
7     and deadly plague. He who unleashes the red death had better avoid
8     his victims and their remains, lest he die.
9    
10     This spell is granted to by Devourers at medium level.
11 root 1.7 endmsg
12     other_arch ebola
13 pippijn 1.3 face spell_praying.x11
14 root 1.7 grace 100
15     maxgrace 24
16     level 12
17 root 1.1 type 101
18     subtype 45
19 root 1.7 path_attuned 131072
20 root 1.5 value 120
21 root 1.7 invisible 1
22 root 1.1 range 5
23     range_modifier 10
24 root 1.7 duration_modifier 1
25 root 1.5 dam_modifier 1
26 root 1.1 no_drop 1
27 root 1.7 casting_time 10
28 root 1.1 end
29 root 1.7