ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/treasures/treasures.trs
Revision: 1.5
Committed: Sun Apr 13 15:57:54 2008 UTC (16 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_5, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_90, rel-2_92, rel-2_93, rel-2_78, rel-2_61
Changes since 1.4: +4 -4 lines
Log Message:
adjusted goldcoins and platinacoins in the treasures

File Contents

# User Rev Content
1 elmex 1.1 #
2     # This file contains various treasures, with generation rules.
3     #
4 elmex 1.5 # $Id: treasures.trs,v 1.4 2006-12-19 18:34:03 elmex Exp $
5 elmex 1.1 #
6     # As of version 0.91.1, what this file was extended to handle list
7     # re-linking and generation of only 1 item on that list. This does away
8     # with the treasure lists from being embedded in the program.
9     #
10     # See the file doc/crossfire.doc for information on the format of this
11     # file
12     #
13 elmex 1.2 #NOTE: GOD treasure lists have been moved out to the arches
14     #NOTE2: NOW REALLY! (elmex)
15 elmex 1.1 #
16     treasure demonlord
17     arch spell_hellfire
18     more
19 elmex 1.2 arch abil_burning_hands
20 elmex 1.1 more
21 elmex 1.2 arch abil_fear
22 elmex 1.1 more
23 elmex 1.2 arch spell_sm_lightning
24 elmex 1.1 more
25 elmex 1.2 arch spell_large_lightning
26 elmex 1.1 more
27 elmex 1.2 arch spell_magic_missile
28 elmex 1.1 more
29 elmex 1.2 arch spell_paralyze
30 elmex 1.1 end
31 elmex 1.2 treasure wyvern
32     list dragon_parts
33     chance 80
34 elmex 1.1 more
35 elmex 1.2 arch abil_burning_hands
36     nrof 3
37 elmex 1.1 more
38 elmex 1.2 arch abil_medium_fireball
39     nrof 3
40 elmex 1.1 more
41 elmex 1.2 arch abil_fear
42     # more
43     # arch dragon_steak
44     # chance 90
45 elmex 1.1 end
46 elmex 1.2 treasure drake
47     arch dragonclaw
48     chance 10
49 elmex 1.1 more
50 elmex 1.2 arch dragon_wing
51     chance 30
52 elmex 1.1 end
53 elmex 1.2 treasure chinese
54     list big_dragon_parts
55     chance 50
56 elmex 1.1 more
57 elmex 1.2 # arch dragon_steak
58     # nrof 2
59     # chance 90
60     # more
61     arch abil_icestorm
62     nrof 3
63 elmex 1.1 more
64 elmex 1.2 arch abil_large_icestorm
65     nrof 3
66 elmex 1.1 more
67 elmex 1.2 arch abil_fear
68 elmex 1.1 more
69 elmex 1.2 arch abil_poison_cloud
70 elmex 1.1 more
71 elmex 1.2 arch gem
72     chance 10
73     nrof 1
74     no
75     arch ruby
76     nrof 1
77     chance 30
78     no
79     arch sapphire
80     nrof 3
81     chance 30
82     no
83     arch emerald
84     nrof 4
85     chance 50
86     end
87     end
88     end
89 elmex 1.1 more
90 elmex 1.5 arch goldcoin
91     nrof 1
92 elmex 1.2 chance 10
93     no
94     arch goldcoin
95 elmex 1.5 nrof 1
96 elmex 1.2 chance 50
97     no
98     arch silvercoin
99     nrof 30
100     end
101     end
102 elmex 1.1 end
103 elmex 1.2 treasure dragon
104     list big_dragon_parts
105     chance 80
106 elmex 1.1 more
107 elmex 1.2 # arch dragon_steak
108     # nrof 3
109     # chance 90
110     # more
111     arch ability_dragonbreath
112     nrof 5
113 elmex 1.1 more
114 elmex 1.2 arch abil_fear
115 elmex 1.1 more
116 elmex 1.2 # arch dragon_scale
117     # more
118     arch wand
119 elmex 1.1 more
120 elmex 1.2 arch wand
121     chance 50
122 elmex 1.1 more
123 elmex 1.2 arch staff
124     chance 50
125 elmex 1.1 more
126 elmex 1.2 arch rod_light
127     chance 20
128 elmex 1.1 more
129 elmex 1.2 arch rod_heavy
130     chance 5
131 elmex 1.1 more
132 elmex 1.2 list monster_wealth_medium
133 elmex 1.1 more
134 elmex 1.2 list monster_wealth_medium
135     chance 50
136 elmex 1.1 more
137 elmex 1.2 arch gem
138     chance 50
139     nrof 2
140 elmex 1.1 more
141 elmex 1.2 arch ruby
142     nrof 2
143 elmex 1.1 more
144 elmex 1.2 arch sapphire
145     nrof 3
146 elmex 1.1 more
147 elmex 1.2 arch emerald
148     nrof 4
149 elmex 1.1 more
150 elmex 1.2 arch pearl
151     nrof 10
152 elmex 1.1 more
153 elmex 1.2 arch platinacoin
154     nrof 5
155 elmex 1.1 more
156 elmex 1.2 arch goldcoin
157     nrof 100
158 elmex 1.1 more
159 elmex 1.2 arch silvercoin
160     nrof 1000
161 elmex 1.1 more
162 elmex 1.2 arch scroll_new
163 elmex 1.1 more
164 elmex 1.2 arch scroll_new
165     chance 50
166 elmex 1.1 more
167 elmex 1.2 arch sword_2
168 elmex 1.1 magic 5
169 elmex 1.2 chance 20
170 elmex 1.1 more
171 elmex 1.2 arch cloak
172     chance 30
173 elmex 1.1 end
174 elmex 1.2 treasure para_elemental
175     arch residue
176     chance 20
177 elmex 1.1 end
178 elmex 1.2 treasure grave
179     arch gravedirt
180 elmex 1.1 end
181 elmex 1.2 treasure pyromaniac
182     arch spell_create_bomb
183 elmex 1.1 end
184     treasure acdc
185     arch abil_fear
186     more
187     arch spell_sm_lightning
188     nrof 3
189     more
190     arch spell_large_lightning
191     nrof 3
192     more
193     arch dragon_steak
194     nrof 2
195     chance 90
196     more
197     arch dragon_scale
198     more
199     arch wand
200     more
201     arch staff
202     chance 50
203     more
204     arch wand
205     chance 50
206     more
207     list monster_wealth_medium
208     more
209     list monster_wealth_medium
210     chance 50
211     more
212     arch gem
213     chance 80
214     nrof 2
215     more
216     arch ruby
217     nrof 3
218     more
219     arch sapphire
220     nrof 3
221     more
222     arch emerald
223     nrof 4
224     more
225     arch pearl
226     nrof 6
227     more
228     arch platinacoin
229     nrof 5
230     more
231     arch goldcoin
232     nrof 30
233     more
234     arch silvercoin
235     nrof 500
236     more
237     arch scroll_new
238     more
239     arch scroll_new
240     chance 50
241     more
242     arch scroll_new
243     chance 50
244     more
245     arch sword_2
246     chance 10
247     magic 3
248     end
249     treasure avatar
250     arch spell_summon_pet_monster
251     more
252     arch cloak
253     chance 50
254     more
255     arch ring_mail
256     magic 4
257     more
258     arch uw_shield
259     more
260     arch uw_sword
261     more
262     list monster_wealth_medium
263     more
264     arch gem
265     chance 50
266     nrof 3
267     end
268     treasure banshee
269     arch spell_paralyze
270     more
271     arch abil_fear
272     more
273     arch spell_paralyze
274     more
275     arch skill_clawing
276     more
277     arch spell_cause_medium_wounds
278     more
279     list monster_wealth_medium
280     chance 50
281     more
282     list monster_wealth_medium
283     chance 15
284     more
285     arch gem
286     chance 30
287     nrof 2
288     more
289     arch sapphire
290     chance 25
291     nrof 3
292     more
293     arch emerald
294     chance 50
295     nrof 4
296     end
297     treasure queen_ant
298     arch gem
299     end
300     treasure spit_ant
301     arch ability_spit_acid
302     more
303     arch acid_spit
304     nrof 30
305     end
306     treasure guard_l
307     arch scale_mail
308     more
309     arch spear
310     end
311     treasure guard_m
312     arch chain_mail
313     more
314     arch lspear
315     end
316     treasure guard_h
317     arch chain_mail
318     more
319     arch poleaxe
320     end
321     treasure slave
322     list human_parts
323     chance 20
324     more
325     arch turban
326     more
327     arch sandals
328     end
329     treasure byakie
330     arch abil_fear
331     end
332     treasure witch_fire
333     arch abil_burning_hands
334     more
335     arch abil_medium_fireball
336     more
337     arch abil_create_fire_wall
338     more
339     arch spell_summon_fire_elemental
340     end
341     treasure witch_earth
342     arch skill_throwing
343     more
344     arch ability_stone_throw
345     more
346     arch rock2
347     chance 50
348     nrof 20
349     no
350     arch gem
351     nrof 2
352     end
353     more
354     arch abil_fear
355     more
356     arch spell_wall_of_thorns
357     more
358     arch spell_summon_earth_elemental
359     end
360     treasure witch_air
361     arch spell_sm_lightning
362     more
363     arch spell_large_lightning
364     more
365     arch abil_poison_cloud
366     more
367     arch spell_windstorm
368     more
369     arch spell_summon_air_elemental
370     end
371     treasure witch_water
372     arch abil_icestorm
373     more
374     arch abil_large_icestorm
375     more
376     arch spell_summon_fog
377     more
378     arch abil_slow
379     more
380     arch abil_create_frost_wall
381     more
382     arch spell_summon_water_elemental
383     end
384     treasure witch_chaos
385     arch spell_color_spray
386     more
387     arch abil_ball_lightning
388     nrof 3
389     more
390     arch spell_create_pool_of_chaos
391     more
392     arch spell_summon_water_elemental
393     more
394     arch spell_summon_air_elemental
395     more
396     arch spell_summon_earth_elemental
397     more
398     arch spell_summon_fire_elemental
399     end
400     treasure giantrat
401     list giantrat_parts
402     chance 30
403     end
404     treasure shadow
405     arch spell_negaball
406     more
407     arch spell_cancellation
408     end
409     treasure s_wyvern
410     arch spell_negabolt
411     more
412     arch spell_cancellation
413     end
414     treasure giant_worm
415     arch spell_magic_bullet
416     more
417     arch spell_vitriol
418     more
419     arch abil_slow
420     more
421     arch eye
422     chance 30
423     no
424     arch residue
425     chance 10
426     end
427     more
428     arch gem
429     chance 60
430     nrof 7
431     end
432     treasure skree
433     arch abil_fear
434     more
435     arch spell_paralyze
436     more
437     arch abil_slow
438     more
439     list skree_bits
440     end
441     treasure skree_bits
442     arch skreeclaw
443     chance 40
444 root 1.3 nrof 2
445 elmex 1.1 more
446     arch skreeeye
447     chance 10
448     nrof 1
449     end
450     treasure behemoth
451     list behemoth_parts
452     chance 30
453     end
454     #
455     treasureone sheep
456     arch sheepskin
457     chance 5
458     more
459     arch liver
460     chance 5
461     more
462     arch heart
463     chance 5
464     more
465     arch haggis
466     chance 2
467     more
468     arch leg_mutton
469     chance 15
470     end