ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_paralyze.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: +6 -3 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

# Content
1 object spell_paralyze
2 name paralyze
3 name_pl paralyze
4 skill sorcery
5 msg
6 Creates a paralyzing cone in the targetted direction.
7
8 The paralyse effect will I<not> be broken when you attack paralyzed creatures.
9
10 This is a very useful spell, at least when your enemies are affected by it
11 - some monsters cast it, too.
12
13 endmsg
14 other_arch paralyze
15 face spell_sorcery.x11
16 sp 5
17 maxsp 0
18 dam 25
19 level 22
20 type 101
21 subtype 7
22 attacktype 4098
23 path_attuned 1024
24 value 20
25 invisible 1
26 duration 2
27 range 5
28 range_modifier 3
29 dam_modifier 3
30 no_drop 1
31 casting_time 10
32 end
33