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