ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_identify.arc
Revision: 1.6
Committed: Sat Mar 3 01:24:21 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_71, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.5: +14 -13 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.5 object spell_identify
2 root 1.1 name identify
3     name_pl identify
4     skill sorcery
5     msg
6     Fully identifies a small number of otherwise
7     unknown objects in the characters inventory
8     (or on the floor where the character is
9     standing). The number of objects identified
10     increases as caster level increases.
11     endmsg
12 root 1.6 other_arch enchantment
13     face spell_sorcery.x11
14     sp 60
15     dam 3
16     level 8
17     type 101
18     subtype 32
19     path_attuned 8192
20     value 80
21     invisible 1
22     dam_modifier 5
23     no_drop 1
24     casting_time 20
25 root 1.1 end
26 root 1.6