ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_sm_bullet.arc
Revision: 1.13
Committed: Fri Apr 2 21:34:28 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.12: +0 -1 lines
Log Message:
remove superfluous type 101 lines

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.12 inherit type_spell
5 root 1.1 name small bullet
6     name_pl small bullet
7 root 1.7 skill evocation
8     msg
9 root 1.11 Creates a magic bullet that causes damage in anything it hits.
10     It is fired at the targetted direction.
11    
12     Magic bullets are not the magic bullet to solve all of your problems,
13     but especially at higher levels it surely does it's job nicely and
14     efficiently.
15 root 1.7 endmsg
16     other_arch bullet
17 root 1.8 sound wn/magic-missile-1-miss
18 pippijn 1.3 face spell_evocation.x11
19 root 1.1 sp 1
20 root 1.7 maxsp 6
21 root 1.5 dam 10
22 root 1.10 level 1
23 root 1.1 subtype 5
24 root 1.7 attacktype 2
25     path_attuned 16
26 root 1.5 value 10
27 root 1.7 invisible 1
28     dam_modifier 1
29 root 1.5 no_drop 1
30 root 1.7 casting_time 2
31 root 1.1 end
32 root 1.7