Types/FluidProductPrototype

From Official Factorio Wiki
Revision as of 16:31, 10 December 2018 by Bilka (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

See also