ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/conv.arc
Revision: 1.9
Committed: Tue Nov 3 09:49:40 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
Changes since 1.8: +0 -9 lines
Log Message:
remove editable field, elmey says so

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