ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/conv.arc
Revision: 1.11
Committed: Wed May 26 18:36:56 2010 UTC (14 years, 1 month 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

# User Rev Content
1 root 1.5 object diamond_converter
2 root 1.1 name drop gold to buy diamonds
3 root 1.6 slaying goldcoin
4 root 1.4 other_arch gem
5 root 1.6 face conv.x11
6 root 1.10 magicmap light_blue
7 root 1.1 food 40
8     type 103
9 root 1.6 move_on walk
10 root 1.1 no_pick 1
11 root 1.4 visibility 100
12     end
13 root 1.6
14     object gold_converter
15     name convert gold into platinum
16 root 1.4 slaying goldcoin
17 root 1.6 other_arch platinacoin
18     face conv.x11
19 pippijn 1.8 food 100
20 root 1.4 type 103
21 root 1.6 move_on walk
22 root 1.4 no_pick 1
23 root 1.1 visibility 100
24     end
25 root 1.6
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 root 1.4 face conv.x11
36 root 1.6 food 100
37 root 1.1 type 103
38 root 1.6 move_on walk
39 root 1.1 no_pick 1
40 root 1.11 editor_folder deprecated/shop
41 root 1.1 visibility 100
42     end
43 root 1.6
44     object pearl_converter
45     name drop gold to buy pearls
46 root 1.1 slaying goldcoin
47 root 1.6 other_arch pearl
48     face conv.x11
49 root 1.1 food 5
50     type 103
51 root 1.6 move_on walk
52 root 1.1 no_pick 1
53     visibility 100
54     end
55 root 1.6
56 root 1.5 object platinum_converter
57 root 1.1 name convert platinum into gold
58 root 1.6 slaying platinacoin
59 root 1.4 other_arch goldcoin
60 root 1.6 face conv.x11
61 root 1.4 food 1
62 root 1.1 type 103
63 root 1.6 move_on walk
64 root 1.1 no_pick 1
65 pippijn 1.2 visibility 100
66     end
67 root 1.6
68 pippijn 1.2 # 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 root 1.5 object platinum_converter2
74 pippijn 1.2 name convert platinum into jade
75 root 1.6 slaying platinacoin
76 root 1.4 other_arch jadecoin
77 root 1.6 face conv.x11
78 pippijn 1.2 food 100
79     type 103
80 root 1.6 move_on walk
81 pippijn 1.2 no_pick 1
82 root 1.11 editor_folder deprecated/shop
83 root 1.6 visibility 100
84     end
85    
86 pippijn 1.8 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 root 1.6 object ruby_converter
99     name drop gold to buy rubies
100     slaying goldcoin
101     other_arch ruby
102 root 1.4 face conv.x11
103 root 1.6 food 20
104     type 103
105     move_on walk
106     no_pick 1
107 root 1.3 visibility 100
108     end
109 root 1.6
110     object silver_converter
111     name convert silver into gold
112     slaying silvercoin
113     other_arch goldcoin
114     face conv.x11
115 pippijn 1.8 food 100
116 root 1.3 type 103
117 root 1.6 move_on walk
118 root 1.3 no_pick 1
119 root 1.1 visibility 100
120     end
121 root 1.6