Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- type = "electric-energy-interface",
- name = "accumulator-drain-1",
- icon = "__base__/graphics/icons/accumulator.png",
- flags = {"placeable-off-grid", "not-on-map"},
- minable = {hardness = 0.2, mining_time = 0.5, result = "stone-brick"},
- selectable_in_game = false,
- max_health = 50,
- corpse = "small-remnants",
- collision_box = {{-0.1, -0.1}, {0.1, 0.1}},
- selection_box = {{-0.0, -0.0}, {0.0, 0.0}},
- vehicle_impact_sound = {filename = "__base__/sound/car-stone-impact.ogg", volume = 1.0 },
- energy_source =
- {
- type = "electric",
- buffer_capacity = "25J",
- usage_priority = "secondary-input",
- input_flow_limit = "300W",
- },
- },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement