Types/ElectricUsagePriority: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "== Basics == Used to specify priority of energy usage in the Electric network. == Values == === primary === As input used for the most important machines...")
 
No edit summary
Line 4: Line 4:
== Values ==
== Values ==
=== primary ===
=== primary ===
"primary-input" and "primary-output" (previously just "primary")
As input used for the most important machines, currently used for laser turrets.
As input used for the most important machines, currently used for laser turrets.
As output solar panels uses it.
As output used by solar panels.
=== secondary ===
=== secondary ===
"secondary-input" and "secondary-output"  (previously just "secondary")
As input used for all other machines.
As input used for all other machines.
As output used in steam generators.
As output used in steam generators.
=== terciary ===
=== terciary ===
"terciary"
As input/output used for accumulators, to collect the overproduction or provide energy when neither primary/secondary output can't.
As input/output used for accumulators, to collect the overproduction or provide energy when neither primary/secondary output can't.
=== none ===
=== none ===
Default value, used in input/output doesn't allow the machine to have input/output flow of energy from the network.
Default value, used in input/output doesn't allow the machine to have input/output flow of energy from the network.
== example ==
== example ==
     input_priority = "primary"
     usage_priority = "primary-input"
    (older versions) input_priority = "primary"
    (older versions) input_priority = "primary"

Revision as of 16:21, 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) input_priority = "primary"