ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/bookshelf.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: +1 -1 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 bookshelf
2 root 1.1 name bookshelf
3 root 1.3 name_pl bookshelves
4 root 1.1 other_arch close_shelf
5 pippijn 1.2 face bookshelf.x11
6 root 1.1 type 122
7 root 1.4 materialname bronze
8 root 1.1 value 50
9 root 1.3 weight 80000
10 root 1.1 container 150000
11 root 1.3 client_type 51
12     identified 1
13 root 1.1 editable 128
14     end
15 root 1.3
16     object close_shelf
17 root 1.1 name in the shelf
18 pippijn 1.2 face bookshelf.x11
19 root 1.1 type 121
20     no_pick 1
21 root 1.3 identified 1
22 root 1.1 no_drop 1
23     editable 0
24     magicmap khaki
25     end
26 root 1.3