ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_hellfire.arc
Revision: 1.11
Committed: Fri Apr 2 21:26:23 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.5 object spell_hellfire
2 root 1.11 inherit type_spell
3 root 1.1 name hellfire
4     name_pl hellfire
5     skill pyromancy
6     msg
7 root 1.10 Fires a, well, small bullet of fire at the targetted direction, which
8     then explodes into a large area of fire. The main difference compared to
9     the traditional fireball spell is that this spell is pure fire, with no
10     magical elements, which enables it to damage creatures that are immune to
11 root 1.8 magic attacks, but not to fire.
12 root 1.1 endmsg
13 root 1.6 other_arch firebullet
14 root 1.7 sound wn/crossbow-fire-miss
15 root 1.6 face spell_pyromancy.x11
16 root 1.9 sp 18
17 root 1.6 maxsp 24
18     food 10
19     dam 8
20 root 1.9 level 35
21 root 1.6 type 101
22     subtype 5
23     attacktype 4
24     path_attuned 2
25     value 80
26     invisible 1
27     duration 4
28     range 6
29     dam_modifier 4
30     no_drop 1
31     casting_time 8
32 root 1.1 end
33 root 1.6