Prototype/BurnerGenerator: Difference between revisions
optional in template |
1.1.51: Prototype/EntityWithOwner added |
||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/ | {{Prototype parent|Prototype/EntityWithOwner}} | ||
An entity that produces power from a burner energy source. | An entity that produces power from a burner energy source. | ||
Line 5: | Line 5: | ||
== Mandatory properties == | == Mandatory properties == | ||
This prototype inherits all the properties from [[Prototype/ | This prototype inherits all the properties from [[Prototype/EntityWithOwner]]. | ||
{{Prototype property|energy_source|[[Types/EnergySource|EnergySource]]}} | {{Prototype property|energy_source|[[Types/EnergySource|EnergySource]]}} |
Revision as of 19:26, 21 January 2022
Template:Prototype parent An entity that produces power from a burner energy source.
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.