ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_hellfire.arc
Revision: 1.9
Committed: Sun Sep 28 15:12:02 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.8: +2 -2 lines
Log Message:
rebalancing of all spell levels, some sp changes

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 root 1.9 sp 18
19 root 1.6 maxsp 24
20     food 10
21     dam 8
22 root 1.9 level 35
23 root 1.6 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