ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/conv.arc
Revision: 1.2
Committed: Tue Jan 2 21:57:49 2007 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
CVS Tags: pre_first_cfarch_normalize_run
Changes since 1.1: +40 -6 lines
Log Message:
renamed pngs from \.1(..) to \.x\1

File Contents

# User Rev Content
1 root 1.1 Object diamond_converter
2     name drop gold to buy diamonds
3     other_arch gem
4     slaying goldcoin
5     food 40
6     type 103
7     no_pick 1
8 pippijn 1.2 face conv.x11
9 root 1.1 walk_on 1
10     editable 64
11     visibility 100
12     magicmap light_blue
13     end
14     Object pearl_converter
15     name drop gold to buy pearls
16     other_arch pearl
17     slaying goldcoin
18     type 103
19     food 5
20     no_pick 1
21 pippijn 1.2 face conv.x11
22 root 1.1 walk_on 1
23     editable 64
24     visibility 100
25     end
26     Object ruby_converter
27     name drop gold to buy rubies
28     other_arch ruby
29     slaying goldcoin
30     food 20
31     type 103
32     no_pick 1
33 pippijn 1.2 face conv.x11
34 root 1.1 walk_on 1
35     editable 64
36     visibility 100
37     end
38     Object silver_converter
39     name convert silver into gold
40     other_arch goldcoin
41     slaying silvercoin
42     food 10
43     type 103
44     no_pick 1
45 pippijn 1.2 face conv.x11
46 root 1.1 walk_on 1
47     editable 64
48     visibility 100
49     end
50     Object gold_converter
51     name convert gold into platinum
52     other_arch platinacoin
53     slaying goldcoin
54     food 5
55     type 103
56     no_pick 1
57 pippijn 1.2 face conv.x11
58 root 1.1 walk_on 1
59     editable 64
60     visibility 100
61     end
62     Object platinum_converter
63     name convert platinum into gold
64     other_arch goldcoin
65     slaying platinacoin
66     food 1
67     sp 5
68     type 103
69     no_pick 1
70 pippijn 1.2 face conv.x11
71     walk_on 1
72     editable 64
73     visibility 100
74     end
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.
80     Object platinum_converter2
81     name convert platinum into jade
82     other_arch jadecoin
83     slaying platinacoin
84     food 100
85     type 103
86     no_pick 1
87     face conv.x11
88     walk_on 1
89     editable 64
90     visibility 100
91     end
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.
97     Object jade_converter
98     name convert jade into amberium
99     other_arch ambercoin
100     slaying jadecoin
101     food 100
102     type 103
103     no_pick 1
104     face conv.x11
105 root 1.1 walk_on 1
106     editable 64
107     visibility 100
108     end