Types/ElectricUsagePriority: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (→example) |
||
Line 22: | Line 22: | ||
usage_priority = "primary-input" | usage_priority = "primary-input" | ||
(older versions) input_priority = "primary" | (older versions) input_priority = "primary" | ||
(older versions) | (older versions) output_priority = "secondary" |
Revision as of 16:22, 21 June 2014
Basics
Used to specify priority of energy usage in the Electric network.
Values
primary
"primary-input" and "primary-output" (previously just "primary")
As input used for the most important machines, currently used for laser turrets. As output used by solar panels.
secondary
"secondary-input" and "secondary-output" (previously just "secondary")
As input used for all other machines. As output used in steam generators.
terciary
"terciary"
As input/output used for accumulators, to collect the overproduction or provide energy when neither primary/secondary output can't.
none
Default value, used in input/output doesn't allow the machine to have input/output flow of energy from the network.
example
usage_priority = "primary-input" (older versions) input_priority = "primary" (older versions) output_priority = "secondary"