The Idea is the make a new form of a power pole, that will filter the air. The poles wouldnt be cheap, so would only put them in areas where pollution would be a issue like replacing the small electric power poles supplying a smelting area with these new ones, each Pole would consume some power, and in turn filter some pollution.
As it stands, the power pole works, it cleans the air, but dosent seem to consume any power.
Looking at the power grid, it dosent show as using any power.
Here is a code sniplet, I am trying to make always consume when power is availible, but seems like it wants to consume to do something, like with a factory, only using its full power while its producing items, otherwise uses almost nothing.
I would like it always consume around the same power as a small assembly plant 1.
Yes the Emmisions are pretty high >.> but the idea is just to test the thing atm, not make it balanced
Code: Select all
{
type = "electric",
input_priority = "secondary",
emissions_per_tick = -0.0050,
},
energy_usage_per_tick = 1.5,