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.2 by pippijn, Tue Jan 2 21:57:49 2007 UTC vs.
Revision 1.13 by root, Tue Jul 16 18:56:50 2019 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
5food 40 6food 40
6type 103 7type 103
8move_on walk
7no_pick 1 9no_pick 1
10end
11
12object gold_converter
13name convert gold into platinum
14slaying goldcoin
15other_arch platinacoin
8face conv.x11 16face conv.x11
9walk_on 1 17food 100
10editable 64 18type 103
11visibility 100 19move_on walk
12magicmap light_blue 20no_pick 1
13end 21end
14Object pearl_converter 22
15name drop gold to buy pearls
16other_arch pearl
17slaying goldcoin
18type 103
19food 5
20no_pick 1
21face conv.x11
22walk_on 1
23editable 64
24visibility 100
25end
26Object ruby_converter
27name drop gold to buy rubies
28other_arch ruby
29slaying goldcoin
30food 20
31type 103
32no_pick 1
33face conv.x11
34walk_on 1
35editable 64
36visibility 100
37end
38Object silver_converter
39name convert silver into gold
40other_arch goldcoin
41slaying silvercoin
42food 10
43type 103
44no_pick 1
45face conv.x11
46walk_on 1
47editable 64
48visibility 100
49end
50Object gold_converter
51name convert gold into platinum
52other_arch platinacoin
53slaying goldcoin
54food 5
55type 103
56no_pick 1
57face conv.x11
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.x11
71walk_on 1
72editable 64
73visibility 100
74end
75# DON'T USE THIS OBJECT YET 23# DON'T USE THIS OBJECT YET
76# it needs some server code which is under discussion 24# it needs some server code which is under discussion
77# a character having amberium or jade coins without the server code in 25# a character having amberium or jade coins without the server code in
78# place would be able to simply walk out of shops with stuff, without 26# place would be able to simply walk out of shops with stuff, without
79# actually paying anything. 27# actually paying anything.
80Object platinum_converter2 28object jade_converter
81name convert platinum into jade 29name convert jade into amberium
30slaying jadecoin
82other_arch jadecoin 31other_arch ambercoin
83slaying platinacoin 32face conv.x11
84food 100 33food 100
85type 103 34type 103
35move_on walk
86no_pick 1 36no_pick 1
37editor_folder deprecated/shop
38end
39
40object pearl_converter
41name drop gold to buy pearls
42slaying goldcoin
43other_arch pearl
87face conv.x11 44face conv.x11
88walk_on 1 45food 5
89editable 64 46type 103
90visibility 100 47move_on walk
48no_pick 1
91end 49end
50
51object platinum_converter
52name convert platinum into gold
53slaying platinacoin
54other_arch goldcoin
55face conv.x11
56food 1
57sp 100
58type 103
59move_on walk
60no_pick 1
61end
62
92# DON'T USE THIS OBJECT YET 63# DON'T USE THIS OBJECT YET
93# it needs some server code which is under discussion 64# it needs some server code which is under discussion
94# a character having amberium or jade coins without the server code in 65# a character having amberium or jade coins without the server code in
95# place would be able to simply walk out of shops with stuff, without 66# place would be able to simply walk out of shops with stuff, without
96# actually paying anything. 67# actually paying anything.
97Object jade_converter 68object platinum_converter2
98name convert jade into amberium 69name convert platinum into jade
70slaying platinacoin
99other_arch ambercoin 71other_arch jadecoin
100slaying jadecoin 72face conv.x11
101food 100 73food 100
102type 103 74type 103
75move_on walk
103no_pick 1 76no_pick 1
77editor_folder deprecated/shop
78end
79
80object platinum_converter3
81name convert platinum into royalties
82slaying platinacoin
83other_arch royalty
104face conv.x11 84face conv.x11
105walk_on 1 85food 100
106editable 64 86type 103
107visibility 100 87move_on walk
88no_pick 1
108end 89end
90
91object ruby_converter
92name drop gold to buy rubies
93slaying goldcoin
94other_arch ruby
95face conv.x11
96food 20
97type 103
98move_on walk
99no_pick 1
100end
101
102object silver_converter
103name convert silver into gold
104slaying silvercoin
105other_arch goldcoin
106face conv.x11
107food 100
108type 103
109move_on walk
110no_pick 1
111end
112

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines