ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_sm_bullet.arc
Revision: 1.1
Committed: Mon Feb 6 20:26:27 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

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     face spell_evocation.111
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     end