ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicMissile/spell_magic_miss.arc
Revision: 1.9
Committed: Sun Sep 28 07:29:59 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.8: +3 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

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.9 This spell fires a weakly-tracking magical bolt.
7     It can actually turn to reach the target, but the turning is weak, even stupid:
8     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.7 level 1
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