[0.18.8][Minor] Burner equipment generators don't report emissions in tooltips or anywhere else
Posted: Sun Feb 23, 2020 2:48 pm
You can define burner generator equipment for running equipment grids on coal, wood, nuclear fuel, pixie dust etc.
These generators use the standard burner prototype, e.g.
However the recipe, item and equipment grid tooltips don't display the pollution emissions.
Tested that they do actually produce pollution by equipping some and then putting some fuel in (which happened to have an emissions multiplier of 150%) then finding a nice quiet clean spot to pollute.
These generators use the standard burner prototype, e.g.
Code: Select all
burner = {
emissions_per_minute = 0.9,
fuel_category = "chemical",
fuel_inventory_size = 1,
burnt_inventory_size = 1,
type = "burner",
},
Tested that they do actually produce pollution by equipping some and then putting some fuel in (which happened to have an emissions multiplier of 150%) then finding a nice quiet clean spot to pollute.