ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/conv.arc
Revision: 1.8
Committed: Fri Sep 5 03:46:00 2008 UTC (15 years, 9 months ago) by pippijn
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_7, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.7: +15 -2 lines
Log Message:
fixed(?) converters

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