ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/conv.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:16 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +62 -54 lines
Log Message:
simply ran cfarch-normalize on all arches

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 all
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 all
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 all
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 all
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 sp 5
65 food 1
66 type 103
67 move_on all
68 no_pick 1
69 editable 64
70 visibility 100
71 end
72
73 # DON'T USE THIS OBJECT YET
74 # it needs some server code which is under discussion
75 # a character having amberium or jade coins without the server code in
76 # place would be able to simply walk out of shops with stuff, without
77 # actually paying anything.
78 object platinum_converter2
79 name convert platinum into jade
80 slaying platinacoin
81 other_arch jadecoin
82 face conv.x11
83 food 100
84 type 103
85 move_on all
86 no_pick 1
87 editable 64
88 visibility 100
89 end
90
91 object ruby_converter
92 name drop gold to buy rubies
93 slaying goldcoin
94 other_arch ruby
95 face conv.x11
96 food 20
97 type 103
98 move_on all
99 no_pick 1
100 editable 64
101 visibility 100
102 end
103
104 object silver_converter
105 name convert silver into gold
106 slaying silvercoin
107 other_arch goldcoin
108 face conv.x11
109 food 10
110 type 103
111 move_on all
112 no_pick 1
113 editable 64
114 visibility 100
115 end
116