ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/desk_cw.arc
Revision: 1.5
Committed: Sat Mar 3 00:50:04 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.4: +17 -16 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

# User Rev Content
1 root 1.5 Object desk_cw
2 root 1.1 name desk
3     other_arch close_desk_cw
4 pippijn 1.2 face desk_cw.x11
5 root 1.1 type 122
6 root 1.5 material 18
7 root 1.1 materialname cherry
8     weight 120000
9     container 80000
10 root 1.5 Str 10
11     value 2100
12     editable 128
13     identified 1
14     magicmap brown
15     name_pl desks
16 root 1.1 client_type 51
17 root 1.5 end
18     Object close_desk_cw
19     name close the desk
20     face desk_cw.x11
21     type 121
22     no_pick 1
23     no_drop 1
24 root 1.1 identified 1
25 root 1.5 editable 0
26 root 1.1 magicmap brown
27     end
28    
29 root 1.5