ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_mass_confusion.arc
Revision: 1.10
Committed: Thu Sep 17 08:14:48 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.9: +4 -1 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_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.10 Creates a cone of confusion that makes your enemies act weird and
7     uncontrolled, making them easy to hit and making it difficult for them
8     to hit you. You probably died by confusion more then once by now, so you
9     probbaly know very well what this means.
10 root 1.7 endmsg
11     other_arch confusion
12 pippijn 1.3 face spell_sorcery.x11
13 root 1.1 sp 20
14 root 1.7 maxsp 25
15 root 1.5 dam 0
16 root 1.9 level 24
17 root 1.1 type 101
18     subtype 7
19 root 1.7 attacktype 34
20     path_attuned 1024
21 root 1.5 value 70
22 root 1.7 invisible 1
23     duration 2
24     range 8
25     range_modifier 5
26     dam_modifier 0
27 root 1.5 no_drop 1
28 root 1.7 casting_time 10
29 root 1.1 end
30 root 1.7