ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_comet.arc
(Generate patch)

Comparing deliantra/arch/spell/Bullet/spell_comet.arc (file contents):
Revision 1.3 by pippijn, Tue Jan 2 21:58:22 2007 UTC vs.
Revision 1.11 by root, Thu Sep 17 08:14:47 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines