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, 7 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

# Content
1 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 object desk
20 name desk
21 name_pl desks
22 other_arch close_desk
23 face desk.x11
24 str 10
25 type 122
26 materialname bronze
27 value 150
28 weight 120000
29 container 80000
30 client_type 51
31 identified 1
32 end
33
34 object wizdesk
35 name desk
36 name_pl desks
37 other_arch close_wizdesk
38 face wizdesk.x11
39 str 10
40 type 122
41 materialname bronze
42 value 190
43 weight 120000
44 container 80000
45 client_type 51
46 identified 1
47 end
48