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.2 by pippijn, Mon Feb 6 22:49:13 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.2 2006/02/06 22:49:13 pippijn 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
4774treasure mesangel 4791treasure mesangel
4775 list rich 4792 list rich
4776 more 4793 more
4777 list all_spell_skills 4794 list all_spell_skills
4778 end 4795 end
4796treasure nekosan
4797 arch event_say
4798 title perl
4799 slaying schmorp-neko
4800 more
4801 arch event_attack
4802 title perl
4803 slaying schmorp-neko
4804 more
4805 arch event_move
4806 title perl
4807 slaying schmorp-neko
4808 end
4779treasure dwolf 4809treasure dwolf
4780 arch hide_white 4810 arch hide_white
4781 chance 25 4811 chance 25
4782 more 4812 more
4783 arch liver 4813 arch liver

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines