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

# User Rev Content
1 root 1.6 object spell_magic_missile
2 root 1.1 name magic missile
3     name_pl magic missile
4 root 1.7 skill sorcery
5     msg
6 root 1.12 Fires a weakly-tracking magical bolt.
7     It can actually track the target, but the turning is weak, even stupid:
8 root 1.9 at times these missiles will fly right into a wall.
9 root 1.7 endmsg
10     other_arch magic_missile
11 root 1.8 sound wn/magic-missile-1-miss
12 pippijn 1.3 face spell_sorcery.x11
13 root 1.1 sp 1
14 root 1.7 maxsp 10
15 root 1.5 dam 9
16 root 1.11 level 4
17 root 1.1 type 101
18     subtype 11
19 root 1.7 attacktype 2
20     path_attuned 16
21 root 1.5 value 10
22 root 1.1 invisible 1
23     range 25
24 root 1.7 dam_modifier 1
25     no_drop 1
26     casting_time 3
27 root 1.1 end
28 root 1.7