ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/wallet.arc
Revision: 1.12
Committed: Sat Oct 16 09:17:47 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -8 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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