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

Comparing deliantra/arch/spell/Bullet/spell_sm_bullet.arc (file contents):
Revision 1.1 by root, Mon Feb 6 20:26:27 2006 UTC vs.
Revision 1.7 by root, Sat Mar 3 01:24:16 2007 UTC

1# Just an evoker version of magic bullet, as a low 1# Just an evoker version of magic bullet, as a low
2# mana costing sp to kill things with. 2# mana costing sp to kill things with.
3Object spell_small_bullet 3object spell_small_bullet
4name small bullet 4name small bullet
5name_pl small bullet 5name_pl small bullet
6skill evocation
7msg
8A magic bullet causes damage in anything it hits.
9It is fired in the cast direction.
10endmsg
11other_arch bullet
6face spell_evocation.111 12face spell_evocation.x11
13sp 1
14maxsp 6
15dam 10
7level 1 16level 1
8sp 1
9casting_time 2
10path_attuned 16
11other_arch bullet
12dam 10
13dam_modifier 1
14maxsp 6
15skill evocation
16type 101 17type 101
17subtype 5 18subtype 5
19attacktype 2
20path_attuned 16
18value 10 21value 10
19attacktype 2 22invisible 1
23dam_modifier 1
20no_drop 1 24no_drop 1
21invisible 1 25casting_time 2
22end 26end
27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines