ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/conv.arc
Revision: 1.10
Committed: Tue Nov 3 09:59:22 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +1 -1 lines
Log Message:
big cfarch-normalize run

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     visibility 100
41     end
42 root 1.6
43     object pearl_converter
44     name drop gold to buy pearls
45 root 1.1 slaying goldcoin
46 root 1.6 other_arch pearl
47     face conv.x11
48 root 1.1 food 5
49     type 103
50 root 1.6 move_on walk
51 root 1.1 no_pick 1
52     visibility 100
53     end
54 root 1.6
55 root 1.5 object platinum_converter
56 root 1.1 name convert platinum into gold
57 root 1.6 slaying platinacoin
58 root 1.4 other_arch goldcoin
59 root 1.6 face conv.x11
60 root 1.4 food 1
61 root 1.1 type 103
62 root 1.6 move_on walk
63 root 1.1 no_pick 1
64 pippijn 1.2 visibility 100
65     end
66 root 1.6
67 pippijn 1.2 # 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 root 1.5 object platinum_converter2
73 pippijn 1.2 name convert platinum into jade
74 root 1.6 slaying platinacoin
75 root 1.4 other_arch jadecoin
76 root 1.6 face conv.x11
77 pippijn 1.2 food 100
78     type 103
79 root 1.6 move_on walk
80 pippijn 1.2 no_pick 1
81 root 1.6 visibility 100
82     end
83    
84 pippijn 1.8 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 root 1.6 object ruby_converter
97     name drop gold to buy rubies
98     slaying goldcoin
99     other_arch ruby
100 root 1.4 face conv.x11
101 root 1.6 food 20
102     type 103
103     move_on walk
104     no_pick 1
105 root 1.3 visibility 100
106     end
107 root 1.6
108     object silver_converter
109     name convert silver into gold
110     slaying silvercoin
111     other_arch goldcoin
112     face conv.x11
113 pippijn 1.8 food 100
114 root 1.3 type 103
115 root 1.6 move_on walk
116 root 1.3 no_pick 1
117 root 1.1 visibility 100
118     end
119 root 1.6