FluidProductPrototype :: struct changed
| Inherits from ProductPrototypeBase |
| 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 | ||
| 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. [...] | ||
| fluidbox_multipliernew optional | :: uint8 | Used to set crafting machine fluidbox volumes. [...] |
Used to set crafting machine fluidbox volumes. [...] | ||
| optional_fluidbox_indexesnew optional | :: array[uint32] | Additional fluid boxes that will be also used by this fluid product. [...] |
Additional fluid boxes that will be also used by this fluid product. [...] | ||
| independent_probabilitynew optional | :: double | Value between 0 and 1. [...] |
Value between 0 and 1. [...] | ||
| shared_probabilitynew optional | :: SharedProbabilityDefinition | A range of values where lower end is at at least at value of 0 and upper end is at most at value of 1. [...] |
A range of values where lower end is at at least at value of 0 and upper end is at most at value of 1. [...] | ||
| show_details_in_recipe_tooltipnew 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. [...] | ||


