ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/jewel/coppercoin.arc
Revision: 1.5
Committed: Sat Oct 16 09:17:36 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -1 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.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 nrof 1
16     type 36
17     materialname copper
18     value 0
19     weight 2
20     client_type 2001
21 root 1.4 editor_folder deprecated/jewel
22 root 1.1 end
23