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

File Contents

# User Rev Content
1 root 1.5 object spell_hellfire
2 root 1.1 name hellfire
3     name_pl hellfire
4     skill pyromancy
5     msg
6 root 1.8 This spell is similar to a fireball. It fires
7 root 1.1 a small bullet of fire, that then explodes
8 root 1.8 into a large area of fire. The main
9 root 1.1 difference compared to the traditional
10     fireball spell is that this spell is pure
11     fire, with no magical elements, which enables
12     it to damage creatures that are immune to
13 root 1.8 magic attacks, but not to fire.
14 root 1.1 endmsg
15 root 1.6 other_arch firebullet
16 root 1.7 sound wn/crossbow-fire-miss
17 root 1.6 face spell_pyromancy.x11
18     sp 13
19     maxsp 24
20     food 10
21     dam 8
22     level 8
23     type 101
24     subtype 5
25     attacktype 4
26     path_attuned 2
27     value 80
28     invisible 1
29     duration 4
30     range 6
31     dam_modifier 4
32     no_drop 1
33     casting_time 8
34 root 1.1 end
35 root 1.6