ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/treasures/shop.trs
Revision: 1.3
Committed: Mon Jul 16 14:59:21 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_72, rel-2_73, rel-2_71, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.2: +4 -1 lines
Log Message:
adjusted treasure lists and slag ex price

File Contents

# User Rev Content
1 elmex 1.1 treasureone shop_potions_exceptions
2     arch amulet
3     chance 10
4     more
5     arch ring
6     chance 10
7     more
8     list random_books
9     chance 10
10     more
11     arch wand
12     chance 10
13     more
14     arch staff
15     chance 5
16     more
17     arch rod_light
18     chance 5
19     more
20     arch scroll_new
21     nrof 9
22     chance 30
23     more
24     arch potion_restoration
25     chance 5
26     more
27     arch gem
28     nrof 1
29     chance 5
30     more
31     arch pearl
32     chance 5
33     nrof 8
34     more
35     arch ruby
36     chance 5
37     nrof 2
38     more
39     arch sapphire
40     chance 5
41     nrof 3
42     more
43     arch emerald
44     chance 5
45     nrof 5
46     more
47     list random_good_stuff
48     magic 9
49     chance 5
50     end
51     # list 15 - rare artifacts
52     treasure shop_rings
53     arch ring
54     end
55     treasureone shop_light
56     arch flint_and_steel
57     chance 40
58     more
59     arch torch_unlit
60     chance 40
61     more
62     arch lantern_unlit
63     chance 15
64     more
65     arch lantern2_unlit
66     chance 5
67     end
68     # for shop
69     treasureone shop_gems
70     arch gem
71     chance 5
72     nrof 1
73     more
74     arch gem
75     chance 5
76     nrof 2
77     more
78     arch gem
79     chance 5
80     nrof 4
81     more
82     arch pearl
83     chance 5
84     nrof 6
85     more
86     arch pearl
87     chance 5
88     nrof 12
89     more
90     arch pearl
91     chance 5
92     nrof 24
93     more
94     arch ruby
95     chance 5
96     nrof 2
97     more
98     arch ruby
99     chance 5
100     nrof 4
101     more
102     arch ruby
103     chance 5
104     nrof 8
105     more
106     arch sapphire
107     chance 5
108     nrof 3
109     more
110     arch sapphire
111     chance 5
112     nrof 5
113     more
114     arch sapphire
115     chance 5
116     nrof 9
117     more
118     arch emerald
119     chance 5
120     nrof 3
121     more
122     arch emerald
123     chance 5
124     nrof 6
125     more
126     arch emerald
127     chance 5
128     nrof 10
129     more
130     arch amethyst
131     chance 1
132     nrof 8
133     more
134     arch amethyst
135     chance 1
136     nrof 3
137     end
138     treasureone shop_minerals
139     list random_minerals
140     chance 80
141     more
142     list random_stone
143     chance 20
144     end
145     treasureone shop_potions
146     arch potion_generic
147     chance 20
148     more
149     arch dust_generic
150     chance 15
151     more
152     arch balm_generic
153     chance 10
154     more
155     arch figurine_generic
156     chance 3
157     more
158     arch potion_heal
159     chance 5
160     more
161     arch potion_magic
162     chance 5
163     more
164     arch potion_fire
165     chance 5
166     more
167     arch potion_fire2
168     chance 1
169     more
170     arch potion_cold
171     chance 5
172     more
173     arch potion_cold2
174     chance 1
175     more
176     arch potion_invulnerability
177     chance 5
178     more
179     arch potion_aethereality
180     chance 1
181     more
182     arch potion_improve
183 elmex 1.2 chance 1
184 elmex 1.1 more
185     arch potion_restoration
186     chance 10
187     more
188     arch potion_heroism
189 elmex 1.3 chance 5
190     more
191     arch slag_ex
192     chance 5
193 elmex 1.1 more
194     arch vial_poison
195 elmex 1.2 chance 5
196 elmex 1.1 more
197     list shop_potions_exceptions
198     chance 10
199     end
200     treasureone shop_general
201     list containers
202     chance 70
203     more
204     arch key
205     chance 30
206     end
207     treasureone containers
208     arch sack
209     chance 25
210     more
211     arch bag
212     chance 25
213     more
214     arch pouch
215     chance 20
216     more
217     arch key_ring
218     chance 20
219     more
220     arch quiver
221     chance 10
222     more
223     arch scrollcase
224     chance 5
225     end