ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_party_confusion.arc
Revision: 1.6
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.5: +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 elmex 1.1 object spell_party_confusion
2 root 1.4 inherit type_spell
3 elmex 1.1 name party confusion
4     name_pl party confusion
5     skill sorcery
6     msg
7 root 1.3 Adds confusion to the attack types of every party member!
8 root 1.2
9     Very useful to kill enemies with immunity to physical attacks.
10 elmex 1.1 endmsg
11     other_arch spell_confusion
12     face spell_sorcery.x11
13     sp 15
14     level 19
15     subtype 48
16     attacktype 32
17     path_attuned 1024
18 elmex 1.6 value 3
19 elmex 1.1 invisible 1
20     duration 500
21     duration_modifier 4
22     no_drop 1
23     casting_time 20
24     end
25