ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/conv.arc
Revision: 1.13
Committed: Tue Jul 16 18:56:50 2019 UTC (4 years, 10 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +1 -0 lines
Log Message:
*** empty log message ***

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