ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/jewel/gem.arc
Revision: 1.12
Committed: Tue May 27 00:24:50 2008 UTC (16 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78, rel-2_61
Changes since 1.11: +2 -2 lines
Log Message:
adjust diamond weight to hopefully make diamonds of exceptional beauty merge with existing ones on maps

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 root 1.12 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 root 1.12 type 90
30 pippijn 1.10 materialname stone
31     value 4000
32     weight 200
33     client_type 2011
34     identified 1
35     magicmap white
36     editable 2048
37     end
38