ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_identify.arc
Revision: 1.9
Committed: Fri Apr 2 21:26:30 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

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 a small number of otherwise
8 unknown objects in the characters inventory
9 (or on the floor where the character is
10 standing). There is no way to know which items
11 will be identified.
12
13 The number of objects identified
14 increases as caster level increases.
15 endmsg
16 other_arch enchantment
17 face spell_sorcery.x11
18 sp 20
19 dam 3
20 level 15
21 type 101
22 subtype 32
23 path_attuned 8192
24 value 80
25 invisible 1
26 dam_modifier 5
27 no_drop 1
28 casting_time 20
29 end
30