ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/wallet.arc
Revision: 1.11
Committed: Tue Nov 3 09:49:03 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +0 -8 lines
Log Message:
remove editable field, elmey says so

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.10 magicmap black
5 root 1.8 type 121
6     no_pick 1
7 pippijn 1.1 identified 1
8 root 1.8 no_drop 1
9 pippijn 1.1 end
10 root 1.8
11     object close_wallet2
12 pippijn 1.1 name close the wallet
13 root 1.8 face wallet2.x11
14 root 1.10 magicmap black
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 end
20    
21     object close_wallet3
22     name close the wallet
23     face wallet3.x11
24 root 1.10 magicmap black
25 root 1.8 type 121
26 pippijn 1.1 no_pick 1
27     identified 1
28 root 1.8 no_drop 1
29     end
30    
31     object close_wallet4
32     name close the wallet
33     face wallet4.x11
34 root 1.10 magicmap black
35 root 1.8 type 121
36     no_pick 1
37     identified 1
38     no_drop 1
39 pippijn 1.1 end
40    
41 root 1.8 object wallet1
42     name wallet
43     name_pl wallets
44     other_arch close_wallet1
45     face wallet1.x11
46 root 1.10 magicmap black
47 root 1.8 str 10
48     type 122
49     materialname leather
50     value 50
51     weight 75
52     container 5000
53     client_type 60
54     identified 1
55     end
56 pippijn 1.1
57 root 1.7 object wallet2
58 pippijn 1.1 name wallet
59 root 1.8 name_pl wallets
60 pippijn 1.1 other_arch close_wallet2
61 pippijn 1.2 face wallet2.x11
62 root 1.10 magicmap black
63 root 1.8 str 10
64 pippijn 1.1 type 122
65     materialname black leather
66     value 100
67     weight 75
68     container 5000
69     client_type 60
70     identified 1
71     end
72    
73 root 1.7 object wallet3
74 pippijn 1.1 name wallet
75 root 1.8 name_pl wallets
76 pippijn 1.1 other_arch close_wallet3
77 pippijn 1.2 face wallet3.x11
78 root 1.10 magicmap black
79 root 1.8 str 10
80 pippijn 1.1 type 122
81     materialname white leather
82     value 100
83     weight 75
84     container 5000
85     client_type 60
86     identified 1
87     end
88    
89 root 1.7 object wallet4
90 pippijn 1.1 name wallet
91 root 1.8 name_pl wallets
92 pippijn 1.1 other_arch close_wallet4
93 pippijn 1.2 face wallet4.x11
94 root 1.10 magicmap black
95 root 1.8 str 10
96 pippijn 1.1 type 122
97     materialname alligator skin
98     value 500
99     weight 75
100     container 5000
101     client_type 60
102     identified 1
103     end
104