ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_vitriol.arc
Revision: 1.7
Committed: Sat Mar 3 01:24:16 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0, rel-2_1
Changes since 1.6: +19 -18 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object spell_vitriol
2 root 1.1 name vitriol
3     name_pl vitriol
4 root 1.7 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.7 maxgrace 6
15     food 20
16 root 1.5 dam 100
17 root 1.7 level 5
18 root 1.1 type 101
19     subtype 5
20 root 1.7 attacktype 64
21     path_attuned 512
22 root 1.5 value 50
23 root 1.1 invisible 1
24 root 1.7 duration 4
25 root 1.1 range 10
26 root 1.7 duration_modifier 4
27     dam_modifier 25
28     no_drop 1
29     casting_time 10
30 root 1.1 end
31 root 1.7