ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_confusion.arc
Revision: 1.12
Committed: Fri Apr 2 21:26:25 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.11: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

# User Rev Content
1 root 1.6 object spell_confusion
2 root 1.12 inherit type_spell
3 root 1.1 name confusion
4     name_pl confusion
5 root 1.7 skill sorcery
6     msg
7 root 1.11 Adds confusion to your attack types!
8 root 1.10
9     Very useful to kill enemies with immunity to physical attacks.
10 root 1.7 endmsg
11     other_arch confusion
12 pippijn 1.3 face spell_sorcery.x11
13 root 1.7 sp 10
14 root 1.9 level 14
15 root 1.1 type 101
16     subtype 24
17 root 1.7 attacktype 32
18     path_attuned 1024
19 root 1.1 value 20
20     invisible 1
21 root 1.7 duration 500
22 root 1.5 duration_modifier 4
23 root 1.7 no_drop 1
24     casting_time 10
25 root 1.1 end
26 root 1.7