ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/treasures.bld
(Generate patch)

Comparing deliantra/server/lib/treasures.bld (file contents):
Revision 1.9 by root, Tue Mar 7 01:37:07 2006 UTC vs.
Revision 1.10 by root, Fri Apr 28 16:24:02 2006 UTC

4# arch directory. 4# arch directory.
5# 5#
6# 6#
7# This file contains various treasures, with generation rules. 7# This file contains various treasures, with generation rules.
8# 8#
9# $Id: treasures.bld,v 1.9 2006/03/07 01:37:07 root Exp $ 9# $Id: treasures.bld,v 1.10 2006/04/28 16:24:02 root Exp $
10# 10#
11# As of version 0.91.1, what this file was extended to handle list 11# As of version 0.91.1, what this file was extended to handle list
12# re-linking and generation of only 1 item on that list. This does away 12# re-linking and generation of only 1 item on that list. This does away
13# with the treasure lists from being embedded in the program. 13# with the treasure lists from being embedded in the program.
14# 14#
4744 chance 2 4744 chance 2
4745end 4745end
4746treasure gps 4746treasure gps
4747 arch gps_event 4747 arch gps_event
4748end 4748end
4749treasure acidpriest_big
4750 list all_spell_skills
4751 more
4752 list random_books
4753 more
4754 arch spell_large_lightning
4755 chance 4
4756 more
4757 arch spell_sanctuary
4758 more
4759 arch spell_cancellation
4760 chance 4
4761 more
4762 arch spell_asteroid
4763 more
4764 arch spell_vitriol
4765 end
4749treasure angel 4766treasure angel
4750 list all_spell_skills 4767 list all_spell_skills
4751 more 4768 more
4752 list rich_old 4769 list rich_old
4753 end 4770 end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines