--- deliantra/arch/mapbuilding/building.trs 2006/05/07 12:29:04 1.3 +++ deliantra/arch/mapbuilding/building.trs 2006/05/15 17:13:11 1.4 @@ -162,3 +162,43 @@ 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