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.1 by root, Mon Feb 6 20:26:28 2006 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
3other_arch gem 4other_arch gem
4slaying goldcoin 5face conv.x11
6magicmap light_blue
5food 40 7food 40
6type 103 8type 103
9move_on walk
7no_pick 1 10no_pick 1
8face conv.111
9walk_on 1
10editable 64
11visibility 100
12magicmap light_blue
13end
14Object pearl_converter
15name drop gold to buy pearls
16other_arch pearl
17slaying goldcoin
18type 103
19food 5
20no_pick 1
21face conv.111
22walk_on 1
23editable 64
24visibility 100 11visibility 100
25end 12end
13
14object gold_converter
15name convert gold into platinum
16slaying goldcoin
17other_arch platinacoin
18face conv.x11
19food 100
20type 103
21move_on walk
22no_pick 1
23visibility 100
24end
25
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.
31object jade_converter
32name convert jade into amberium
33slaying jadecoin
34other_arch ambercoin
35face conv.x11
36food 100
37type 103
38move_on walk
39no_pick 1
40visibility 100
41end
42
43object pearl_converter
44name drop gold to buy pearls
45slaying goldcoin
46other_arch pearl
47face conv.x11
48food 5
49type 103
50move_on walk
51no_pick 1
52visibility 100
53end
54
55object platinum_converter
56name convert platinum into gold
57slaying platinacoin
58other_arch goldcoin
59face conv.x11
60food 1
61type 103
62move_on walk
63no_pick 1
64visibility 100
65end
66
67# 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.
72object platinum_converter2
73name convert platinum into jade
74slaying platinacoin
75other_arch jadecoin
76face conv.x11
77food 100
78type 103
79move_on walk
80no_pick 1
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
93visibility 100
94end
95
26Object ruby_converter 96object ruby_converter
27name drop gold to buy rubies 97name drop gold to buy rubies
98slaying goldcoin
28other_arch ruby 99other_arch ruby
29slaying goldcoin 100face conv.x11
30food 20 101food 20
31type 103 102type 103
103move_on walk
32no_pick 1 104no_pick 1
33face conv.111
34walk_on 1
35editable 64
36visibility 100 105visibility 100
37end 106end
107
38Object silver_converter 108object silver_converter
39name convert silver into gold 109name convert silver into gold
110slaying silvercoin
40other_arch goldcoin 111other_arch goldcoin
41slaying silvercoin 112face conv.x11
42food 10 113food 100
43type 103 114type 103
115move_on walk
44no_pick 1 116no_pick 1
45face conv.111
46walk_on 1
47editable 64
48visibility 100 117visibility 100
49end 118end
50Object gold_converter 119
51name convert gold into platinum
52other_arch platinacoin
53slaying goldcoin
54food 5
55type 103
56no_pick 1
57face conv.111
58walk_on 1
59editable 64
60visibility 100
61end
62Object platinum_converter
63name convert platinum into gold
64other_arch goldcoin
65slaying platinacoin
66food 1
67sp 5
68type 103
69no_pick 1
70face conv.111
71walk_on 1
72editable 64
73visibility 100
74end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines