ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/r_sack.arc
Revision: 1.10
Committed: Sat Oct 16 09:17:47 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +0 -2 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

# Content
1 object close_rsack
2 name close the rucksack
3 face close_rsack.x11
4 type 121
5 no_pick 1
6 identified 1
7 no_drop 1
8 end
9
10 object r_sack
11 name rucksack
12 name_pl rucksacks
13 other_arch close_rsack
14 face r_sack.x11
15 str 15
16 type 122
17 materialname cloth
18 value 150
19 weight 100
20 container 550000
21 client_type 51
22 identified 1
23 end
24