diff --git a/mapbuilding/building.arc b/mapbuilding/building.arc index eb7d70e66..b0ede0724 100644 --- a/mapbuilding/building.arc +++ b/mapbuilding/building.arc @@ -141,6 +141,16 @@ subtype 2 face mbewall_0.111 slaying ewall_0 end +Object building_swall +name Fence material +nrof 1 +weight 1200 +value 1200 +type 161 +subtype 2 +face mbswall_0.111 +slaying swall_0 +end Object building_vertical_gate name Vertical gate material nrof 1 diff --git a/mapbuilding/building.trs b/mapbuilding/building.trs index d64e189ae..87e5b0689 100644 --- a/mapbuilding/building.trs +++ b/mapbuilding/building.trs @@ -103,24 +103,37 @@ treasureone shop_building_pupland list building_material chance 78 more - list building_material_floor_pupland + list building_material_stonewall_pupland chance 20 end -##For areas like scorn area, sells DWall +##For areas like scorn area, sells DWall and fences treasureone building_material_stonewall_norm arch building_wall2 + chance 80 + more + arch building_swall + chance 20 end ##For brest area, sells Red Cwall rather then DWall # Added dark wood floor here too rather than create a whole new list for # dark floors in Brest (Gene Alexander) treasureone building_material_stonewall_fant arch building_wall4 + chance 50 more arch building_woodfloor2 + chance 40 + more + arch building_swall + chance 10 end ##For navar area, sells West Cwall rather then DWall treasureone building_material_stonewall_west arch building_wall3 + chance 80 + more + arch building_swall + chance 20 end ##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall) treasureone building_material_stonewall_east @@ -131,7 +144,13 @@ treasureone building_material_stonewall_east chance 50 end ## Dark wood floor is more likely in pupland (Gene Alexander) -treasureone building_material_floor_pupland +treasureone building_material_stonewall_pupland + arch building_wall2 + chance 40 + more arch building_woodfloor2 chance 50 + more + arch building_swall + chance 10 end diff --git a/mapbuilding/mbswall_0.base.111.png b/mapbuilding/mbswall_0.base.111.png new file mode 100644 index 000000000..925210226 Binary files /dev/null and b/mapbuilding/mbswall_0.base.111.png differ