ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/jewel/coppercoin.arc
Revision: 1.2
Committed: Wed Oct 28 10:35:39 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
more archetypes, also cockatrice, without stoning support

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     editable 2048
23     end
24