Prototype/BurnerGenerator
The prototype docs have moved to a new website with an improved format. This documentation page can now be found here: https://lua-api.factorio.com/latest/prototypes/BurnerGeneratorPrototype.html
This wiki page is no longer updated and will be removed at some point in the future, so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback on the forums.
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/BurnerGenerator
An entity that produces power from a burner energy source.
Mandatory properties
This prototype inherits all the properties from Prototype/EntityWithOwner.
energy_source
Type: EnergySource
The output energy source of the generator. Any emissions specified on this energy source are ignored, they must be specified on burner
. Must be an electric energy source.
burner
Type: EnergySource
The input energy source of the generator. Must be a burner energy source.
animation
Type: Animation4Way
Plays when the generator is active. Idle animation must have the same frame count as animation.
max_power_output
Type: Energy
How much energy this generator can produce.
Optional properties
idle_animation
Type: Animation4Way
Plays when the generator is inactive. Idle animation must have the same frame count as animation.
always_draw_idle_animation
Type: bool
Default: false
Whether the idle_animation
should also play when the generator is active.
min_perceived_performance
Type: double
Default: 0.25
Animation runs at least this fast.
performance_to_sound_speedup
Type: double
Default: 0.5