ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/jewel/amber_coin.arc
Revision: 1.9
Committed: Fri Oct 23 03:51:54 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82
Changes since 1.8: +1 -1 lines
Log Message:
lots of arches

File Contents

# User Rev Content
1 pippijn 1.2 # DON'T USE THIS OBJECT YET
2     # it needs some server code which is under discussion
3     # a character having amberium coins without the server code in place
4     # would be able to simply walk out of shops with stuff, without
5     # actually paying anything.
6 root 1.6 object ambercoin
7 root 1.1 name amberium coin
8 root 1.7 name_pl amberium coins
9 root 1.1 race gold and jewels
10 pippijn 1.2 face amber_coin.x11
11 root 1.9 magicmap orange
12 root 1.1 nrof 1
13     type 36
14     materialname amberium
15     value 500000
16     weight 23
17 root 1.7 client_type 2001
18 root 1.5 editable 2048
19 root 1.1 end
20 root 1.7