Prototype/Boiler: Difference between revisions
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]]. | |||
{{Prototype TOC|boiler}} | |||
Prototype | |||
== Mandatory properties == | == Mandatory properties == | ||
This prototype inherits all the properties from [[Prototype/EntityWithHealth]]. | This prototype inherits all the properties from [[Prototype/EntityWithHealth]]. | ||
{{Prototype property|energy_source|[[Types/EnergySource|EnergySource]]}} | |||
{{Prototype property|fluid_box|[[Types/FluidBox|FluidBox]]}} | |||
{{Prototype property|output_fluid_box|[[Types/FluidBox|FluidBox]]}} | |||
{{Prototype property|energy_consumption|[[Types/Energy|Energy]]}} | |||
{{Prototype property|burning_cooldown|[[Types/uint32|uint32]]}} | |||
{{Prototype property|target_temperature|[[Types/double|double]]}} | |||
{{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 == | ||
{{Prototype property|fire_glow_flicker_enabled|[[Types/bool|bool]]|false|optional=true}} | |||
{{Prototype property|fire_flicker_enabled|[[Types/bool|bool]]|false|optional=true}} | |||
= | |||
{{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". | ||
{{Prototype property|patch|[[Types/table|table]]|optional=true}} | |||
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]] | ||
{{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]] | ||
{{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.
Mandatory properties
This prototype inherits all the properties from Prototype/EntityWithHealth.
Template:Prototype property Table with the following mandatory members:
Optional properties
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: