ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_identify.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
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.5 object spell_identify
2 root 1.9 inherit type_spell
3 root 1.1 name identify
4     name_pl identify
5     skill sorcery
6     msg
7     Fully identifies a small number of otherwise
8     unknown objects in the characters inventory
9     (or on the floor where the character is
10 root 1.7 standing). There is no way to know which items
11     will be identified.
12    
13     The number of objects identified
14 root 1.1 increases as caster level increases.
15     endmsg
16 root 1.6 other_arch enchantment
17     face spell_sorcery.x11
18 root 1.8 sp 20
19 root 1.6 dam 3
20 root 1.8 level 15
21 root 1.6 subtype 32
22     path_attuned 8192
23 elmex 1.11 value 1
24 root 1.6 invisible 1
25     dam_modifier 5
26     no_drop 1
27     casting_time 20
28 root 1.1 end
29 root 1.6