ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_sm_bullet.arc
Revision: 1.14
Committed: Wed Apr 21 09:29:57 2010 UTC (14 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.13: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

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 elmex 1.14 value 1
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