ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Disease/spell_cause_flu.arc
Revision: 1.4
Committed: Tue Feb 6 22:41:25 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.3: +14 -13 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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