ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_vitriol.arc
Revision: 1.9
Committed: Sun Sep 28 07:29:59 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.8: +3 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

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 root 1.9 sears the area around the victim.
10    
11     Granted at medium level.
12 root 1.7 endmsg
13     other_arch vitriol
14 root 1.8 sound wn/poison
15 pippijn 1.3 face spell_praying.x11
16 root 1.1 grace 15
17 root 1.7 maxgrace 6
18     food 20
19 root 1.5 dam 100
20 root 1.7 level 5
21 root 1.1 type 101
22     subtype 5
23 root 1.7 attacktype 64
24     path_attuned 512
25 root 1.5 value 50
26 root 1.1 invisible 1
27 root 1.7 duration 4
28 root 1.1 range 10
29 root 1.7 duration_modifier 4
30     dam_modifier 25
31     no_drop 1
32     casting_time 10
33 root 1.1 end
34 root 1.7