ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/jewel/jade_coin.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:22 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +5 -4 lines
Log Message:
simply ran cfarch-normalize on all 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 jade 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.3 object jadecoin
7 root 1.1 name jade coin
8 root 1.3 name_pl jade coins
9 root 1.1 race gold and jewels
10 pippijn 1.2 face jade_coin.x11
11 root 1.1 nrof 1
12     type 36
13     material 2
14     materialname jade
15     value 5000
16     weight 10
17 root 1.3 client_type 2001
18     color_fg green
19 root 1.1 editable 2048
20     end
21 root 1.3