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

Comparing deliantra/arch/spell/Change_Ability/spell_confusion.arc (file contents):
Revision 1.5 by root, Sat Mar 3 00:51:08 2007 UTC vs.
Revision 1.13 by root, Fri Apr 2 21:34:28 2010 UTC

1Object spell_confusion 1object spell_confusion
2inherit type_spell
2name confusion 3name confusion
3name_pl confusion 4name_pl confusion
5skill sorcery
6msg
7Adds confusion to your attack types!
8
9Very useful to kill enemies with immunity to physical attacks.
10endmsg
11other_arch confusion
4face spell_sorcery.x11 12face spell_sorcery.x11
5level 2
6sp 10 13sp 10
14level 14
15subtype 24
16attacktype 32
17path_attuned 1024
18value 20
19invisible 1
20duration 500
21duration_modifier 4
22no_drop 1
7casting_time 10 23casting_time 10
8path_attuned 1024
9other_arch confusion
10skill sorcery
11type 101
12subtype 24
13value 20
14no_drop 1
15invisible 1
16duration_modifier 4
17duration 500
18attacktype 32
19msg
20This spell adds confusion to your attack types! Very useful to kill enemiess with immunity to physical attacks.
21endmsg
22end 24end
25

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines