ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/dresser.arc
Revision: 1.4
Committed: Wed Feb 7 00:14:51 2007 UTC (17 years, 4 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

# User Rev Content
1 root 1.3 object close_dresser
2     name in the dresser
3     face dresser.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_dresser2
13     name in the dresser
14     face dresser2.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 dresser
24 root 1.1 name dresser
25 root 1.3 name_pl dressers
26 root 1.1 other_arch close_dresser
27 pippijn 1.2 face dresser.x11
28 root 1.1 type 122
29 root 1.4 materialname bronze
30 root 1.1 value 150
31 root 1.3 weight 160000
32 root 1.1 container 150000
33     client_type 51
34     identified 1
35 root 1.3 editable 128
36 root 1.1 end
37 root 1.3
38     object dresser2
39 root 1.1 name dresser
40 root 1.3 name_pl dressers
41 root 1.1 other_arch close_dresser2
42 pippijn 1.2 face dresser2.x11
43 root 1.1 type 122
44 root 1.4 materialname bronze
45 root 1.1 value 150
46 root 1.3 weight 160000
47 root 1.1 container 150000
48     client_type 51
49     identified 1
50 root 1.3 editable 128
51 root 1.1 end
52 root 1.3