ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/treasures/treasures.trs
(Generate patch)

Comparing deliantra/arch/treasures/treasures.trs (file contents):
Revision 1.2 by elmex, Sat Aug 12 14:28:56 2006 UTC vs.
Revision 1.5 by elmex, Sun Apr 13 15:57:54 2008 UTC

1# 1#
2# This file contains various treasures, with generation rules. 2# This file contains various treasures, with generation rules.
3# 3#
4# $Id: treasures.trs,v 1.2 2006/08/12 14:28:56 elmex Exp $ 4# $Id: treasures.trs,v 1.5 2008/04/13 15:57:54 elmex Exp $
5# 5#
6# As of version 0.91.1, what this file was extended to handle list 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 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. 8# with the treasure lists from being embedded in the program.
9# 9#
85 chance 50 85 chance 50
86 end 86 end
87 end 87 end
88 end 88 end
89 more 89 more
90 arch platinacoin 90 arch goldcoin
91 nrof 2 91 nrof 1
92 chance 10 92 chance 10
93 no 93 no
94 arch goldcoin 94 arch goldcoin
95 nrof 7 95 nrof 1
96 chance 50 96 chance 50
97 no 97 no
98 arch silvercoin 98 arch silvercoin
99 nrof 30 99 nrof 30
100 end 100 end
263 more 263 more
264 arch gem 264 arch gem
265 chance 50 265 chance 50
266 nrof 3 266 nrof 3
267 end 267 end
268treasure unicorn
269 arch u_horn
270 end
271treasure banshee 268treasure banshee
272 arch spell_paralyze 269 arch spell_paralyze
273 more 270 more
274 arch abil_fear 271 arch abil_fear
275 more 272 more
295 more 292 more
296 arch emerald 293 arch emerald
297 chance 50 294 chance 50
298 nrof 4 295 nrof 4
299 end 296 end
300treasure lokanth
301 list standard
302 more
303 arch skill_clawing
304 end
305treasure queen_ant 297treasure queen_ant
306 arch gem 298 arch gem
307 end 299 end
308treasure spit_ant 300treasure spit_ant
309 arch ability_spit_acid 301 arch ability_spit_acid
334 more 326 more
335 arch sandals 327 arch sandals
336 end 328 end
337treasure byakie 329treasure byakie
338 arch abil_fear 330 arch abil_fear
339 end
340treasure gargoyle
341 list melee_weapons
342 chance 30
343 more
344 arch gem
345 chance 50
346 nrof 1
347 end 331 end
348treasure witch_fire 332treasure witch_fire
349 arch abil_burning_hands 333 arch abil_burning_hands
350 more 334 more
351 arch abil_medium_fireball 335 arch abil_medium_fireball
455 list skree_bits 439 list skree_bits
456 end 440 end
457treasure skree_bits 441treasure skree_bits
458 arch skreeclaw 442 arch skreeclaw
459 chance 40 443 chance 40
460 nrof 2 444 nrof 2
461 more 445 more
462 arch skreeeye 446 arch skreeeye
463 chance 10 447 chance 10
464 nrof 1 448 nrof 1
465 end 449 end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines