ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/jewel/coppercoin.arc
Revision: 1.4
Committed: Wed May 26 18:36:56 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.3: +1 -0 lines
Log Message:
move jade etc. to deprecated

File Contents

# User Rev Content
1 root 1.1 #The value of copper is 1/2 that of silver.
2     #If this copper coin had a weight of 10 it's value would be 0.5
3     #However, these coins have a weight of 2, so their value is 0.1
4     #10 copper coins equal 1 silver coin.
5     #Since there are no decimal values in CF I have used 0 as the value.
6     #thus converters are needed in banks (and the 'broken converter' check
7     #in apply.c or converter.c needs to be removed or disabled when playing
8     #with copper coins.
9     #--MikeeUSA--
10     object coppercoin
11     name copper coin
12     name_pl copper coins
13     race gold and jewels
14 root 1.2 face coppercoin.x11
15 root 1.1 magicmap orange
16     nrof 1
17     type 36
18     materialname copper
19     value 0
20     weight 2
21     client_type 2001
22 root 1.4 editor_folder deprecated/jewel
23 root 1.1 end
24