ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_comet.arc
Revision: 1.6
Committed: Sat Mar 3 01:16:47 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.5: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

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