Code: Select all
data:extend({
{
type = "lab",
name = "lab-MK2",
icon = "__lab mod__/graphics/icons/lab-MK2.png",
flags = {"placeable-player", "player-creation"},
minable = {mining_time = 1, result = "lab-MK2
corpse = "big-remnants",
collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
light = {intensity = 0.75, size = 8},
on_animation =
{
filename = "__lab mod__/graphics/entity/lab-MK2.png",
frame_width = 113,
frame_height = 91,
frame_count = 33,
line_length = 11,
animation_speed = 1 / 3,
shift = {0.2, 0.15}
},
off_animation =
{
filename = "__lab mod__/graphics/entity/lab-MK2.png",
frame_width = 113,
frame_height = 91,
frame_count = 1,
shift = {0.2, 0.15}
},
energy_source =
{
type = "electric",
usage_priority = "secondary-input"
},
energy_usage = "90kW",
inputs =
{
"science-pack-1",
"science-pack-2",
"science-pack-3",
"science-pack-4",
"science-pack-5",
"alien-science-pack"
},
module_slots = 4
}
})
