ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_hellfire.arc
Revision: 1.10
Committed: Thu Sep 17 08:14:47 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +4 -7 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

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.10 Fires a, well, small bullet of fire at the targetted direction, which
7     then explodes into a large area of fire. The main difference compared to
8     the traditional fireball spell is that this spell is pure fire, with no
9     magical elements, which enables it to damage creatures that are immune to
10 root 1.8 magic attacks, but not to fire.
11 root 1.1 endmsg
12 root 1.6 other_arch firebullet
13 root 1.7 sound wn/crossbow-fire-miss
14 root 1.6 face spell_pyromancy.x11
15 root 1.9 sp 18
16 root 1.6 maxsp 24
17     food 10
18     dam 8
19 root 1.9 level 35
20 root 1.6 type 101
21     subtype 5
22     attacktype 4
23     path_attuned 2
24     value 80
25     invisible 1
26     duration 4
27     range 6
28     dam_modifier 4
29     no_drop 1
30     casting_time 8
31 root 1.1 end
32 root 1.6