ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_identify.arc
(Generate patch)

Comparing deliantra/arch/spell/Misc/spell_identify.arc (file contents):
Revision 1.1.1.1 by root, Mon Feb 6 20:26:23 2006 UTC vs.
Revision 1.12 by root, Fri Jul 2 19:54:41 2010 UTC

1Object spell_identify 1object spell_identify
2inherit type_spell
2name identify 3name identify
3name_pl identify 4name_pl identify
5skill sorcery
6msg
7Fully identifies some number of otherwise unknown objects in the
8characters inventory (or on the floor where the character is standing).
9
10There is no way to know which items will be identified, except that the
11marked item will by identified first.
12
13The number of objects identified increases as caster level increases.
14endmsg
15other_arch enchantment
4face spell_sorcery.111 16face spell_sorcery.x11
5level 8
6sp 60 17sp 20
18dam 3
19level 15
20subtype 32
21path_attuned 8192
22value 1
23invisible 1
24dam_modifier 5
25no_drop 1
7casting_time 20 26casting_time 20
8path_attuned 8192
9skill sorcery
10other_arch enchantment
11type 101
12subtype 32
13value 80
14no_drop 1
15invisible 1
16dam 3
17dam_modifier 5
18msg
19Fully identifies a small number of otherwise
20unknown objects in the characters inventory
21(or on the floor where the character is
22standing). The number of objects identified
23increases as caster level increases.
24endmsg
25end 27end
28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines