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.1.1.1 by root, Mon Feb 6 20:26:27 2006 UTC vs.
Revision 1.12 by elmex, Wed Apr 21 09:29:56 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.111 12face spell_sorcery.x11
13sp 1
14maxsp 6
15dam 10
5level 1 16level 1
6sp 1 17subtype 5
18attacktype 2
19path_attuned 16
20value 1
21invisible 1
22dam_modifier 1
23no_drop 1
7casting_time 2 24casting_time 2
8path_attuned 16
9other_arch bullet
10dam 10
11dam_modifier 1
12maxsp 6
13skill sorcery
14type 101
15subtype 5
16value 10
17attacktype 2
18no_drop 1
19invisible 1
20end 25end
26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines