Types/ElectricUsagePriority: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
m (Bilka moved page Types/EnergyPriority to Types/ElectricUsagePriority: renamed class?)
(0.16)
Line 4: Line 4:
== Values ==
== Values ==
=== primary ===
=== primary ===
"primary-input" and "primary-output" (previously just "primary")
"primary-input" and "primary-output"


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 used by solar panels.
As output used by solar panels.
=== secondary ===
=== secondary ===
"secondary-input" and "secondary-output" (previously just "secondary")
"secondary-input" and "secondary-output"


As input used for all other machines.
As input used for all other machines.
Line 17: Line 17:


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 ===
=== solar ===
Default value, used in input/output doesn't allow the machine to have input/output flow of energy from the network.
"solar"
 
=== lamp ===
"lamp"
 
== example ==
== example ==
     usage_priority = "primary-input"
     usage_priority = "primary-input"
    (older versions) input_priority = "primary"
    (older versions) output_priority = "secondary"

Revision as of 10:45, 26 January 2018

Basics

Used to specify priority of energy usage in the Electric network.

Values

primary

"primary-input" and "primary-output"

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"

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.

solar

"solar"

lamp

"lamp"

example

   usage_priority = "primary-input"