ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_vitriol.arc
Revision: 1.13
Committed: Wed Apr 21 09:29:57 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.12: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

File Contents

# User Rev Content
1 root 1.6 object spell_vitriol
2 root 1.11 inherit type_spell
3 root 1.1 name vitriol
4     name_pl vitriol
5 root 1.7 skill praying
6     msg
7     The vitriol prayer is a special prayer of Gorokh. This is a very powerful
8     prayer since few monsters are immune to acid. The ball of vitriol (acid)
9     strikes the monster for great damage, then splashes into a puddle which
10 root 1.9 sears the area around the victim.
11    
12     Granted at medium level.
13 root 1.7 endmsg
14     other_arch vitriol
15 root 1.8 sound wn/poison
16 pippijn 1.3 face spell_praying.x11
17 root 1.1 grace 15
18 root 1.7 maxgrace 6
19     food 20
20 root 1.5 dam 100
21 root 1.10 level 25
22 root 1.1 subtype 5
23 root 1.7 attacktype 64
24     path_attuned 512
25 elmex 1.13 value 1
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