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

# User Rev Content
1 root 1.3 object close_wallet1
2     name close the wallet
3 pippijn 1.2 face wallet1.x11
4 root 1.3 type 121
5     no_pick 1
6 pippijn 1.1 identified 1
7 root 1.3 no_drop 1
8 pippijn 1.1 color_fg black
9 root 1.3 editable 0
10 pippijn 1.1 end
11 root 1.3
12     object close_wallet2
13 pippijn 1.1 name close the wallet
14 root 1.3 face wallet2.x11
15 pippijn 1.1 type 121
16 root 1.3 no_pick 1
17     identified 1
18 pippijn 1.1 no_drop 1
19 root 1.3 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 pippijn 1.1 no_pick 1
28     identified 1
29 root 1.3 no_drop 1
30     color_fg black
31 pippijn 1.1 editable 0
32 root 1.3 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 pippijn 1.1 color_fg black
42 root 1.3 editable 0
43 pippijn 1.1 end
44    
45 root 1.3 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 root 1.4 materialname leather
53 root 1.3 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 pippijn 1.1
62 root 1.3 object wallet2
63 pippijn 1.1 name wallet
64 root 1.3 name_pl wallets
65 pippijn 1.1 other_arch close_wallet2
66 pippijn 1.2 face wallet2.x11
67 root 1.3 str 10
68 pippijn 1.1 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 root 1.3 editable 128
78 pippijn 1.1 end
79    
80 root 1.3 object wallet3
81 pippijn 1.1 name wallet
82 root 1.3 name_pl wallets
83 pippijn 1.1 other_arch close_wallet3
84 pippijn 1.2 face wallet3.x11
85 root 1.3 str 10
86 pippijn 1.1 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 root 1.3 editable 128
96 pippijn 1.1 end
97    
98 root 1.3 object wallet4
99 pippijn 1.1 name wallet
100 root 1.3 name_pl wallets
101 pippijn 1.1 other_arch close_wallet4
102 pippijn 1.2 face wallet4.x11
103 root 1.3 str 10
104 pippijn 1.1 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 root 1.3 editable 128
114 pippijn 1.1 end
115