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.2 by elmex, Wed Aug 9 09:40:12 2006 UTC vs.
Revision 1.10 by root, Tue Sep 30 10:58:13 2008 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
6face spell_evocation.111
7level 1
8sp 1
9casting_time 2
10path_attuned 16
11other_arch bullet
12dam 10
13dam_modifier 1
14maxsp 6
15skill evocation 6skill evocation
16type 101
17subtype 5
18value 10
19attacktype 2
20no_drop 1
21invisible 1
22msg 7msg
23A magic bullet causes damage in anything it hits. 8A magic bullet causes damage in anything it hits.
24It is fired in the cast direction. 9It is fired in the cast direction.
25endmsg 10endmsg
11other_arch bullet
12sound wn/magic-missile-1-miss
13face spell_evocation.x11
14sp 1
15maxsp 6
16dam 10
17level 1
18type 101
19subtype 5
20attacktype 2
21path_attuned 16
22value 10
23invisible 1
24dam_modifier 1
25no_drop 1
26casting_time 2
26end 27end
28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines