ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/magnifier.arc
Revision: 1.12
Committed: Thu Apr 29 08:30:57 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.11: +1 -0 lines
Log Message:
make all weapons use the combat slot

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 root 1.10 magicmap black
9 root 1.7 dex 1
10     dam 1
11 root 1.1 nrof 1
12     materialname glass
13 root 1.7 value 500
14 root 1.5 weight 2000
15 root 1.7 last_sp 2
16 root 1.1 client_type 145
17     body_arm -1
18 root 1.12 body_combat -1
19 root 1.1 end
20 root 1.7