ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cf.schmorp.de/arch/shop/conv.arc
Revision: 1.11
Committed: Wed May 26 18:36:56 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.10: +2 -0 lines
Log Message:
move jade etc. to deprecated

File Contents

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