ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_vitriol.arc
Revision: 1.10
Committed: Sun Sep 28 15:12:02 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_90, rel-2_92, rel-2_93, rel-2_78
Changes since 1.9: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

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.10 level 25
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