ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_confusion.arc
Revision: 1.14
Committed: Wed Apr 21 09:29:57 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.13: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

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 subtype 24
16 root 1.7 attacktype 32
17     path_attuned 1024
18 elmex 1.14 value 1
19 root 1.1 invisible 1
20 root 1.7 duration 500
21 root 1.5 duration_modifier 4
22 root 1.7 no_drop 1
23     casting_time 10
24 root 1.1 end
25 root 1.7