ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/desk.arc
Revision: 1.4
Committed: Wed Feb 7 00:14:51 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +2 -2 lines
Log Message:
remaining material conversions, this step was actually destructive because i only went for the nearest materials

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 editable 0
9 magicmap brown
10 end
11
12 object close_wizdesk
13 name close the desk
14 face wizdesk.x11
15 type 121
16 no_pick 1
17 identified 1
18 no_drop 1
19 editable 0
20 magicmap brown
21 end
22
23 object desk
24 name desk
25 name_pl desks
26 other_arch close_desk
27 face desk.x11
28 str 10
29 type 122
30 materialname bronze
31 value 150
32 weight 120000
33 container 80000
34 client_type 51
35 identified 1
36 editable 128
37 magicmap brown
38 end
39
40 object wizdesk
41 name desk
42 name_pl desks
43 other_arch close_wizdesk
44 face wizdesk.x11
45 str 10
46 type 122
47 materialname bronze
48 value 190
49 weight 120000
50 container 80000
51 client_type 51
52 identified 1
53 editable 128
54 magicmap brown
55 end
56