ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/jewel/gem.arc
Revision: 1.10
Committed: Sun Mar 11 15:36:56 2007 UTC (17 years, 3 months ago) by pippijn
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.9: +17 -0 lines
Log Message:
integrated face information with the .arc files

File Contents

# User Rev Content
1 root 1.7 object gem
2 root 1.5 anim
3     gem.x11
4     gem.x12
5     mina
6 root 1.8 name diamond
7     name_pl diamonds
8     race gold and jewels
9     face gem.x11
10     speed -0.1
11 root 1.6 nrof 1
12 root 1.8 type 60
13     materialname stone
14 root 1.3 value 400
15     weight 50
16 root 1.8 client_type 2011
17     identified 1
18 root 1.6 editable 2048
19 root 1.9 magicmap green
20 root 1.1 end
21 root 1.8
22 pippijn 1.10 object pretty_crystal
23     name diamond
24     name_pl diamonds
25     race gold and jewels
26     face pretty_crystal.x11
27     speed -0.1
28     nrof 1
29     type 60
30     materialname stone
31     value 4000
32     weight 200
33     client_type 2011
34     identified 1
35     magicmap white
36     editable 2048
37     end
38