ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_vitriol.arc
Revision: 1.4
Committed: Tue Feb 6 22:41:23 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: +20 -19 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 object spell_vitriol
2 root 1.1 name vitriol
3     name_pl vitriol
4 root 1.4 skill praying
5     msg
6     The vitriol prayer is a special prayer of Gorokh. This is a very powerful
7     prayer since few monsters are immune to acid. The ball of vitriol (acid)
8     strikes the monster for great damage, then splashes into a puddle which
9     sears the area around the victim. Granted at medium level.
10     endmsg
11     other_arch vitriol
12 pippijn 1.3 face spell_praying.x11
13 root 1.1 grace 15
14 root 1.4 maxgrace 6
15     food 20
16 root 1.1 dam 100
17 root 1.4 level 5
18 root 1.1 type 101
19     subtype 5
20 root 1.4 attacktype 64
21     path_attuned 512
22 root 1.1 value 50
23     invisible 1
24 root 1.4 duration 4
25 root 1.1 range 10
26 root 1.4 duration_modifier 4
27     dam_modifier 25
28     no_drop 1
29     casting_time 10
30 root 1.1 end
31 root 1.4