ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_comet.arc
Revision: 1.13
Committed: Fri Apr 2 21:34:28 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.12: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

# User Rev Content
1 root 1.6 object spell_comet
2 root 1.12 inherit type_spell
3 root 1.1 name comet
4     name_pl comet
5 root 1.7 skill pyromancy
6     msg
7 root 1.11 Fires a comet, a large ball of fire,
8     in the tragetted direction. This comet inflicts serious
9 root 1.7 physical harm on whatever it hits, and then
10 root 1.9 explodes into a ball of fire.
11 root 1.7 endmsg
12     other_arch meteor
13 root 1.8 sound wn/crossbow-fire-miss
14 root 1.5 face spell_pyromancy.x11
15 root 1.10 sp 30
16 root 1.7 maxsp 18
17     food 10
18 root 1.5 dam 75
19 root 1.10 level 40
20 root 1.5 subtype 5
21     attacktype 256
22 root 1.7 path_attuned 16
23     value 80
24     invisible 1
25     duration 10
26     range 12
27     duration_modifier 4
28     dam_modifier 1
29 root 1.5 no_drop 1
30 root 1.7 casting_time 10
31 root 1.1 end
32 root 1.7