ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_vitriol.arc
Revision: 1.11
Committed: Fri Apr 2 21:26:25 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

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 type 101
23     subtype 5
24 root 1.7 attacktype 64
25     path_attuned 512
26 root 1.5 value 50
27 root 1.1 invisible 1
28 root 1.7 duration 4
29 root 1.1 range 10
30 root 1.7 duration_modifier 4
31     dam_modifier 25
32     no_drop 1
33     casting_time 10
34 root 1.1 end
35 root 1.7