ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_paralyze.arc
(Generate patch)

Comparing deliantra/arch/spell/Cone/spell_paralyze.arc (file contents):
Revision 1.3 by pippijn, Tue Jan 2 21:58:29 2007 UTC vs.
Revision 1.11 by root, Fri Apr 2 21:26:27 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines