ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_improved_invisibility.arc
Revision: 1.13
Committed: Wed Apr 21 09:30:01 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.12: +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_improved_invisibility
2 root 1.11 inherit type_spell
3 root 1.1 name improved invisibility
4     name_pl improved invisibility
5 root 1.7 skill sorcery
6     msg
7 root 1.10 An imporoved version of invisible:
8 root 1.8 You will stay invisible even if you attack or use spells!!
9 root 1.10
10     Note that you still make noises, and most monsters
11     will still feel where they hit and try to hit back.
12 root 1.7 endmsg
13     other_arch enchantment
14 pippijn 1.3 face spell_sorcery.x11
15 root 1.7 sp 25
16     maxsp 10
17 root 1.9 level 40
18 root 1.1 subtype 19
19 root 1.7 path_attuned 0
20 elmex 1.13 value 1
21 root 1.1 invisible 1
22     duration 200
23     duration_modifier 1
24 root 1.7 no_drop 1
25 root 1.1 make_invisible 1
26 root 1.7 casting_time 10
27 root 1.1 end
28 root 1.7