ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_sm_bullet.arc
Revision: 1.2
Committed: Wed Aug 9 09:40:12 2006 UTC (17 years, 10 months ago) by elmex
Branch: MAIN
Changes since 1.1: +4 -0 lines
Log Message:
added further descriptions, mostly from the crossfire homepage and parts
copied over from similar spells.

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 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