--- deliantra/arch/mapbuilding/building.trs 2006/05/05 20:35:17 1.2 +++ deliantra/arch/mapbuilding/building.trs 2006/09/01 14:31:43 1.6 @@ -133,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 @@ -153,4 +158,49 @@ ##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 +# !! See building.arc +# 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