ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/conv.arc
Revision: 1.1.1.2 (vendor branch)
Committed: Wed Feb 22 18:04:34 2006 UTC (18 years, 3 months ago) by elmex
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15, UPSTREAM_2006_02_22
Changes since 1.1.1.1: +34 -0 lines
Log Message:
cvs -z7 -d:ext:elmex@cvs.schmorp.de:/schmorpforge import cf.schmorp.de UPSTREAM UPSTREAM_2006_02_22

File Contents

# User Rev Content
1 root 1.1 Object diamond_converter
2     name drop gold to buy diamonds
3     other_arch gem
4     slaying goldcoin
5     food 40
6     type 103
7     no_pick 1
8     face conv.111
9     walk_on 1
10     editable 64
11     visibility 100
12     magicmap light_blue
13     end
14     Object pearl_converter
15     name drop gold to buy pearls
16     other_arch pearl
17     slaying goldcoin
18     type 103
19     food 5
20     no_pick 1
21     face conv.111
22     walk_on 1
23     editable 64
24     visibility 100
25     end
26     Object ruby_converter
27     name drop gold to buy rubies
28     other_arch ruby
29     slaying goldcoin
30     food 20
31     type 103
32     no_pick 1
33     face conv.111
34     walk_on 1
35     editable 64
36     visibility 100
37     end
38     Object silver_converter
39     name convert silver into gold
40     other_arch goldcoin
41     slaying silvercoin
42     food 10
43     type 103
44     no_pick 1
45     face conv.111
46     walk_on 1
47     editable 64
48     visibility 100
49     end
50     Object gold_converter
51     name convert gold into platinum
52     other_arch platinacoin
53     slaying goldcoin
54     food 5
55     type 103
56     no_pick 1
57     face conv.111
58     walk_on 1
59     editable 64
60     visibility 100
61     end
62     Object platinum_converter
63     name convert platinum into gold
64     other_arch goldcoin
65     slaying platinacoin
66     food 1
67     sp 5
68     type 103
69     no_pick 1
70     face conv.111
71     walk_on 1
72     editable 64
73     visibility 100
74     end
75 elmex 1.1.1.2 # DON'T USE THIS OBJECT YET
76     # it needs some server code which is under discussion
77     # a character having amberium or jade coins without the server code in
78     # place would be able to simply walk out of shops with stuff, without
79     # actually paying anything.
80     Object platinum_converter2
81     name convert platinum into jade
82     other_arch jadecoin
83     slaying platinacoin
84     food 100
85     type 103
86     no_pick 1
87     face conv.111
88     walk_on 1
89     editable 64
90     visibility 100
91     end
92     # DON'T USE THIS OBJECT YET
93     # it needs some server code which is under discussion
94     # a character having amberium or jade coins without the server code in
95     # place would be able to simply walk out of shops with stuff, without
96     # actually paying anything.
97     Object jade_converter
98     name convert jade into amberium
99     other_arch ambercoin
100     slaying jadecoin
101     food 100
102     type 103
103     no_pick 1
104     face conv.111
105     walk_on 1
106     editable 64
107     visibility 100
108     end