ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_sm_bullet.arc
Revision: 1.11
Committed: Thu Sep 17 08:14:47 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +6 -2 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

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