satasika
Refugee
The use of "CraftingIngredientCount" does not limit the minimum value, which will cause too many mods to use this command, and the result of the material quantity being 0 will occur, which will lead to the failure to make items.
ex:
<passive_effect name="CraftingIngredientCount" operation="perc_subtract" value="0.8"/>
Is there a way to solve?
Should we limit the final result of "CraftingIngredientCount" to 1?
ex:
<passive_effect name="CraftingIngredientCount" operation="perc_subtract" value="0.8"/>
Is there a way to solve?
Should we limit the final result of "CraftingIngredientCount" to 1?