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.3 by root, Thu Sep 14 21:28:48 2006 UTC vs.
Revision 1.4 by elmex, Tue Dec 19 18:34:03 2006 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.3 2006/09/14 21:28:48 root Exp $ 4# $Id: treasures.trs,v 1.4 2006/12/19 18:34:03 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#
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines