ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/conv.arc
Revision: 1.6
Committed: Sat Mar 3 01:24:08 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_4, rel-2_2, rel-2_0, rel-2_1, rel-2_32, rel-2_43, rel-2_42, rel-2_41
Changes since 1.5: +59 -51 lines
Log Message:
second normaliser run - dude

File Contents

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