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

Comparing deliantra/arch/spell/Bullet/spell_bullet.arc (file contents):
Revision 1.5 by root, Sat Mar 3 00:51:06 2007 UTC vs.
Revision 1.10 by root, Fri Apr 2 21:26:23 2010 UTC

1Object spell_magic_bullet 1object spell_magic_bullet
2inherit type_spell
2name magic bullet 3name magic bullet
3name_pl magic bullet 4name_pl magic bullet
5skill sorcery
6msg
7A magic bullet causes damage in anything it hits.
8It is fired in the targetted direction.
9endmsg
10other_arch bullet
11sound wn/magic-missile-1-miss
4face spell_sorcery.x11 12face spell_sorcery.x11
13sp 1
14maxsp 6
15dam 10
5level 1 16level 1
6sp 1
7casting_time 2
8path_attuned 16
9other_arch bullet
10dam 10
11dam_modifier 1
12maxsp 6
13skill sorcery
14type 101 17type 101
15subtype 5 18subtype 5
19attacktype 2
20path_attuned 16
16value 10 21value 10
17attacktype 2 22invisible 1
23dam_modifier 1
18no_drop 1 24no_drop 1
19invisible 1 25casting_time 2
20msg
21A magic bullet causes damage in anything it hits.
22It is fired in the cast direction.
23endmsg
24end 26end
27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines