ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/indoor/chair_3.arc
Revision: 1.12
Committed: Sat Oct 16 09:17:33 2010 UTC (13 years, 7 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.6 object chair_3.1
2 root 1.9 inherit type_weapon
3 root 1.1 name chair
4 root 1.7 name_pl chairs
5     skill two handed weapons
6 pippijn 1.2 face chair_3.x01
7 root 1.3 dam 6
8     nrof 1
9 root 1.7 materialname wood
10     value 25
11     weight 60000
12     last_sp 19
13     client_type 8002
14     body_arm -2
15 root 1.11 body_combat -1
16 root 1.1 end
17    
18 root 1.6 object chair_3.2
19 root 1.9 inherit type_weapon
20 root 1.1 name chair
21 root 1.7 name_pl chairs
22     skill two handed weapons
23 pippijn 1.2 face chair_3.x11
24 root 1.3 dam 6
25     nrof 1
26 root 1.7 materialname wood
27     value 25
28     weight 60000
29     last_sp 19
30     client_type 8002
31     body_arm -2
32 root 1.11 body_combat -1
33 root 1.1 end
34 root 1.7