ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Disease/spell_cause_flu.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: +3 -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_flu
2 root 1.1 name cause flu
3     name_pl cause flu
4 root 1.7 skill praying
5     msg
6 root 1.8 The flu prayer unleashes an outbreak of the flu.
7     It is rarely deadly by itself, except to weak monsters,
8     but it is very debilitating.
9 root 1.7 endmsg
10     other_arch flu
11 pippijn 1.3 face spell_praying.x11
12 root 1.7 grace 10
13     maxgrace 10
14     level 2
15 root 1.1 type 101
16     subtype 45
17 root 1.7 path_attuned 131072
18 root 1.5 value 20
19 root 1.7 invisible 1
20 root 1.1 range 5
21     range_modifier 10
22 root 1.7 duration_modifier 5
23 root 1.5 dam_modifier 3
24 root 1.1 no_drop 1
25 root 1.7 casting_time 10
26 root 1.1 end
27 root 1.7