first commit a20
This commit is contained in:
48
Config/recipes.xml
Normal file
48
Config/recipes.xml
Normal file
@@ -0,0 +1,48 @@
|
||||
<mx7d2d_official>
|
||||
<!-- Crafting Fixes -->
|
||||
<set xpath="/recipes/recipe[@name='resourceGlue' and @craft_area='campfire']/ingredient[@name='resourceBone']/@count">2</set>
|
||||
<set xpath="/recipes/recipe[@name='resourceGlue' and @craft_area='chemistryStation']/ingredient[@name='resourceBone']/@count">2</set>
|
||||
<!-- Cooking Fixes -->
|
||||
<set xpath="/recipes/recipe[@name='foodBaconAndEggs']/ingredient[@name='foodRawMeat']/@count">1</set>
|
||||
<set xpath="/recipes/recipe[@name='foodBaconAndEggs']/ingredient[@name='foodEgg']/@count">1</set>
|
||||
<set xpath="/recipes/recipe[@name='foodBoiledMeat']/ingredient[@name='foodRawMeat']/@count">1</set>
|
||||
<set xpath="/recipes/recipe[@name='foodCharredMeat']/ingredient[@name='foodRawMeat']/@count">1</set>
|
||||
<set xpath="/recipes/recipe[@name='foodChiliDog']/ingredient[@name='foodRawMeat']/@count">1</set>
|
||||
<set xpath="/recipes/recipe[@name='foodGrilledMeat']/ingredient[@name='foodRawMeat']/@count">1</set>
|
||||
<!-- Farming Fixes -->
|
||||
<set xpath="/recipes/recipe[@name='plantedCorn1']/ingredient[@name='foodCropCorn']/@count">1</set>
|
||||
<!-- Concrete Mixing (resourceConcreteMix) -->
|
||||
<remove xpath="/recipes/recipe[@name='resourceConcreteMix']/ingredient[@name='resourceRockSmall']"/>
|
||||
<remove xpath="/recipes/recipe[@name='resourceConcreteMix']/ingredient[@name='resourceCrushedSand']"/>
|
||||
<set xpath="/recipes/recipe[@name='resourceConcreteMix']/@count">5</set>
|
||||
<!-- Forged Crafting Tweaks-->
|
||||
<set xpath="/recipes/recipe[@name='resourceForgedIron']/ingredient[@name='unit_iron']/@count">5</set>
|
||||
<set xpath="/recipes/recipe[@name='resourceForgedSteel']/ingredient[@name='unit_iron']/@count">10</set>
|
||||
<remove xpath="/recipes/recipe[@name='resourceForgedIron']/ingredient[@name='unit_clay']"/>
|
||||
<remove xpath="/recipes/recipe[@name='resourceForgedSteel']/ingredient[@name='unit_clay']"/>
|
||||
<remove xpath="/recipes/recipe[@name='resourceArrowHeadIron']/ingredient[@name='unit_clay']"/>
|
||||
<remove xpath="/recipes/recipe[@name='resourceArrowHeadSteelAP']/ingredient[@name='unit_clay']"/>
|
||||
<remove xpath="/recipes/recipe[@name='resourceBuckshot']/ingredient[@name='unit_clay']"/>
|
||||
<remove xpath="/recipes/recipe[@name='resourceBulletCasing']/ingredient[@name='unit_clay']"/>
|
||||
<remove xpath="/recipes/recipe[@name='resourceBulletTip']/ingredient[@name='unit_clay']"/>
|
||||
<set xpath="/recipes/recipe[@name='resourceForgedIron']/@count">2</set>
|
||||
<set xpath="/recipes/recipe[@name='resourceForgedSteel']/@count">2</set>
|
||||
<!-- Add Vending Machine Recipe -->
|
||||
<append xpath="/recipes">
|
||||
<recipe name="cntVendingMachine" count="1">
|
||||
<ingredient name="resourceWood" count="50"/>
|
||||
<ingredient name="resourceForgedIron" count="20"/>
|
||||
<ingredient name="resourceElectricParts" count="10"/>
|
||||
<ingredient name="resourceMechanicalParts" count="10"/>
|
||||
<ingredient name="resourceSpring" count="10"/>
|
||||
</recipe>
|
||||
</append>
|
||||
<!-- Add Car Battery Recipe -->
|
||||
<append xpath="/recipes">
|
||||
<recipe name="carBattery" count="1">
|
||||
<ingredient name="resourceForgedSteel" count="20"/>
|
||||
<ingredient name="resourceElectricParts" count="10"/>
|
||||
<ingredient name="resourcePotassiumNitratePowder" count="50"/>
|
||||
</recipe>
|
||||
</append>
|
||||
</mx7d2d_official>
|
||||
Reference in New Issue
Block a user