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.3 by pippijn, Tue Jan 2 21:58:22 2007 UTC vs.
Revision 1.4 by root, Tue Feb 6 22:41:22 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines