Code: Select all
energy_source =
{
type = "electric",
useage_priority = "secondary-input",
emissions = 0.1 / 6.5,
},
Is the emissions value just multiplied by the power required to give the amount of pollution it generates?
Code: Select all
energy_source =
{
type = "electric",
useage_priority = "secondary-input",
emissions = 0.1 / 6.5,
},