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.1 by root, Mon Feb 6 20:26:27 2006 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
4face spell_pyromancy.111 5skill pyromancy
5level 8 6msg
6value 80 7Fires a comet, a large ball of fire,
7sp 15 8in the tragetted direction. This comet inflicts serious
8casting_time 10 9physical harm on whatever it hits, and then
9path_attuned 16 10explodes into a ball of fire.
11endmsg
10other_arch meteor 12other_arch meteor
13sound wn/crossbow-fire-miss
14face spell_pyromancy.x11
15sp 30
16maxsp 18
17food 10
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