ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/wallet.arc
Revision: 1.10
Committed: Sat Oct 31 18:40:12 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +8 -8 lines
Log Message:
minor maps

File Contents

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