ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_mass_confusion.arc
Revision: 1.8
Committed: Sun Sep 28 07:29:59 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.7: +1 -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_mass_confusion
2 root 1.1 name mass confusion
3     name_pl mass confusion
4 root 1.7 skill sorcery
5     msg
6 root 1.8 This is a cone spell, invoking confusion in your enemies.
7 root 1.7 endmsg
8     other_arch confusion
9 pippijn 1.3 face spell_sorcery.x11
10 root 1.1 sp 20
11 root 1.7 maxsp 25
12 root 1.5 dam 0
13 root 1.7 level 7
14 root 1.1 type 101
15     subtype 7
16 root 1.7 attacktype 34
17     path_attuned 1024
18 root 1.5 value 70
19 root 1.7 invisible 1
20     duration 2
21     range 8
22     range_modifier 5
23     dam_modifier 0
24 root 1.5 no_drop 1
25 root 1.7 casting_time 10
26 root 1.1 end
27 root 1.7