data:extend( { { type = "container", name = "warehouse", inventory_size = 258, enable_inventory_bar = true, scale_info_icons = true, max_health = 1900, icon = "__base__/graphics/icons/steel-chest.png", icon_size = 32, minable = {mining_time = 0.5, result = "warehouse"}, flags = {"placeable-neutral", "player-creation"}, corpse = "medium-remnants", resistances = {{ type = "fire", percent = 90 }, { type = "impact", percent = 60 }}, open_sound = { filename = "__base__/sound/metallic-chest-open.ogg", volume=0.65 }, close_sound = { filename = "__base__/sound/metallic-chest-close.ogg", volume = 0.7 }, vehicle_impact_sound = { filename = "__base__/sound/car-metal-impact.ogg", volume = 0.75 }, collison_box = {{-0.90, -1.40}, {0.90, 1.40}}, selection_box = {{-1.0,-1.5}, {1.0,1.5}}, colision_mask = "object-layer", fast_replaceable_group = "container", picture = { filename = "__base__/graphics/entity/steel-chest/steel-chest.png", width = 32, height = 40 } } } ) data:extend( { { type = "container", name = "shipping-container", inventory_size = 176, enable_inventory_bar = true, scale_info_icons = true, max_health = 1250, icon = "__base__/graphics/icons/steel-chest.png", icon_size = 32, minable = {mining_time = 0.4, result = "shipping-container"}, flags = {"placeable-neutral", "player-creation"}, corpse = "medium-remnants", resistances = {{ type = "fire", percent = 90 }, { type = "impact", percent = 60 }}, open_sound = { filename = "__base__/sound/metallic-chest-open.ogg", volume=0.65 }, close_sound = { filename = "__base__/sound/metallic-chest-close.ogg", volume = 0.7 }, vehicle_impact_sound = { filename = "__base__/sound/car-metal-impact.ogg", volume = 0.75 }, collison_box = {{-0.90, -1.40}, {0.90, 1.40}}, selection_box = {{-1.0,-1.5}, {1.0,1.5}}, colision_mask = "object-layer", fast_replaceable_group = "container", picture = { filename = "__base__/graphics/entity/steel-chest/steel-chest.png", width = 32, height = 40 } } } ) data:extend({ { type = "container", name = "shelving-unit", inventory_size = 124, enable_inventory_bar = true, scale_info_icons = true, max_health = 900, icon = "__base__/graphics/icons/steel-chest.png", icon_size = 64, icon_mipmaps = 4, minable = { mining_time = 0.2, result = "shelving-unit" }, flags = { "placeable-neutral", "player-creation", "non-rotateable" }, corpse = "small-remnants", resistances = { { type = "fire", percent = 90 }, { type = "impact", percent = 60 } }, open_sound = { filename = "__base__/sound/metallic-chest-open.ogg", volume=0.65 }, close_sound = { filename = "__base__/sound/metallic-chest-close.ogg", volume = 0.7 }, vehicle_impact_sound = { filename = "__base__/sound/car-metal-impact.ogg", volume = 0.75 }, collison_box = { {-0.80, -0.80}, {0.80, 0.80} }, selection_box = { {-1.0,-1.0}, {1.0,1.0} }, fast_replaceable_group = "container", picture = { filename = "__base__/graphics/entity/steel-chest/steel-chest.png", width = 32, height = 32 }, } })