Types/ElectricUsagePriority: Difference between revisions
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...") |
|||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
== Basics == | == Basics == | ||
Used to specify priority of energy usage in the [[ | Used to specify priority of energy usage in the [[Electric system|Electric network]]. | ||
== Values == | == Values == | ||
=== primary === | === 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. | ||
=== secondary === | === secondary === | ||
"secondary-input" and "secondary-output" | |||
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. | ||
=== | === tertiary === | ||
"tertiary" | |||
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. | ||
=== | === solar === | ||
"solar" | |||
Can only be used by [[Prototype/SolarPanel]], will be ignored otherwise. | |||
=== lamp === | |||
"lamp" | |||
Can only be used by [[Prototype/Lamp]], will be ignored otherwise. | |||
== example == | == example == | ||
usage_priority = "primary-input" |
Latest revision as of 15:25, 3 June 2019
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.
secondary
"secondary-input" and "secondary-output"
As input used for all other machines. As output used in steam generators.
tertiary
"tertiary"
As input/output used for accumulators, to collect the overproduction or provide energy when neither primary/secondary output can't.
solar
"solar"
Can only be used by Prototype/SolarPanel, will be ignored otherwise.
lamp
"lamp"
Can only be used by Prototype/Lamp, will be ignored otherwise.
example
usage_priority = "primary-input"