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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines