ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/wallet.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:25 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

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 color_fg black
9 editable 0
10 end
11
12 object close_wallet2
13 name close the wallet
14 face wallet2.x11
15 type 121
16 no_pick 1
17 identified 1
18 no_drop 1
19 color_fg black
20 editable 0
21 end
22
23 object close_wallet3
24 name close the wallet
25 face wallet3.x11
26 type 121
27 no_pick 1
28 identified 1
29 no_drop 1
30 color_fg black
31 editable 0
32 end
33
34 object close_wallet4
35 name close the wallet
36 face wallet4.x11
37 type 121
38 no_pick 1
39 identified 1
40 no_drop 1
41 color_fg black
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 str 10
51 type 122
52 materialname leather
53 value 50
54 weight 75
55 container 5000
56 client_type 60
57 identified 1
58 color_fg black
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 str 10
68 type 122
69 material 8
70 materialname black leather
71 value 100
72 weight 75
73 container 5000
74 client_type 60
75 identified 1
76 color_fg black
77 editable 128
78 end
79
80 object wallet3
81 name wallet
82 name_pl wallets
83 other_arch close_wallet3
84 face wallet3.x11
85 str 10
86 type 122
87 material 8
88 materialname white leather
89 value 100
90 weight 75
91 container 5000
92 client_type 60
93 identified 1
94 color_fg black
95 editable 128
96 end
97
98 object wallet4
99 name wallet
100 name_pl wallets
101 other_arch close_wallet4
102 face wallet4.x11
103 str 10
104 type 122
105 material 8
106 materialname alligator skin
107 value 500
108 weight 75
109 container 5000
110 client_type 60
111 identified 1
112 color_fg black
113 editable 128
114 end
115