ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_invisible_to_undead.arc
Revision: 1.11
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.10: +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_invisible_to_undead
2 root 1.9 inherit type_spell
3 root 1.1 name invisible to undead
4     name_pl invisible to undead
5 root 1.7 race undead
6     skill praying
7     msg
8     This prayer works like invisible spell, except living creatures can see you.
9     endmsg
10     other_arch enchantment
11 pippijn 1.3 face spell_praying.x11
12 root 1.7 grace 25
13     maxgrace 15
14 root 1.8 level 14
15 root 1.1 subtype 19
16 root 1.7 path_attuned 0
17 elmex 1.11 value 1
18 root 1.1 invisible 1
19     duration 300
20     duration_modifier 1
21 root 1.7 no_drop 1
22     casting_time 5
23 root 1.1 end
24 root 1.7