ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_sm_bullet.arc
Revision: 1.12
Committed: Fri Apr 2 21:26:24 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.11: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

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 type 101
24     subtype 5
25 root 1.7 attacktype 2
26     path_attuned 16
27 root 1.5 value 10
28 root 1.7 invisible 1
29     dam_modifier 1
30 root 1.5 no_drop 1
31 root 1.7 casting_time 2
32 root 1.1 end
33 root 1.7