ItemIngredientPrototype :: struct changedExample code
| type | :: "item" | |
| name | :: ItemID | |
| amount | :: uint16 | Cannot be |
Cannot be | ||
| ignored_by_stats optional | :: uint16 | Amount that should not be included in the consumption statistics, typically with a matching product having the same amount set as ignored_by_stats. |
Amount that should not be included in the consumption statistics, typically with a matching product having the same amount set as ignored_by_stats. | ||
| quality_minnew optional | :: QualityID | Lowest possible quality of ingredient that will be accepted. [...] |
Lowest possible quality of ingredient that will be accepted. [...] | ||
| quality_maxnew optional | :: QualityID | Highest possible quality of ingredient that will be accepted. [...] |
Highest possible quality of ingredient that will be accepted. [...] | ||
| quality_changenew optional | :: int8 | Amount of quality levels up or down this ingredient will be adjusted. [...] |
Amount of quality levels up or down this ingredient will be adjusted. [...] | ||
| spoil_weightnew optional | :: float | Controls how much spoil percent of this ingredient should influence spoil percent of spoilable products. [...] |
Controls how much spoil percent of this ingredient should influence spoil percent of spoilable products. [...] | ||


