ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Detect/spell_show_invisible.arc
Revision: 1.12
Committed: Wed Apr 21 09:29:58 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.11: +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_show_invisible
2 root 1.10 inherit type_spell
3 root 1.1 name show invisible
4     name_pl show invisible
5 root 1.7 skill praying
6     msg
7 root 1.8 This prayer may reveal invisible objects or monsters.
8    
9     You need this spell to show invisible levers or items on maps.
10 root 1.7 endmsg
11     other_arch detect_magic
12 pippijn 1.3 face spell_praying.x11
13 root 1.7 grace 10
14 root 1.9 level 10
15 root 1.1 subtype 33
16 root 1.7 path_attuned 8192
17 elmex 1.12 value 1
18 root 1.1 invisible 1
19     range 12
20     range_modifier 5
21 root 1.7 no_drop 1
22 root 1.1 make_invisible 1
23 root 1.7 casting_time 20
24 root 1.1 end
25 root 1.7