Prototype/BurnerGenerator

From Official Factorio Wiki
Revision as of 10:42, 21 September 2023 by BilkaBot (talk | contribs) (Updated styling of prototype doc migration note)
Jump to navigation Jump to search

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.


Template:Prototype parent An entity that produces power from a burner energy source.

Template:Prototype TOC

Mandatory properties

This prototype inherits all the properties from Prototype/EntityWithOwner.

Template:Prototype property 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.

Template:Prototype property The input energy source of the generator. Must be a burner energy source.

Template:Prototype property Plays when the generator is active. Idle animation must have the same frame count as animation.

Template:Prototype property How much energy this generator can produce.

Optional properties

Template:Prototype property Plays when the generator is inactive. Idle animation must have the same frame count as animation.

Template:Prototype property Whether the idle_animation should also play when the generator is active.

Template:Prototype property Animation runs at least this fast.

Template:Prototype property