ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_identify.arc
Revision: 1.12
Committed: Fri Jul 2 19:54:41 2010 UTC (14 years ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +6 -7 lines
Log Message:
curse/identify improvements/changes

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 root 1.12 Fully identifies some number of otherwise unknown objects in the
8     characters inventory (or on the floor where the character is standing).
9 root 1.7
10 root 1.12 There is no way to know which items will be identified, except that the
11     marked item will by identified first.
12    
13     The number of objects identified increases as caster level increases.
14 root 1.1 endmsg
15 root 1.6 other_arch enchantment
16     face spell_sorcery.x11
17 root 1.8 sp 20
18 root 1.6 dam 3
19 root 1.8 level 15
20 root 1.6 subtype 32
21     path_attuned 8192
22 elmex 1.11 value 1
23 root 1.6 invisible 1
24     dam_modifier 5
25     no_drop 1
26     casting_time 20
27 root 1.1 end
28 root 1.6