resting_consumption_ratio
Posted: Wed Jan 24, 2018 5:49 am
Having difficulty getting this to work. The documentation is worded strangely but I'm pretty sure it's saying that this is the ratio of power used even when the machine is idle. Is that right?
I'm defining it like this:
But it has absolutely no effect. I know that it is at least partly working because the pollution rate ("emissions") responds to changes.
Anyone know?
I'm defining it like this:
Code: Select all
machine.energy_source = {
emissions = 0.01,
type = "electric",
usage_priority = "secondary-input",
resting_consumption_ratio = 0.5,
}
Anyone know?