ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/treasures/shop.trs
Revision: 1.8
Committed: Sat Oct 31 18:40:13 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_90
Changes since 1.7: +1 -1 lines
Log Message:
minor maps

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 elmex 1.5 chance 5
58 elmex 1.4 more
59 elmex 1.6 arch torch_pyro
60 elmex 1.5 chance 30
61 elmex 1.1 more
62 elmex 1.6 arch torch
63 elmex 1.5 chance 25
64 elmex 1.1 more
65 elmex 1.4 arch lantern_normal
66 elmex 1.5 chance 10
67 elmex 1.4 more
68     arch lantern_bright
69 elmex 1.5 chance 10
70 elmex 1.4 more
71     arch lantern_magic
72 elmex 1.5 chance 5
73 elmex 1.4 more
74     arch lantern_normal_dura
75 elmex 1.5 chance 5
76 elmex 1.4 more
77     arch lantern_bright_dura
78 elmex 1.5 chance 5
79 elmex 1.1 more
80 elmex 1.4 arch lantern_magic_dura
81     chance 2
82 elmex 1.1 end
83     # for shop
84     treasureone shop_gems
85     arch gem
86     chance 5
87     nrof 1
88     more
89     arch gem
90     chance 5
91     nrof 2
92     more
93     arch gem
94     chance 5
95     nrof 4
96     more
97     arch pearl
98     chance 5
99     nrof 6
100     more
101     arch pearl
102     chance 5
103     nrof 12
104     more
105     arch pearl
106     chance 5
107     nrof 24
108     more
109     arch ruby
110     chance 5
111     nrof 2
112     more
113     arch ruby
114     chance 5
115     nrof 4
116     more
117     arch ruby
118     chance 5
119     nrof 8
120     more
121     arch sapphire
122     chance 5
123     nrof 3
124     more
125     arch sapphire
126     chance 5
127     nrof 5
128     more
129     arch sapphire
130     chance 5
131     nrof 9
132     more
133     arch emerald
134     chance 5
135     nrof 3
136     more
137     arch emerald
138     chance 5
139     nrof 6
140     more
141     arch emerald
142     chance 5
143     nrof 10
144     more
145     arch amethyst
146     chance 1
147     nrof 8
148     more
149     arch amethyst
150     chance 1
151     nrof 3
152     end
153     treasureone shop_minerals
154     list random_minerals
155     chance 80
156     more
157     list random_stone
158     chance 20
159     end
160     treasureone shop_potions
161     arch potion_generic
162 elmex 1.7 nrof 3
163 elmex 1.1 chance 20
164     more
165     arch dust_generic
166 elmex 1.7 nrof 2
167 elmex 1.1 chance 15
168     more
169     arch balm_generic
170 elmex 1.7 nrof 3
171 elmex 1.1 chance 10
172     more
173     arch figurine_generic
174 elmex 1.7 nrof 2
175 elmex 1.1 chance 3
176     more
177     arch potion_heal
178 elmex 1.7 nrof 2
179 elmex 1.1 chance 5
180     more
181     arch potion_magic
182 elmex 1.7 nrof 3
183 elmex 1.1 chance 5
184     more
185     arch potion_fire
186 elmex 1.7 nrof 3
187 elmex 1.1 chance 5
188     more
189     arch potion_fire2
190     chance 1
191     more
192     arch potion_cold
193 elmex 1.7 nrof 3
194 elmex 1.1 chance 5
195     more
196     arch potion_cold2
197     chance 1
198     more
199 root 1.8 arch potion_shielding
200 elmex 1.7 nrof 3
201 elmex 1.1 chance 5
202     more
203     arch potion_aethereality
204     chance 1
205     more
206     arch potion_improve
207 elmex 1.2 chance 1
208 elmex 1.1 more
209     arch potion_restoration
210     chance 10
211     more
212     arch potion_heroism
213 elmex 1.7 nrof 3
214 elmex 1.3 chance 5
215     more
216     arch slag_ex
217     chance 5
218 elmex 1.1 more
219     arch vial_poison
220 elmex 1.2 chance 5
221 elmex 1.1 more
222     list shop_potions_exceptions
223     chance 10
224     end
225     treasureone shop_general
226     list containers
227     chance 70
228     more
229     arch key
230     chance 30
231     end
232     treasureone containers
233     arch sack
234     chance 25
235     more
236     arch bag
237     chance 25
238     more
239     arch pouch
240     chance 20
241     more
242     arch key_ring
243     chance 20
244     more
245     arch quiver
246     chance 10
247     more
248     arch scrollcase
249     chance 5
250     end