ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_large_fireball.arc
Revision: 1.7
Committed: Wed Aug 1 00:53:04 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_71, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.6: +1 -0 lines
Log Message:
shooting and impacting sounds for many bullets and some cones

File Contents

# User Rev Content
1 root 1.5 object spell_large_fireball
2 root 1.1 name large fireball
3     name_pl large fireball
4 root 1.6 skill pyromancy
5     msg
6     This spell fires a small bullet of fire, that
7     explodes into a large area of fire when it
8     hits something.
9     endmsg
10     other_arch firebullet
11 root 1.7 sound wn/crossbow-fire-miss
12 pippijn 1.2 face spell_pyromancy.x11
13 root 1.1 sp 16
14 root 1.6 maxsp 32
15     food 4
16 root 1.4 dam 8
17 root 1.6 level 5
18 root 1.1 type 101
19     subtype 5
20 root 1.6 attacktype 6
21     path_attuned 2
22 root 1.4 value 50
23 root 1.6 invisible 1
24     duration 4
25     range 8
26     dam_modifier 4
27 root 1.4 no_drop 1
28 root 1.6 casting_time 8
29 root 1.1 end
30 root 1.6