ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/armour/gauntlets/gloves_w.arc
Revision: 1.12
Committed: Sat Oct 16 09:16:20 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -2 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.7 object gloves_w
2 root 1.1 name gloves
3 root 1.11 name_pl gloves
4 pippijn 1.3 face gloves_w.x11
5 root 1.8 cha 1
6     nrof 1
7 root 1.1 type 100
8     resist_physical 1
9     resist_blind 2
10 root 1.8 materialname leather
11 root 1.6 value 6000
12 root 1.1 weight 100
13 root 1.8 client_type 301
14     body_hand -2
15 root 1.1 end
16 root 1.8
17 root 1.7 object gloves_w_l
18 root 1.1 name gloves
19 root 1.11 name_pl gloves
20 root 1.8 title of light
21 pippijn 1.3 face gloves_w.x11
22 root 1.8 cha 1
23     nrof 1
24 root 1.1 type 100
25     resist_physical 20
26     resist_blind 20
27 root 1.8 materialname steel
28 root 1.6 value 42000
29 root 1.1 weight 200
30 root 1.8 client_type 301
31     body_hand -2
32 root 1.1 end
33 root 1.8