ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Disease/spell_cause_flu.arc
Revision: 1.10
Committed: Fri Apr 2 21:26:28 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

# User Rev Content
1 root 1.6 object spell_cause_flu
2 root 1.10 inherit type_spell
3 root 1.1 name cause flu
4     name_pl cause flu
5 root 1.7 skill praying
6     msg
7 root 1.8 The flu prayer unleashes an outbreak of the flu.
8     It is rarely deadly by itself, except to weak monsters,
9     but it is very debilitating.
10 root 1.7 endmsg
11     other_arch flu
12 pippijn 1.3 face spell_praying.x11
13 root 1.7 grace 10
14     maxgrace 10
15 root 1.9 level 18
16 root 1.1 type 101
17     subtype 45
18 root 1.7 path_attuned 131072
19 root 1.5 value 20
20 root 1.7 invisible 1
21 root 1.1 range 5
22     range_modifier 10
23 root 1.7 duration_modifier 5
24 root 1.5 dam_modifier 3
25 root 1.1 no_drop 1
26 root 1.7 casting_time 10
27 root 1.1 end
28 root 1.7