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.2 by pippijn, Tue Jan 2 21:57:49 2007 UTC

3other_arch gem 3other_arch gem
4slaying goldcoin 4slaying goldcoin
5food 40 5food 40
6type 103 6type 103
7no_pick 1 7no_pick 1
8face conv.111 8face conv.x11
9walk_on 1 9walk_on 1
10editable 64 10editable 64
11visibility 100 11visibility 100
12magicmap light_blue 12magicmap light_blue
13end 13end
16other_arch pearl 16other_arch pearl
17slaying goldcoin 17slaying goldcoin
18type 103 18type 103
19food 5 19food 5
20no_pick 1 20no_pick 1
21face conv.111 21face conv.x11
22walk_on 1 22walk_on 1
23editable 64 23editable 64
24visibility 100 24visibility 100
25end 25end
26Object ruby_converter 26Object ruby_converter
28other_arch ruby 28other_arch ruby
29slaying goldcoin 29slaying goldcoin
30food 20 30food 20
31type 103 31type 103
32no_pick 1 32no_pick 1
33face conv.111 33face conv.x11
34walk_on 1 34walk_on 1
35editable 64 35editable 64
36visibility 100 36visibility 100
37end 37end
38Object silver_converter 38Object silver_converter
40other_arch goldcoin 40other_arch goldcoin
41slaying silvercoin 41slaying silvercoin
42food 10 42food 10
43type 103 43type 103
44no_pick 1 44no_pick 1
45face conv.111 45face conv.x11
46walk_on 1 46walk_on 1
47editable 64 47editable 64
48visibility 100 48visibility 100
49end 49end
50Object gold_converter 50Object gold_converter
52other_arch platinacoin 52other_arch platinacoin
53slaying goldcoin 53slaying goldcoin
54food 5 54food 5
55type 103 55type 103
56no_pick 1 56no_pick 1
57face conv.111 57face conv.x11
58walk_on 1 58walk_on 1
59editable 64 59editable 64
60visibility 100 60visibility 100
61end 61end
62Object platinum_converter 62Object platinum_converter
65slaying platinacoin 65slaying platinacoin
66food 1 66food 1
67sp 5 67sp 5
68type 103 68type 103
69no_pick 1 69no_pick 1
70face conv.111 70face conv.x11
71walk_on 1 71walk_on 1
72editable 64 72editable 64
73visibility 100 73visibility 100
74end 74end
75# DON'T USE THIS OBJECT YET
76# it needs some server code which is under discussion
77# 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
79# actually paying anything.
80Object platinum_converter2
81name convert platinum into jade
82other_arch jadecoin
83slaying platinacoin
84food 100
85type 103
86no_pick 1
87face conv.x11
88walk_on 1
89editable 64
90visibility 100
91end
92# DON'T USE THIS OBJECT YET
93# it needs some server code which is under discussion
94# 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
96# actually paying anything.
97Object jade_converter
98name convert jade into amberium
99other_arch ambercoin
100slaying jadecoin
101food 100
102type 103
103no_pick 1
104face conv.x11
105walk_on 1
106editable 64
107visibility 100
108end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines