ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/wallet.arc
Revision: 1.9
Committed: Sun Mar 11 00:15:25 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.8: +8 -8 lines
Log Message:
normalise color_fg to magicmap

File Contents

# User Rev Content
1 root 1.8 object close_wallet1
2     name close the wallet
3 pippijn 1.2 face wallet1.x11
4 root 1.8 type 121
5     no_pick 1
6 pippijn 1.1 identified 1
7 root 1.8 no_drop 1
8     editable 0
9 root 1.9 magicmap black
10 pippijn 1.1 end
11 root 1.8
12     object close_wallet2
13 pippijn 1.1 name close the wallet
14 root 1.8 face wallet2.x11
15 pippijn 1.1 type 121
16 root 1.8 no_pick 1
17     identified 1
18 pippijn 1.1 no_drop 1
19 root 1.8 editable 0
20 root 1.9 magicmap black
21 root 1.8 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.8 no_drop 1
30 pippijn 1.1 editable 0
31 root 1.9 magicmap black
32 root 1.8 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     editable 0
42 root 1.9 magicmap black
43 pippijn 1.1 end
44    
45 root 1.8 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     editable 128
59 root 1.9 magicmap black
60 root 1.8 end
61 pippijn 1.1
62 root 1.7 object wallet2
63 pippijn 1.1 name wallet
64 root 1.8 name_pl wallets
65 pippijn 1.1 other_arch close_wallet2
66 pippijn 1.2 face wallet2.x11
67 root 1.8 str 10
68 pippijn 1.1 type 122
69     materialname black leather
70     value 100
71     weight 75
72     container 5000
73     client_type 60
74     identified 1
75 root 1.8 editable 128
76 root 1.9 magicmap black
77 pippijn 1.1 end
78    
79 root 1.7 object wallet3
80 pippijn 1.1 name wallet
81 root 1.8 name_pl wallets
82 pippijn 1.1 other_arch close_wallet3
83 pippijn 1.2 face wallet3.x11
84 root 1.8 str 10
85 pippijn 1.1 type 122
86     materialname white leather
87     value 100
88     weight 75
89     container 5000
90     client_type 60
91     identified 1
92 root 1.8 editable 128
93 root 1.9 magicmap black
94 pippijn 1.1 end
95    
96 root 1.7 object wallet4
97 pippijn 1.1 name wallet
98 root 1.8 name_pl wallets
99 pippijn 1.1 other_arch close_wallet4
100 pippijn 1.2 face wallet4.x11
101 root 1.8 str 10
102 pippijn 1.1 type 122
103     materialname alligator skin
104     value 500
105     weight 75
106     container 5000
107     client_type 60
108     identified 1
109 root 1.8 editable 128
110 root 1.9 magicmap black
111 pippijn 1.1 end
112