ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_hellfire.arc
(Generate patch)

Comparing deliantra/arch/spell/Bullet/spell_hellfire.arc (file contents):
Revision 1.5 by root, Sat Mar 3 01:16:47 2007 UTC vs.
Revision 1.11 by root, Fri Apr 2 21:26:23 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines