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.14 by root, Thu May 11 19:07:46 2006 UTC vs.
Revision 1.15 by root, Sun May 21 23:44:14 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.14 2006/05/11 19:07:46 root Exp $ 9# $Id: treasures.bld,v 1.15 2006/05/21 23:44:14 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#
4453treasureone building_material_stonewall_goth 4453treasureone building_material_stonewall_goth
4454 arch building_wall7 4454 arch building_wall7
4455 chance 50 4455 chance 50
4456 more 4456 more
4457 arch building_wall8 4457 arch building_wall8
4458 chance 50
4459end
4460# Fake wall shops
4461treasureone building_material_stonewall_norm_fake
4462 arch building_wall2_fake
4463end
4464##For brest area, sells Red Cwall rather then DWall
4465treasureone building_material_stonewall_fant_fake
4466 arch building_wall4_fake
4467end
4468##For navar area, sells West Cwall rather then DWall
4469treasureone building_material_stonewall_west_fake
4470 arch building_wall3_fake
4471 chance 50
4472 more
4473 arch building_wall9_fake
4474 chance 50
4475end
4476##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall)
4477treasureone building_material_stonewall_east_fake
4478 arch building_wall2_fake
4479 chance 50
4480 more
4481 arch building_wall5_fake
4482 chance 50
4483end
4484##For mlabhell sells West West Cwall and BurningWall
4485treasureone building_material_stonewall_abyss_fake
4486 arch building_wall3_fake
4487 chance 50
4488 more
4489 arch building_wall6_fake
4490 chance 50
4491end
4492##For Gotischerbereich, sells STWall rather then DWall
4493treasureone building_material_stonewall_goth_fake
4494 arch building_wall7_fake
4495 chance 50
4496 more
4497 arch building_wall8_fake
4458 chance 50 4498 chance 50
4459end 4499end
4460treasureone building_marbles 4500treasureone building_marbles
4461 arch building_marble 4501 arch building_marble
4462 chance 8 4502 chance 8

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines