ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Disease/spell_cause_rabies.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: +15 -14 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 object spell_cause_rabies
2 root 1.1 name cause rabies
3     name_pl cause rabies
4 root 1.4 skill praying
5     msg
6     This prayer will cause rabies in the infected target.
7     It reduces it's strength, dexterity and makes it look very ugly.
8     endmsg
9     other_arch rabies
10 pippijn 1.3 face spell_praying.x11
11 root 1.4 grace 120
12     maxgrace 12
13     level 12
14 root 1.1 type 101
15     subtype 45
16 root 1.4 path_attuned 131072
17 root 1.1 value 120
18 root 1.4 invisible 1
19 root 1.1 range 5
20     range_modifier 10
21 root 1.4 duration_modifier 1
22 root 1.1 dam_modifier 1
23     no_drop 1
24 root 1.4 casting_time 10
25 root 1.1 end
26 root 1.4