|
|
(10 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| {{Prototype parent|Prototype/EntityWithHealth}}
| | <div class="stub"><p>'''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/BoilerPrototype.html https://lua-api.factorio.com/latest/prototypes/BoilerPrototype.html] |
|
| |
|
| == Basics ==
| | </p><p>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 [https://forums.factorio.com/viewforum.php?f=233 on the forums].</p></div> |
| Prototype type: '''boiler'''
| |
| | |
| A [[boiler]]. Extends [[Prototype/EntityWithHealth]].
| |
| | |
| == Mandatory properties ==
| |
| This prototype inherits all the properties from [[Prototype/EntityWithHealth]]. | |
| | |
| === energy_source ===
| |
| '''Type''': [[Types/EnergySource]]
| |
| | |
| === fluid_box ===
| |
| '''Type''': [[Types/FluidBox]]
| |
| | |
| === output_fluid_box ===
| |
| '''Type''': [[Types/FluidBox]]
| |
| | |
| === energy_consumption ===
| |
| '''Type''': [[Types/Energy]]
| |
| | |
| === burning_cooldown ===
| |
| '''Type''': [[Types/uint32]]
| |
| | |
| === target_temperature ===
| |
| '''Type''': [[Types/double]]
| |
| | |
| === structure ===
| |
| '''Type''': [[Types/table]]
| |
| | |
| Table with the following mandatory members:
| |
| | |
| * north - [[Types/Sprite]]
| |
| * east - [[Types/Sprite]]
| |
| * south - [[Types/Sprite]]
| |
| * west - [[Types/Sprite]]
| |
| | |
| == Optional properties ==
| |
| | |
| === fire_glow_flicker_enabled ===
| |
| '''Type''': [[Types/bool]]
| |
| | |
| '''Default''': false
| |
| | |
| === fire_flicker_enabled ===
| |
| '''Type''': [[Types/bool]]
| |
| | |
| '''Default''': false
| |
| | |
| === mode ===
| |
| '''Type''': [[Types/string]]
| |
| | |
| '''Default''': "heat-water-inside"
| |
| | |
| One of "heat-water-inside" or "output-to-separate-pipe".
| |
| | |
| === patch ===
| |
| '''Type''': [[Types/table]] | |
| | |
| Table with the following optional members:
| |
| | |
| * north - [[Types/Sprite]]
| |
| * east - [[Types/Sprite]]
| |
| * south - [[Types/Sprite]]
| |
| * west - [[Types/Sprite]]
| |
| | |
| === fire ===
| |
| '''Type''': [[Types/table]]
| |
| | |
| Table with the following optional members:
| |
| | |
| * north - [[Types/Animation]]
| |
| * east - [[Types/Animation]]
| |
| * south - [[Types/Animation]]
| |
| * west - [[Types/Animation]]
| |
| | |
| === fire_glow ===
| |
| '''Type''': [[Types/table]]
| |
| | |
| Table with the following optional members:
| |
| | |
| * north - [[Types/Animation]]
| |
| * east - [[Types/Animation]]
| |
| * south - [[Types/Animation]]
| |
| * west - [[Types/Animation]]
| |
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/BoilerPrototype.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.