ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_comet.arc
Revision: 1.11
Committed: Thu Sep 17 08:14:47 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +2 -2 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

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 root 1.11 Fires a comet, a large ball of fire,
7     in the tragetted direction. This comet inflicts serious
8 root 1.7 physical harm on whatever it hits, and then
9 root 1.9 explodes into a ball of fire.
10 root 1.7 endmsg
11     other_arch meteor
12 root 1.8 sound wn/crossbow-fire-miss
13 root 1.5 face spell_pyromancy.x11
14 root 1.10 sp 30
15 root 1.7 maxsp 18
16     food 10
17 root 1.5 dam 75
18 root 1.10 level 40
19 root 1.5 type 101
20     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