ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_comet.arc
Revision: 1.7
Committed: Sat Mar 3 01:24:15 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0, rel-2_1
Changes since 1.6: +20 -19 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object spell_comet
2 root 1.1 name comet
3     name_pl comet
4 root 1.7 skill pyromancy
5     msg
6     The comet spells fires a comet in a specified
7     direction. This comet inflicts serious
8     physical harm on whatever it hits, and then
9     bursts into fire.
10     endmsg
11     other_arch meteor
12 root 1.5 face spell_pyromancy.x11
13     sp 15
14 root 1.7 maxsp 18
15     food 10
16 root 1.5 dam 75
17 root 1.7 level 30
18 root 1.5 type 101
19     subtype 5
20     attacktype 256
21 root 1.7 path_attuned 16
22     value 80
23     invisible 1
24     duration 10
25     range 12
26     duration_modifier 4
27     dam_modifier 1
28 root 1.5 no_drop 1
29 root 1.7 casting_time 10
30 root 1.1 end
31 root 1.7