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

# Content
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 inherit type_spell
5 name small bullet
6 name_pl small bullet
7 skill evocation
8 msg
9 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 endmsg
16 other_arch bullet
17 sound wn/magic-missile-1-miss
18 face spell_evocation.x11
19 sp 1
20 maxsp 6
21 dam 10
22 level 1
23 subtype 5
24 attacktype 2
25 path_attuned 16
26 value 1
27 invisible 1
28 dam_modifier 1
29 no_drop 1
30 casting_time 2
31 end
32