00Prescott
Refugee
Good morning,
I am brand new to modding 7d2d and I'm looking for a way to remove the food poisoning from Yucca and I'm not quite sure how to do it. Under the item name="foodCropYuccaFruit" there are the following lines:
I think you're supposed to use remove xpath="/item" then something else but I really don't know what I'm doing. I dug around the forum for a bit but was not able to locate anything. Could someone help me out? Thanks!
I am brand new to modding 7d2d and I'm looking for a way to remove the food poisoning from Yucca and I'm not quite sure how to do it. Under the item name="foodCropYuccaFruit" there are the following lines:
Code:
<triggered_effect trigger="onSelfPrimaryActionEnd" action="AddBuff" target="self" buff="buffProcessConsumables"/>
<triggered_effect trigger="onSelfPrimaryActionEnd" action="AddBuff" target="self" buff="buffIllFoodPoisoning0">
<requirement name="RandomRoll" seed_type="Random" target="self" min_max="0,100" operation="LTE" value="10"/>
</triggered_effect>
<display_value name="FoodPoisoningRisk" value=".1" />