ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_probe.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_probe
2 root 1.11 inherit type_spell
3 root 1.1 name probe
4     name_pl probe
5 root 1.7 skill sorcery
6     msg
7 root 1.10 Gives you some information about the target, such as the shape it is in,
8     and how good your chances to beat it are.
9 root 1.7 endmsg
10 pippijn 1.3 face spell_sorcery.x11
11 root 1.7 sp 3
12 root 1.9 level 10
13 root 1.1 subtype 20
14 root 1.7 path_attuned 8192
15 elmex 1.13 value 1
16 root 1.1 invisible 1
17     range 25
18     range_modifier 5
19 root 1.7 no_drop 1
20     casting_time 2
21 root 1.1 end
22 root 1.7