ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Detect/spell_detect_monster.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_detect_monster
2 root 1.10 inherit type_spell
3 root 1.1 name detect monster
4     name_pl detect monster
5 root 1.7 skill evocation
6     msg
7 root 1.8 Unseen or hidden monsters will be shown.
8 root 1.7 endmsg
9     other_arch detect_monster
10 pippijn 1.3 face spell_evocation.x11
11 root 1.7 sp 2
12 root 1.9 level 14
13 root 1.1 subtype 33
14 root 1.7 path_attuned 8192
15 elmex 1.12 value 1
16 root 1.1 invisible 1
17     range 12
18     range_modifier 5
19     monster 1
20 root 1.7 no_drop 1
21     casting_time 15
22 root 1.1 end
23 root 1.7