ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/treasures/treasures.trs
Revision: 1.6
Committed: Sat Apr 3 13:32:29 2010 UTC (14 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.5: +8 -11 lines
Log Message:
minor rebalancment of dragon treasures.

File Contents

# User Rev Content
1 elmex 1.1 #
2     # This file contains various treasures, with generation rules.
3     #
4 elmex 1.6 # $Id: treasures.trs,v 1.5 2008-04-13 15:57:54 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 elmex 1.6 chance 5
128 elmex 1.1 more
129 elmex 1.2 arch rod_heavy
130 elmex 1.6 chance 1
131 elmex 1.1 more
132 elmex 1.6 list monster_wealth_low
133 elmex 1.1 more
134 elmex 1.2 list monster_wealth_medium
135 elmex 1.6 chance 30
136 elmex 1.1 more
137 elmex 1.2 arch gem
138 elmex 1.6 chance 70
139 elmex 1.2 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 elmex 1.6 nrof 2
155 elmex 1.1 more
156 elmex 1.2 arch goldcoin
157 elmex 1.6 nrof 80
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 sword_2
165 elmex 1.1 magic 5
166 elmex 1.2 chance 20
167 elmex 1.1 more
168 elmex 1.2 arch cloak
169     chance 30
170 elmex 1.1 end
171 elmex 1.2 treasure para_elemental
172     arch residue
173     chance 20
174 elmex 1.1 end
175 elmex 1.2 treasure grave
176     arch gravedirt
177 elmex 1.1 end
178 elmex 1.2 treasure pyromaniac
179     arch spell_create_bomb
180 elmex 1.1 end
181     treasure acdc
182     arch abil_fear
183     more
184     arch spell_sm_lightning
185     nrof 3
186     more
187     arch spell_large_lightning
188     nrof 3
189     more
190     arch dragon_steak
191     nrof 2
192     chance 90
193     more
194     arch dragon_scale
195     more
196     arch wand
197     more
198     arch staff
199     chance 50
200     more
201     arch wand
202     chance 50
203     more
204     list monster_wealth_medium
205     more
206     list monster_wealth_medium
207     chance 50
208     more
209     arch gem
210     chance 80
211     nrof 2
212     more
213     arch ruby
214     nrof 3
215     more
216     arch sapphire
217     nrof 3
218     more
219     arch emerald
220     nrof 4
221     more
222     arch pearl
223     nrof 6
224     more
225     arch platinacoin
226     nrof 5
227     more
228     arch goldcoin
229     nrof 30
230     more
231     arch silvercoin
232     nrof 500
233     more
234     arch scroll_new
235     more
236     arch scroll_new
237     chance 50
238     more
239     arch scroll_new
240     chance 50
241     more
242     arch sword_2
243     chance 10
244     magic 3
245     end
246     treasure avatar
247     arch spell_summon_pet_monster
248     more
249     arch cloak
250     chance 50
251     more
252     arch ring_mail
253     magic 4
254     more
255     arch uw_shield
256     more
257     arch uw_sword
258     more
259     list monster_wealth_medium
260     more
261     arch gem
262     chance 50
263     nrof 3
264     end
265     treasure banshee
266     arch spell_paralyze
267     more
268     arch abil_fear
269     more
270     arch spell_paralyze
271     more
272     arch skill_clawing
273     more
274     arch spell_cause_medium_wounds
275     more
276     list monster_wealth_medium
277     chance 50
278     more
279     list monster_wealth_medium
280     chance 15
281     more
282     arch gem
283     chance 30
284     nrof 2
285     more
286     arch sapphire
287     chance 25
288     nrof 3
289     more
290     arch emerald
291     chance 50
292     nrof 4
293     end
294     treasure queen_ant
295     arch gem
296     end
297     treasure spit_ant
298     arch ability_spit_acid
299     more
300     arch acid_spit
301     nrof 30
302     end
303     treasure guard_l
304     arch scale_mail
305     more
306     arch spear
307     end
308     treasure guard_m
309     arch chain_mail
310     more
311     arch lspear
312     end
313     treasure guard_h
314     arch chain_mail
315     more
316     arch poleaxe
317     end
318     treasure slave
319     list human_parts
320     chance 20
321     more
322     arch turban
323     more
324     arch sandals
325     end
326     treasure byakie
327     arch abil_fear
328     end
329     treasure witch_fire
330     arch abil_burning_hands
331     more
332     arch abil_medium_fireball
333     more
334     arch abil_create_fire_wall
335     more
336     arch spell_summon_fire_elemental
337     end
338     treasure witch_earth
339     arch skill_throwing
340     more
341     arch ability_stone_throw
342     more
343     arch rock2
344     chance 50
345     nrof 20
346     no
347     arch gem
348     nrof 2
349     end
350     more
351     arch abil_fear
352     more
353     arch spell_wall_of_thorns
354     more
355     arch spell_summon_earth_elemental
356     end
357     treasure witch_air
358     arch spell_sm_lightning
359     more
360     arch spell_large_lightning
361     more
362     arch abil_poison_cloud
363     more
364     arch spell_windstorm
365     more
366     arch spell_summon_air_elemental
367     end
368     treasure witch_water
369     arch abil_icestorm
370     more
371     arch abil_large_icestorm
372     more
373     arch spell_summon_fog
374     more
375     arch abil_slow
376     more
377     arch abil_create_frost_wall
378     more
379     arch spell_summon_water_elemental
380     end
381     treasure witch_chaos
382     arch spell_color_spray
383     more
384     arch abil_ball_lightning
385     nrof 3
386     more
387     arch spell_create_pool_of_chaos
388     more
389     arch spell_summon_water_elemental
390     more
391     arch spell_summon_air_elemental
392     more
393     arch spell_summon_earth_elemental
394     more
395     arch spell_summon_fire_elemental
396     end
397     treasure giantrat
398     list giantrat_parts
399     chance 30
400     end
401     treasure shadow
402     arch spell_negaball
403     more
404     arch spell_cancellation
405     end
406     treasure s_wyvern
407     arch spell_negabolt
408     more
409     arch spell_cancellation
410     end
411     treasure giant_worm
412     arch spell_magic_bullet
413     more
414     arch spell_vitriol
415     more
416     arch abil_slow
417     more
418     arch eye
419     chance 30
420     no
421     arch residue
422     chance 10
423     end
424     more
425     arch gem
426     chance 60
427     nrof 7
428     end
429     treasure skree
430     arch abil_fear
431     more
432     arch spell_paralyze
433     more
434     arch abil_slow
435     more
436     list skree_bits
437     end
438     treasure skree_bits
439     arch skreeclaw
440     chance 40
441 root 1.3 nrof 2
442 elmex 1.1 more
443     arch skreeeye
444     chance 10
445     nrof 1
446     end
447     treasure behemoth
448     list behemoth_parts
449     chance 30
450     end
451     #
452     treasureone sheep
453     arch sheepskin
454     chance 5
455     more
456     arch liver
457     chance 5
458     more
459     arch heart
460     chance 5
461     more
462     arch haggis
463     chance 2
464     more
465     arch leg_mutton
466     chance 15
467     end