--- deliantra/arch/mapbuilding/building.trs 2006/02/06 20:26:04 1.1 +++ deliantra/arch/mapbuilding/building.trs 2006/07/11 16:44:40 1.5 @@ -93,6 +93,35 @@ list building_material_stonewall_east chance 20 end +treasureone shop_building_abyss + arch building_builder + chance 2 + more + arch building_destroyer + chance 2 + more + list building_material + chance 63 + more + list building_objects_abyssonly + chance 15 + more + list building_material_stonewall_abyss + chance 20 +end +treasureone shop_building_goth + arch building_builder + chance 2 + more + arch building_destroyer + chance 2 + more + list building_material + chance 78 + more + list building_material_stonewall_goth + chance 20 +end ##For areas like scorn area, sells DWall treasureone building_material_stonewall_norm arch building_wall2 @@ -104,6 +133,11 @@ ##For navar area, sells West Cwall rather then DWall treasureone building_material_stonewall_west arch building_wall3 + chance 50 +# more +# is removed from the archetypes +# arch building_wall9 +# chance 50 end ##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall) treasureone building_material_stonewall_east @@ -113,4 +147,59 @@ arch building_wall5 chance 50 end - +##For mlabhell sells West West Cwall and BurningWall +treasureone building_material_stonewall_abyss + arch building_wall3 + chance 50 + more + arch building_wall6 + chance 50 +end +##For Gotischerbereich, sells STWall rather then DWall +treasureone building_material_stonewall_goth + arch building_wall7 + chance 50 + more + arch building_wall8 + chance 50 +end +# Fake wall shops +treasureone building_material_stonewall_norm_fake + arch building_wall2_fake +end +##For brest area, sells Red Cwall rather then DWall +treasureone building_material_stonewall_fant_fake + arch building_wall4_fake +end +##For navar area, sells West Cwall rather then DWall +treasureone building_material_stonewall_west_fake + arch building_wall3_fake + chance 50 + more + arch building_wall9_fake + chance 50 +end +##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall) +treasureone building_material_stonewall_east_fake + arch building_wall2_fake + chance 50 + more + arch building_wall5_fake + chance 50 +end +##For mlabhell sells West West Cwall and BurningWall +treasureone building_material_stonewall_abyss_fake + arch building_wall3_fake + chance 50 + more + arch building_wall6_fake + chance 50 +end +##For Gotischerbereich, sells STWall rather then DWall +treasureone building_material_stonewall_goth_fake + arch building_wall7_fake + chance 50 + more + arch building_wall8_fake + chance 50 +end