Types/ElectricUsagePriority

From Official Factorio Wiki
Revision as of 16:21, 21 June 2014 by FreeER (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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) input_priority = "primary"