ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/conv.arc
Revision: 1.4
Committed: Sat Mar 3 00:50:58 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.3: +54 -62 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

# User Rev Content
1 root 1.4 Object diamond_converter
2 root 1.1 name drop gold to buy diamonds
3 root 1.4 other_arch gem
4 root 1.3 slaying goldcoin
5 root 1.1 food 40
6     type 103
7     no_pick 1
8 root 1.4 face conv.x11
9     walk_on 1
10 root 1.1 editable 64
11 root 1.4 visibility 100
12 root 1.3 magicmap light_blue
13 root 1.4 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.x11
22     walk_on 1
23     editable 64
24 root 1.1 visibility 100
25     end
26 root 1.4 Object ruby_converter
27     name drop gold to buy rubies
28     other_arch ruby
29 root 1.1 slaying goldcoin
30 root 1.4 food 20
31 root 1.1 type 103
32     no_pick 1
33 root 1.4 face conv.x11
34     walk_on 1
35 root 1.1 editable 64
36     visibility 100
37     end
38 root 1.4 Object silver_converter
39     name convert silver into gold
40     other_arch goldcoin
41     slaying silvercoin
42     food 10
43 root 1.1 type 103
44     no_pick 1
45 root 1.4 face conv.x11
46     walk_on 1
47 root 1.1 editable 64
48     visibility 100
49     end
50 root 1.4 Object gold_converter
51     name convert gold into platinum
52     other_arch platinacoin
53 root 1.1 slaying goldcoin
54     food 5
55     type 103
56     no_pick 1
57 root 1.4 face conv.x11
58     walk_on 1
59 root 1.1 editable 64
60     visibility 100
61     end
62 root 1.4 Object platinum_converter
63 root 1.1 name convert platinum into gold
64 root 1.4 other_arch goldcoin
65 root 1.3 slaying platinacoin
66 root 1.4 food 1
67 root 1.3 sp 5
68 root 1.1 type 103
69     no_pick 1
70 root 1.4 face conv.x11
71     walk_on 1
72 pippijn 1.2 editable 64
73     visibility 100
74     end
75     # 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 root 1.4 Object platinum_converter2
81 pippijn 1.2 name convert platinum into jade
82 root 1.4 other_arch jadecoin
83 root 1.3 slaying platinacoin
84 pippijn 1.2 food 100
85     type 103
86     no_pick 1
87 root 1.4 face conv.x11
88     walk_on 1
89 root 1.3 editable 64
90     visibility 100
91     end
92 root 1.4 # 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 root 1.3 type 103
103     no_pick 1
104     face conv.x11
105 root 1.4 walk_on 1
106 root 1.1 editable 64
107     visibility 100
108     end