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.12 by root, Sun May 7 12:49:25 2006 UTC vs.
Revision 1.13 by root, Tue May 9 16:08:44 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.12 2006/05/07 12:49:25 root Exp $ 9# $Id: treasures.bld,v 1.13 2006/05/09 16:08:44 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#
4722 arch building_wall4 4722 arch building_wall4
4723end 4723end
4724##For navar area, sells West Cwall rather then DWall 4724##For navar area, sells West Cwall rather then DWall
4725treasureone building_material_stonewall_west 4725treasureone building_material_stonewall_west
4726 arch building_wall3 4726 arch building_wall3
4727 chance 50
4728 more
4729 arch building_wall9
4730 chance 50
4727end 4731end
4728##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall) 4732##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall)
4729treasureone building_material_stonewall_east 4733treasureone building_material_stonewall_east
4730 arch building_wall2 4734 arch building_wall2
4731 chance 50 4735 chance 50
4742 chance 50 4746 chance 50
4743end 4747end
4744##For Gotischerbereich, sells STWall rather then DWall 4748##For Gotischerbereich, sells STWall rather then DWall
4745treasureone building_material_stonewall_goth 4749treasureone building_material_stonewall_goth
4746 arch building_wall7 4750 arch building_wall7
4751 chance 50
4752 more
4753 arch building_wall8
4754 chance 50
4747end 4755end
4748treasureone building_marbles 4756treasureone building_marbles
4749 arch building_marble 4757 arch building_marble
4750 chance 8 4758 chance 8
4751 more 4759 more

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines