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

File Contents

# Content
1 object close_wallet1
2 name close the wallet
3 face wallet1.x11
4 type 121
5 no_pick 1
6 identified 1
7 no_drop 1
8 end
9
10 object close_wallet2
11 name close the wallet
12 face wallet2.x11
13 type 121
14 no_pick 1
15 identified 1
16 no_drop 1
17 end
18
19 object close_wallet3
20 name close the wallet
21 face wallet3.x11
22 type 121
23 no_pick 1
24 identified 1
25 no_drop 1
26 end
27
28 object close_wallet4
29 name close the wallet
30 face wallet4.x11
31 type 121
32 no_pick 1
33 identified 1
34 no_drop 1
35 end
36
37 object wallet1
38 name wallet
39 name_pl wallets
40 other_arch close_wallet1
41 face wallet1.x11
42 str 10
43 type 122
44 materialname leather
45 value 50
46 weight 75
47 container 5000
48 client_type 60
49 identified 1
50 end
51
52 object wallet2
53 name wallet
54 name_pl wallets
55 other_arch close_wallet2
56 face wallet2.x11
57 str 10
58 type 122
59 materialname black leather
60 value 100
61 weight 75
62 container 5000
63 client_type 60
64 identified 1
65 end
66
67 object wallet3
68 name wallet
69 name_pl wallets
70 other_arch close_wallet3
71 face wallet3.x11
72 str 10
73 type 122
74 materialname white leather
75 value 100
76 weight 75
77 container 5000
78 client_type 60
79 identified 1
80 end
81
82 object wallet4
83 name wallet
84 name_pl wallets
85 other_arch close_wallet4
86 face wallet4.x11
87 str 10
88 type 122
89 materialname alligator skin
90 value 500
91 weight 75
92 container 5000
93 client_type 60
94 identified 1
95 end
96