ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicMissile/spell_magic_miss.arc
Revision: 1.12
Committed: Thu Sep 17 08:14:49 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.11: +2 -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 object spell_magic_missile
2 name magic missile
3 name_pl magic missile
4 skill sorcery
5 msg
6 Fires a weakly-tracking magical bolt.
7 It can actually track the target, but the turning is weak, even stupid:
8 at times these missiles will fly right into a wall.
9 endmsg
10 other_arch magic_missile
11 sound wn/magic-missile-1-miss
12 face spell_sorcery.x11
13 sp 1
14 maxsp 10
15 dam 9
16 level 4
17 type 101
18 subtype 11
19 attacktype 2
20 path_attuned 16
21 value 10
22 invisible 1
23 range 25
24 dam_modifier 1
25 no_drop 1
26 casting_time 3
27 end
28