FluidProductPrototype :: struct
| type | :: "fluid" | |
| name | :: FluidID | The name of a FluidPrototype. |
The name of a FluidPrototype. | ||
| amount optional | :: FluidAmount | Can not be |
Can not be | ||
| amount_min optional | :: FluidAmount | Only loaded, and mandatory if |
Only loaded, and mandatory if | ||
| amount_max optional | :: FluidAmount | Only loaded, and mandatory if |
Only loaded, and mandatory if | ||
| probability optional | :: double | Value between 0 and 1, |
Value between 0 and 1, | ||
| ignored_by_stats optional | :: FluidAmount | Amount that should not be included in the fluid production statistics, typically with a matching ingredient having the same amount set as ignored_by_stats. [...] |
Amount that should not be included in the fluid production statistics, typically with a matching ingredient having the same amount set as ignored_by_stats. [...] | ||
| ignored_by_productivity optional | :: FluidAmount | Amount that should be deducted from any productivity induced bonus crafts. [...] |
Amount that should be deducted from any productivity induced bonus crafts. [...] | ||
| temperature optional | :: float | The temperature of the fluid product. |
The temperature of the fluid product. | ||
| fluidbox_index optional | :: uint32 | Used to specify which CraftingMachinePrototype::fluid_boxes this product should use. [...] |
Used to specify which CraftingMachinePrototype::fluid_boxes this product should use. [...] | ||
| show_details_in_recipe_tooltip optional | :: boolean | When hovering over a recipe in the crafting menu the recipe tooltip will be shown. [...] |
When hovering over a recipe in the crafting menu the recipe tooltip will be shown. [...] | ||


