ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/conv.arc
(Generate patch)

Comparing deliantra/arch/shop/conv.arc (file contents):
Revision 1.6 by root, Sat Mar 3 01:24:08 2007 UTC vs.
Revision 1.11 by root, Wed May 26 18:36:56 2010 UTC

1object diamond_converter 1object diamond_converter
2name drop gold to buy diamonds 2name drop gold to buy diamonds
3slaying goldcoin 3slaying goldcoin
4other_arch gem 4other_arch gem
5face conv.x11 5face conv.x11
6magicmap light_blue
6food 40 7food 40
7type 103 8type 103
8move_on walk 9move_on walk
9no_pick 1 10no_pick 1
10editable 64
11magicmap light_blue
12visibility 100 11visibility 100
13end 12end
14 13
15object gold_converter 14object gold_converter
16name convert gold into platinum 15name convert gold into platinum
17slaying goldcoin 16slaying goldcoin
18other_arch platinacoin 17other_arch platinacoin
19face conv.x11 18face conv.x11
20food 5 19food 100
21type 103 20type 103
22move_on walk 21move_on walk
23no_pick 1 22no_pick 1
24editable 64
25visibility 100 23visibility 100
26end 24end
27 25
28# DON'T USE THIS OBJECT YET 26# DON'T USE THIS OBJECT YET
29# it needs some server code which is under discussion 27# it needs some server code which is under discussion
37face conv.x11 35face conv.x11
38food 100 36food 100
39type 103 37type 103
40move_on walk 38move_on walk
41no_pick 1 39no_pick 1
42editable 64 40editor_folder deprecated/shop
43visibility 100 41visibility 100
44end 42end
45 43
46object pearl_converter 44object pearl_converter
47name drop gold to buy pearls 45name drop gold to buy pearls
50face conv.x11 48face conv.x11
51food 5 49food 5
52type 103 50type 103
53move_on walk 51move_on walk
54no_pick 1 52no_pick 1
55editable 64
56visibility 100 53visibility 100
57end 54end
58 55
59object platinum_converter 56object platinum_converter
60name convert platinum into gold 57name convert platinum into gold
61slaying platinacoin 58slaying platinacoin
62other_arch goldcoin 59other_arch goldcoin
63face conv.x11 60face conv.x11
64sp 5
65food 1 61food 1
66type 103 62type 103
67move_on walk 63move_on walk
68no_pick 1 64no_pick 1
69editable 64
70visibility 100 65visibility 100
71end 66end
72 67
73# DON'T USE THIS OBJECT YET 68# DON'T USE THIS OBJECT YET
74# it needs some server code which is under discussion 69# it needs some server code which is under discussion
82face conv.x11 77face conv.x11
83food 100 78food 100
84type 103 79type 103
85move_on walk 80move_on walk
86no_pick 1 81no_pick 1
87editable 64 82editor_folder deprecated/shop
83visibility 100
84end
85
86object platinum_converter3
87name convert platinum into royalties
88slaying platinacoin
89other_arch royalty
90face conv.x11
91food 100
92type 103
93move_on walk
94no_pick 1
88visibility 100 95visibility 100
89end 96end
90 97
91object ruby_converter 98object ruby_converter
92name drop gold to buy rubies 99name drop gold to buy rubies
95face conv.x11 102face conv.x11
96food 20 103food 20
97type 103 104type 103
98move_on walk 105move_on walk
99no_pick 1 106no_pick 1
100editable 64
101visibility 100 107visibility 100
102end 108end
103 109
104object silver_converter 110object silver_converter
105name convert silver into gold 111name convert silver into gold
106slaying silvercoin 112slaying silvercoin
107other_arch goldcoin 113other_arch goldcoin
108face conv.x11 114face conv.x11
109food 10 115food 100
110type 103 116type 103
111move_on walk 117move_on walk
112no_pick 1 118no_pick 1
113editable 64
114visibility 100 119visibility 100
115end 120end
116 121

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines