ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/wallet.arc
Revision: 1.11
Committed: Tue Nov 3 09:49:03 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +0 -8 lines
Log Message:
remove editable field, elmey says so

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