ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Disease/spell_cause_anthrax.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: +2 -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_anthrax
2 root 1.1 name cause anthrax
3     name_pl cause anthrax
4 root 1.7 skill praying
5     msg
6 root 1.8 Anthrax is a deadly disease to the animal kind.
7     It does not usually affect other creatures.
8 root 1.7 endmsg
9     other_arch anthrax
10 pippijn 1.3 face spell_praying.x11
11 root 1.7 grace 50
12     maxgrace 10
13     level 12
14 root 1.1 type 101
15     subtype 45
16 root 1.7 path_attuned 131072
17 root 1.5 value 120
18 root 1.7 invisible 1
19 root 1.1 range 5
20     range_modifier 10
21 root 1.7 duration_modifier 10
22 root 1.5 dam_modifier 1
23 root 1.1 no_drop 1
24 root 1.7 casting_time 10
25 root 1.1 end
26 root 1.7