data:extend( { { type = "item", name = "titanium-chest", icon = "__ShinyBob__/graphics/entity/chests/icon/titanium-chest.png", flags = {"goes-to-quickbar"}, subgroup = "storage", order = "a[items]-e[titanium-chest]", place_result = "titanium-chest", stack_size = 50 }, { type = "item", name = "tungsten-chest", icon = "__ShinyBob__/graphics/entity/chests/icon/tungsten-chest.png", flags = {"goes-to-quickbar"}, subgroup = "storage", order = "a[items]-f[tungsten-chest]", place_result = "tungsten-chest", stack_size = 50 }, { type = "recipe", name = "titanium-chest", enabled = false, ingredients = {{"titanium-plate", 24}}, result = "titanium-chest" }, { type = "recipe", name = "tungsten-chest", enabled = false, ingredients = {{"tungsten-plate", 32}}, result = "tungsten-chest" }, { type = "container", name = "titanium-chest", icon = "__ShinyBob__/graphics/entity/chests/icon/titanium-chest.png", flags = {"placeable-neutral", "player-creation"}, minable = {mining_time = 1, result = "titanium-chest"}, max_health = 300, corpse = "small-remnants", open_sound = { filename = "__base__/sound/metallic-chest-open.ogg", volume=0.65 }, close_sound = { filename = "__base__/sound/metallic-chest-close.ogg", volume = 0.7 }, resistances = { { type = "fire", percent = 90 } }, collision_box = {{-0.35, -0.35}, {0.35, 0.35}}, selection_box = {{-0.5, -0.5}, {0.5, 0.5}}, fast_replaceable_group = "container", inventory_size = 80, vehicle_impact_sound = { filename = "__base__/sound/car-metal-impact.ogg", volume = 0.65 }, picture = { filename = "__ShinyBob__/graphics/entity/chests/titanium-chest.png", priority = "extra-high", width = 48, height = 34, shift = {0.2, 0} }, circuit_wire_connection_point = { shadow = { red = {0.734375, 0.453125}, green = {0.609375, 0.515625}, }, wire = { red = {0.40625, 0.21875}, green = {0.40625, 0.375}, } }, circuit_wire_max_distance = 7.5, circuit_connector_sprites = get_circuit_connector_sprites({0.1875, 0.15625}, nil, 18), }, { type = "container", name = "tungsten-chest", icon = "__ShinyBob__/graphics/entity/chests/icon/tungsten-chest.png", flags = {"placeable-neutral", "player-creation"}, minable = {mining_time = 1, result = "tungsten-chest"}, max_health = 400, corpse = "small-remnants", open_sound = { filename = "__base__/sound/metallic-chest-open.ogg", volume=0.65 }, close_sound = { filename = "__base__/sound/metallic-chest-close.ogg", volume = 0.7 }, resistances = { { type = "fire", percent = 95 } }, collision_box = {{-0.35, -0.35}, {0.35, 0.35}}, selection_box = {{-0.5, -0.5}, {0.5, 0.5}}, fast_replaceable_group = "container", inventory_size = 160, vehicle_impact_sound = { filename = "__base__/sound/car-metal-impact.ogg", volume = 0.65 }, picture = { filename = "__ShinyBob__/graphics/entity/chests/tungsten-chest.png", priority = "extra-high", width = 48, height = 34, shift = {0.2, 0} }, circuit_wire_connection_point = { shadow = { red = {0.734375, 0.453125}, green = {0.609375, 0.515625}, }, wire = { red = {0.40625, 0.21875}, green = {0.40625, 0.375}, } }, circuit_wire_max_distance = 7.5, circuit_connector_sprites = get_circuit_connector_sprites({0.1875, 0.15625}, nil, 18), }, } )