Types/EnergySource: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Basics ==
== Basics ==
Specifies the way the entity gets its energy.
Specifies the way the entity gets its energy.
 
Valid for 0.8+ version
=== type ===
=== type ===
'''Type''': [[Types/string]]
'''Type''': [[Types/string]]

Revision as of 14:13, 30 October 2013

Basics

Specifies the way the entity gets its energy. Valid for 0.8+ version

type

Type: Types/string

Only valid values are "electric" or "burner", it specifies the type of the energy source to be used.

emissions

Type: Types/double

resting_cunsumption_ratio

Type: Types/float

Default: 1/30

Electric energy source

buffer_capacity

Type: Types/EnergyAmount

input_priority

Type: Types/EnergyPriority

input_flow_limit

Type: Types/EnergyPower

output_priority

Type: Types/EnergyPriority

output_flow_limit

Type: Types/EnergyPower

Burner

effectivity

Type: Types/float

Value specifying the amount of burning value of the item to be transferred into the energy. 1 means 100% effectivity.

fuel_inventory_size

Type: Types/InventorySize

smoke

Type: Types/SmokeSources