ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicMissile/spell_magic_miss.arc
Revision: 1.11
Committed: Tue Sep 30 10:58:13 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.10: +1 -1 lines
Log Message:
rebalance some spell levels, consdierably strenghten poison cloud

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.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