ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/magnifier.arc
Revision: 1.13
Committed: Sat Oct 16 09:17:43 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

# User Rev Content
1 root 1.6 object magnifier
2 root 1.10 inherit type_weapon
3 root 1.1 name magnifying glass
4 root 1.7 name_pl magnifying glasses
5 root 1.1 slaying ant
6 root 1.7 skill one handed weapons
7     face magnifier.x11
8     dex 1
9     dam 1
10 root 1.1 nrof 1
11     materialname glass
12 root 1.7 value 500
13 root 1.5 weight 2000
14 root 1.7 last_sp 2
15 root 1.1 client_type 145
16     body_arm -1
17 root 1.12 body_combat -1
18 root 1.1 end
19 root 1.7