ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_sm_bullet.arc
Revision: 1.6
Committed: Sat Mar 3 01:16:48 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.5: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

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