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

# 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 pippijn 1.1 color_fg black
9 root 1.8 editable 0
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 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.8 no_drop 1
30     color_fg black
31 pippijn 1.1 editable 0
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 pippijn 1.1 color_fg black
42 root 1.8 editable 0
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     color_fg black
59     editable 128
60     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     color_fg black
76 root 1.8 editable 128
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     color_fg black
93 root 1.8 editable 128
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     color_fg black
110 root 1.8 editable 128
111 pippijn 1.1 end
112