ItemProductPrototype :: struct
| type | :: "item" | |
| name | :: ItemID | The name of an ItemPrototype. |
The name of an ItemPrototype. | ||
| amount optional | :: uint16 | |
| amount_min optional | :: uint16 | Only loaded, and mandatory if |
Only loaded, and mandatory if | ||
| amount_max optional | :: uint16 | 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 | :: uint16 | Amount that should not be included in the item production statistics, typically with a matching ingredient having the same amount set as ignored_by_stats. [...] |
Amount that should not be included in the item production statistics, typically with a matching ingredient having the same amount set as ignored_by_stats. [...] | ||
| ignored_by_productivity optional | :: uint16 | Amount that should be deducted from any productivity induced bonus crafts. [...] |
Amount that should be deducted from any productivity induced bonus crafts. [...] | ||
| 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. [...] | ||
| extra_count_fraction optional | :: float | Probability that a craft will yield one additional product. [...] |
Probability that a craft will yield one additional product. [...] | ||
| percent_spoiled optional | :: float | Must be >= |
Must be >= | ||


