data:extend({
    {
        type = "electric-energy-interface",
        name = "waterbomb",
        icon = "__Waterbomb__/graphics/icons/waterbomb.png",
        icon_size = 32,
        flags = {"placeable-neutral", "placeable-player", "player-creation"},
        minable = {mining_time = 5, result = "waterbomb"},
        max_health = 500,
        corpse = "small-remnants",
        collision_box = {{-0.35, -0.35}, {0.35, 0.35}},
        selection_box = {{-0.5, -0.5}, {0.5, 0.5}},
        energy_source =
        {
            type = "electric",
            buffer_capacity = "50MJ",
            usage_priority = "secondary-input",
            input_flow_limit = "1500kW",
            output_flow_limit = "0kW"
        },
        picture =
        {
            filename = "__Waterbomb__/graphics/entity/waterbomb.png",
            priority = "extra-high",
            width = 160,
            height = 160,
            shift = {-0.01625, 0}
        },
        charge_cooldown = 45,
        discharge_cooldown = 90,
        order="b[waterbomb]",
        subgroup = "equipment"
    }
})