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

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