Prototype/Boiler: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
Set prototype parent
Converted to SMW format
Line 1: Line 1:
{{Prototype parent|Prototype/EntityWithHealth}}
{{Prototype parent|Prototype/EntityWithHealth}}
A [[boiler]].


== Basics ==
{{Prototype TOC|boiler}}
Prototype type: '''boiler'''
 
A [[boiler]]. Extends [[Prototype/EntityWithHealth]].


== Mandatory properties ==
== Mandatory properties ==
This prototype inherits all the properties from [[Prototype/EntityWithHealth]].
This prototype inherits all the properties from [[Prototype/EntityWithHealth]].


=== energy_source ===
{{Prototype property|energy_source|[[Types/EnergySource|EnergySource]]}}
'''Type''': [[Types/EnergySource]]


=== fluid_box ===
{{Prototype property|fluid_box|[[Types/FluidBox|FluidBox]]}}
'''Type''': [[Types/FluidBox]]


=== output_fluid_box ===
{{Prototype property|output_fluid_box|[[Types/FluidBox|FluidBox]]}}
'''Type''': [[Types/FluidBox]]


=== energy_consumption ===
{{Prototype property|energy_consumption|[[Types/Energy|Energy]]}}
'''Type''': [[Types/Energy]]


=== burning_cooldown ===
{{Prototype property|burning_cooldown|[[Types/uint32|uint32]]}}
'''Type''': [[Types/uint32]]


=== target_temperature ===
{{Prototype property|target_temperature|[[Types/double|double]]}}
'''Type''': [[Types/double]]
 
=== structure ===
'''Type''': [[Types/table]]


{{Prototype property|structure|[[Types/table|table]]}}
Table with the following mandatory members:
Table with the following mandatory members:


* north - [[Types/Sprite]]
* north - [[Types/Sprite|Sprite]]
* east - [[Types/Sprite]]
* east - [[Types/Sprite|Sprite]]
* south - [[Types/Sprite]]
* south - [[Types/Sprite|Sprite]]
* west - [[Types/Sprite]]
* west - [[Types/Sprite|Sprite]]


== Optional properties ==
== Optional properties ==


=== fire_glow_flicker_enabled ===
{{Prototype property|fire_glow_flicker_enabled|[[Types/bool|bool]]|false|optional=true}}
'''Type''': [[Types/bool]]


'''Default''': false
{{Prototype property|fire_flicker_enabled|[[Types/bool|bool]]|false|optional=true}}
 
=== fire_flicker_enabled ===
'''Type''': [[Types/bool]]
 
'''Default''': false
 
=== mode ===
'''Type''': [[Types/string]]
 
'''Default''': "heat-water-inside"


{{Prototype property|mode|[[Types/string|string]]|"heat-water-inside"|optional=true}}
One of "heat-water-inside" or "output-to-separate-pipe".
One of "heat-water-inside" or "output-to-separate-pipe".


=== patch ===
{{Prototype property|patch|[[Types/table|table]]|optional=true}}
'''Type''': [[Types/table]]
 
Table with the following optional members:
Table with the following optional members:


* north - [[Types/Sprite]]
* north - [[Types/Sprite|Sprite]]
* east - [[Types/Sprite]]
* east - [[Types/Sprite|Sprite]]
* south - [[Types/Sprite]]
* south - [[Types/Sprite|Sprite]]
* west - [[Types/Sprite]]
* west - [[Types/Sprite|Sprite]]
 
=== fire ===
'''Type''': [[Types/table]]


{{Prototype property|fire|[[Types/table|table]]|optional=true}}
Table with the following optional members:
Table with the following optional members:


* north - [[Types/Animation]]
* north - [[Types/Animation|Animation]]
* east - [[Types/Animation]]
* east - [[Types/Animation|Animation]]
* south - [[Types/Animation]]
* south - [[Types/Animation|Animation]]
* west - [[Types/Animation]]
* west - [[Types/Animation|Animation]]
 
=== fire_glow ===
'''Type''': [[Types/table]]


{{Prototype property|fire_glow|[[Types/table|table]]|optional=true}}
Table with the following optional members:
Table with the following optional members:


* north - [[Types/Animation]]
* north - [[Types/Animation|Animation]]
* east - [[Types/Animation]]
* east - [[Types/Animation|Animation]]
* south - [[Types/Animation]]
* south - [[Types/Animation|Animation]]
* west - [[Types/Animation]]
* west - [[Types/Animation|Animation]]

Revision as of 11:46, 28 July 2019

Template:Prototype parent A boiler.

Template:Prototype TOC

Mandatory properties

This prototype inherits all the properties from Prototype/EntityWithHealth.

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property Table with the following mandatory members:

Optional properties

Template:Prototype property

Template:Prototype property

Template:Prototype property One of "heat-water-inside" or "output-to-separate-pipe".

Template:Prototype property Table with the following optional members:

Template:Prototype property Table with the following optional members:

Template:Prototype property Table with the following optional members: