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.6 by root, Sat Mar 3 01:16:47 2007 UTC vs.
Revision 1.12 by root, Fri Apr 2 21:26:23 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines