ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/alchemy_gems.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:16 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +30 -27 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object alchemy_diamond_converter
2 root 1.1 name alchemy bath: create diamond
3 root 1.3 slaying goldcoin
4 root 1.1 other_arch gem
5 root 1.3 face lava.x11
6 root 1.1 food 40
7 root 1.3 speed 0.4
8 root 1.1 type 103
9 root 1.3 move_on all
10 root 1.1 no_pick 1
11 root 1.3 editable 64
12     visibility 100
13 root 1.1 anim
14 pippijn 1.2 lava.x11
15     lava.x12
16     lava.x13
17     lava.x14
18     lava.x15
19     polymorph.x11
20     lava.x14
21     polymorph.x12
22     polymorph.x13
23     polymorph.x14
24     gem.x11
25 root 1.1 mina
26     end
27 root 1.3
28     object alchemy_pearl_converter
29     name alchemy bath: create pearl
30 root 1.1 slaying goldcoin
31 root 1.3 other_arch pearl
32     face lava.x11
33     food 5
34     speed 0.4
35 root 1.1 type 103
36 root 1.3 move_on all
37 root 1.1 no_pick 1
38 root 1.3 editable 64
39     visibility 100
40 root 1.1 anim
41 pippijn 1.2 lava.x11
42     lava.x12
43     lava.x13
44     lava.x14
45     lava.x15
46     polymorph.x11
47     lava.x14
48     polymorph.x12
49     polymorph.x13
50     polymorph.x14
51 root 1.3 pearl.x11
52 root 1.1 mina
53     end
54 root 1.3
55     object alchemy_ruby_converter
56     name alchemy bath: create ruby
57 root 1.1 slaying goldcoin
58 root 1.3 other_arch ruby
59     face lava.x11
60     food 20
61     speed 0.4
62 root 1.1 type 103
63 root 1.3 move_on all
64 root 1.1 no_pick 1
65 root 1.3 editable 64
66     visibility 100
67 root 1.1 anim
68 pippijn 1.2 lava.x11
69     lava.x12
70     lava.x13
71     lava.x14
72     lava.x15
73     polymorph.x11
74     lava.x14
75     polymorph.x12
76     polymorph.x13
77     polymorph.x14
78 root 1.3 ruby.x11
79 root 1.1 mina
80     end
81 root 1.3