ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/desk.arc
Revision: 1.10
Committed: Sat Oct 16 09:17:46 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +0 -4 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 close_desk
2     name close the desk
3     face desk.x11
4     type 121
5     no_pick 1
6     identified 1
7     no_drop 1
8     end
9    
10     object close_wizdesk
11     name close the desk
12     face wizdesk.x11
13     type 121
14     no_pick 1
15     identified 1
16     no_drop 1
17     end
18    
19 root 1.6 object desk
20 root 1.5 name desk
21 root 1.7 name_pl desks
22 root 1.5 other_arch close_desk
23 pippijn 1.2 face desk.x11
24 root 1.7 str 10
25 root 1.5 type 122
26 root 1.7 materialname bronze
27     value 150
28 root 1.5 weight 120000
29     container 80000
30     client_type 51
31 root 1.3 identified 1
32 root 1.1 end
33 root 1.7
34 root 1.6 object wizdesk
35 root 1.1 name desk
36 root 1.7 name_pl desks
37 root 1.5 other_arch close_wizdesk
38     face wizdesk.x11
39 root 1.7 str 10
40 root 1.1 type 122
41 root 1.7 materialname bronze
42     value 190
43 root 1.1 weight 120000
44     container 80000
45 root 1.5 client_type 51
46 root 1.1 identified 1
47     end
48 root 1.7