Prototype/Boiler: Difference between revisions
Jump to navigation
Jump to search
0.17 |
Set prototype parent |
||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/EntityWithHealth}} | |||
== Basics == | == Basics == | ||
Prototype type: '''boiler''' | Prototype type: '''boiler''' |
Revision as of 15:43, 24 July 2019
Basics
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