ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/jewel/amber_coin.arc
Revision: 1.6
Committed: Sat Mar 3 01:15:42 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.5: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

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     race gold and jewels
9 pippijn 1.2 face amber_coin.x11
10 root 1.5 color_fg orange
11 root 1.1 nrof 1
12     type 36
13 root 1.5 material 2
14 root 1.1 materialname amberium
15     value 500000
16     weight 23
17 root 1.5 editable 2048
18     name_pl amberium coins
19 root 1.3 client_type 2001
20 root 1.1 end