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

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