ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_sm_bullet.arc
Revision: 1.3
Committed: Tue Jan 2 21:58:22 2007 UTC (17 years, 6 months ago) by pippijn
Branch: MAIN
CVS Tags: pre_first_cfarch_normalize_run
Changes since 1.2: +1 -1 lines
Log Message:
renamed pngs from \.1(..) to \.x\1

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     Object spell_small_bullet
4     name small bullet
5     name_pl small bullet
6 pippijn 1.3 face spell_evocation.x11
7 root 1.1 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 elmex 1.2 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