38 lines
1.4 KiB
XML
38 lines
1.4 KiB
XML
<Config>
|
|
|
|
<remove xpath="/recipes/recipe[@name='modArmorCigar']"/>
|
|
|
|
<append xpath="/recipes">
|
|
<recipe name="modArmorCigarPerception" count="1" tags="learnable,packMuleCrafting">
|
|
<ingredient name="resourceYuccaFibers" count="250"/>
|
|
<ingredient name="resourcePaper" count="1"/>
|
|
<ingredient name="resourceScopeLens" count="1"/>
|
|
</recipe>
|
|
|
|
<recipe name="modArmorCigarStrength" count="1" tags="learnable,packMuleCrafting">
|
|
<ingredient name="resourceYuccaFibers" count="250"/>
|
|
<ingredient name="resourcePaper" count="1"/>
|
|
<ingredient name="resourceTestosteroneExtract" count="1"/>
|
|
</recipe>
|
|
|
|
<recipe name="modArmorCigarFortitude" count="1" tags="learnable,packMuleCrafting">
|
|
<ingredient name="resourceYuccaFibers" count="250"/>
|
|
<ingredient name="resourcePaper" count="1"/>
|
|
<ingredient name="resourceBrokenGlass" count="10"/>
|
|
</recipe>
|
|
|
|
<recipe name="modArmorCigarAgility" count="1" tags="learnable,packMuleCrafting">
|
|
<ingredient name="resourceYuccaFibers" count="250"/>
|
|
<ingredient name="resourcePaper" count="1"/>
|
|
<ingredient name="resourceLeather" count="10"/>
|
|
</recipe>
|
|
|
|
<recipe name="modArmorCigarIntellect" count="1" tags="learnable,packMuleCrafting">
|
|
<ingredient name="resourceYuccaFibers" count="250"/>
|
|
<ingredient name="resourcePaper" count="1"/>
|
|
<ingredient name="resourceAcid" count="1"/>
|
|
</recipe>
|
|
</append>
|
|
|
|
</Config>
|