ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/wallet.arc
Revision: 1.8
Committed: Sat Mar 3 01:22:41 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.7: +56 -58 lines
Log Message:
second normaliser run - dude

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 materialname black leather
70 value 100
71 weight 75
72 container 5000
73 client_type 60
74 identified 1
75 color_fg black
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 str 10
85 type 122
86 materialname white leather
87 value 100
88 weight 75
89 container 5000
90 client_type 60
91 identified 1
92 color_fg black
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 str 10
102 type 122
103 materialname alligator skin
104 value 500
105 weight 75
106 container 5000
107 client_type 60
108 identified 1
109 color_fg black
110 editable 128
111 end
112