00Prescott
Refugee
I'm completely at a loss on this one. If the tag that is used is "perkLivingOffTheLandCrafting" which is shown in the recipe:
<recipe name="farmPlotBlockPlayer" count="1" tags="perkLivingOffTheLandCrafting" craft_time="20">
<ingredient name="resourceWood" count="4"/>
<ingredient name="foodRottingFlesh" count="10"/>
<ingredient name="resourcePotassiumNitratePowder" count="25"/>
<ingredient name="resourceClayLump" count="100"/>
<effect_group>
<passive_effect name="CraftingIngredientCount" level="1,2,3" operation="perc_add" value="-.3,-.5,-.5" tags="foodRottingFlesh,resourcePotassiumNitratePowder,resourceClayLump"/>
</effect_group>
</recipe>
Then wouldn't all I need to do is adjust the CraftingIngredientCount for levels 4 and 5 (assuming I wanted to decrease the ingredient count)? I've attempted setting the xpath, appending the xpath, removing and then adding a new recipe . I can't get anything to work changing levels 4 and 5 (they default to 0 for perc_add). I've scoured these forums, watched videos, downloaded other modlets, etc. and I have not run across anything that shows me how much a simple dum dum mistake I'm making here. Please help this dodo out. Thank you.
<recipe name="farmPlotBlockPlayer" count="1" tags="perkLivingOffTheLandCrafting" craft_time="20">
<ingredient name="resourceWood" count="4"/>
<ingredient name="foodRottingFlesh" count="10"/>
<ingredient name="resourcePotassiumNitratePowder" count="25"/>
<ingredient name="resourceClayLump" count="100"/>
<effect_group>
<passive_effect name="CraftingIngredientCount" level="1,2,3" operation="perc_add" value="-.3,-.5,-.5" tags="foodRottingFlesh,resourcePotassiumNitratePowder,resourceClayLump"/>
</effect_group>
</recipe>
Then wouldn't all I need to do is adjust the CraftingIngredientCount for levels 4 and 5 (assuming I wanted to decrease the ingredient count)? I've attempted setting the xpath, appending the xpath, removing and then adding a new recipe . I can't get anything to work changing levels 4 and 5 (they default to 0 for perc_add). I've scoured these forums, watched videos, downloaded other modlets, etc. and I have not run across anything that shows me how much a simple dum dum mistake I'm making here. Please help this dodo out. Thank you.