ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_identify.arc
Revision: 1.8
Committed: Sun Sep 28 15:12:03 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_90, rel-2_92, rel-2_93, rel-2_78
Changes since 1.7: +2 -2 lines
Log Message:
rebalancing of all spell levels, some sp changes

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 root 1.7 standing). There is no way to know which items
10     will be identified.
11    
12     The number of objects identified
13 root 1.1 increases as caster level increases.
14     endmsg
15 root 1.6 other_arch enchantment
16     face spell_sorcery.x11
17 root 1.8 sp 20
18 root 1.6 dam 3
19 root 1.8 level 15
20 root 1.6 type 101
21     subtype 32
22     path_attuned 8192
23     value 80
24     invisible 1
25     dam_modifier 5
26     no_drop 1
27     casting_time 20
28 root 1.1 end
29 root 1.6