type | :: "fluid" | |
name | :: string | Prototype name of the result. |
Prototype name of the result. | ||
amount | :: double? | Amount of the fluid to give. If not returned, |
Amount of the fluid to give. If not returned, | ||
amount_min | :: double? | Minimal amount of the fluid to give. Not returned if |
Minimal amount of the fluid to give. Not returned if | ||
amount_max | :: double? | Maximum amount of the fluid to give. Not returned if |
Maximum amount of the fluid to give. Not returned if | ||
probability | :: double | A value in range |
A value in range | ||
ignored_by_stats | :: double? | How much of this product is ignored by statistics. |
How much of this product is ignored by statistics. | ||
ignored_by_productivity | :: double? | How much of this product is ignored by productivity. |
How much of this product is ignored by productivity. | ||
temperature | :: float? | The fluid temperature of this product. |
The fluid temperature of this product. | ||
fluidbox_index | :: uint? |
-- Products of the "advanced-oil-processing" recipe
{{type="fluid", name="heavy-oil", amount=1},
{type="fluid", name="light-oil", amount=4.5},
{type="fluid", name="petroleum-gas", amount=5.5}}