Code: Select all
{
    type= "assembling-machine",
    name= "electrolycer",
	order = "m-r",
    flags= {"placeable-neutral", "player-creation"},
    collision_box= {{-1.4, -0.6}, {1.4, 1.0}},
    selection_box= {{-1.5, -0.6}, {1.5, 1.0}},
    minable= { hardness= 0.2, mining_time= 0.5, result= "electrolycer" },
    crafting_categories= { "electrolycer" },
    max_health= 150,
    drawing_position= {0.7, 0.12},
    ingredient_count= 5,
    energy_usage= "500kW",
    crafting_speed= 1,
	icon="__F-mod__/resources/icons/electrolycer.png",
    energy_source=
    {
      type= "electric",
      usage_priority = "secondary-input",
    },
    animation=
    {
      filename= "__F-mod__/resources/entity/electrolycer/electrolycer2.png",
      priority= "medium",
      frame_width= 147,
      frame_height= 128,
      line_length= 8,
      frame_count= 24,
      shift = {0, -0.525}
    },
	
	fluid_boxes =
    {
      {
        production_type = "input",
        pipe_covers = pipecoverspictures(),
        base_area = 10,
        base_level = -1,
        pipe_connections = {{ type="input", position = {-2, 0.5} }}
      },Code: Select all
    collision_box= {{-1.4, -0.6}, {0.9, 1.0}},
    selection_box= {{-1.5, -0.6}, {1, 1.0}},

