Types/FluidProductPrototype: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "A fluid product definition for a Prototype/Recipe. Its loading is triggered by the <code>type</code> of a Types/ProductPrototype being "fluid". == Mandatory propertie...")
 
(0.17)
Line 32: Line 32:


Sets the temperature of the fluid product.
Sets the temperature of the fluid product.
=== catalyst_amount ===
'''Type''': [[Types/double]]
'''Default''': 0


== See also ==
== See also ==
* [[Types/ProductPrototype]]
* [[Types/ProductPrototype]]
* [[Types/ItemProductPrototype]]
* [[Types/ItemProductPrototype]]

Revision as of 12:19, 13 April 2019

A fluid product definition for a Prototype/Recipe. Its loading is triggered by the type of a Types/ProductPrototype being "fluid".

Mandatory properties

name

Type: Types/string

The name of a Prototype/Fluid.

Optional properties

probability

Type: Types/double

Default: 1

amount

Type: Types/double

amount_min

Type: Types/MaterialAmountType

Mandatory if amount is not specified.

amount_max

Type: Types/MaterialAmountType

Mandatory if amount is not specified.

temperature

Type: Types/double

Sets the temperature of the fluid product.

catalyst_amount

Type: Types/double

Default: 0

See also