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 (13 years, 11 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +6 -7 lines
Log Message:
curse/identify improvements/changes

File Contents

# Content
1 object spell_identify
2 inherit type_spell
3 name identify
4 name_pl identify
5 skill sorcery
6 msg
7 Fully identifies some number of otherwise unknown objects in the
8 characters inventory (or on the floor where the character is standing).
9
10 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 endmsg
15 other_arch enchantment
16 face spell_sorcery.x11
17 sp 20
18 dam 3
19 level 15
20 subtype 32
21 path_attuned 8192
22 value 1
23 invisible 1
24 dam_modifier 5
25 no_drop 1
26 casting_time 20
27 end
28