ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/conv.arc
Revision: 1.7
Committed: Mon Apr 14 21:43:42 2008 UTC (16 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_6, rel-2_5, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_61
Changes since 1.6: +0 -1 lines
Log Message:
quickfix set sp to 0 as with any other converter

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 5
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 ruby_converter
91 name drop gold to buy rubies
92 slaying goldcoin
93 other_arch ruby
94 face conv.x11
95 food 20
96 type 103
97 move_on walk
98 no_pick 1
99 editable 64
100 visibility 100
101 end
102
103 object silver_converter
104 name convert silver into gold
105 slaying silvercoin
106 other_arch goldcoin
107 face conv.x11
108 food 10
109 type 103
110 move_on walk
111 no_pick 1
112 editable 64
113 visibility 100
114 end
115