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.10 by root, Tue Nov 3 09:59:22 2009 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
43visibility 100 40visibility 100
44end 41end
45 42
46object pearl_converter 43object pearl_converter
47name drop gold to buy pearls 44name drop gold to buy pearls
50face conv.x11 47face conv.x11
51food 5 48food 5
52type 103 49type 103
53move_on walk 50move_on walk
54no_pick 1 51no_pick 1
55editable 64
56visibility 100 52visibility 100
57end 53end
58 54
59object platinum_converter 55object platinum_converter
60name convert platinum into gold 56name convert platinum into gold
61slaying platinacoin 57slaying platinacoin
62other_arch goldcoin 58other_arch goldcoin
63face conv.x11 59face conv.x11
64sp 5
65food 1 60food 1
66type 103 61type 103
67move_on walk 62move_on walk
68no_pick 1 63no_pick 1
69editable 64
70visibility 100 64visibility 100
71end 65end
72 66
73# DON'T USE THIS OBJECT YET 67# DON'T USE THIS OBJECT YET
74# it needs some server code which is under discussion 68# it needs some server code which is under discussion
82face conv.x11 76face conv.x11
83food 100 77food 100
84type 103 78type 103
85move_on walk 79move_on walk
86no_pick 1 80no_pick 1
87editable 64 81visibility 100
82end
83
84object platinum_converter3
85name convert platinum into royalties
86slaying platinacoin
87other_arch royalty
88face conv.x11
89food 100
90type 103
91move_on walk
92no_pick 1
88visibility 100 93visibility 100
89end 94end
90 95
91object ruby_converter 96object ruby_converter
92name drop gold to buy rubies 97name drop gold to buy rubies
95face conv.x11 100face conv.x11
96food 20 101food 20
97type 103 102type 103
98move_on walk 103move_on walk
99no_pick 1 104no_pick 1
100editable 64
101visibility 100 105visibility 100
102end 106end
103 107
104object silver_converter 108object silver_converter
105name convert silver into gold 109name convert silver into gold
106slaying silvercoin 110slaying silvercoin
107other_arch goldcoin 111other_arch goldcoin
108face conv.x11 112face conv.x11
109food 10 113food 100
110type 103 114type 103
111move_on walk 115move_on walk
112no_pick 1 116no_pick 1
113editable 64
114visibility 100 117visibility 100
115end 118end
116 119

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines