Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
emipa606 committed Nov 18, 2019
1 parent abd0f4d commit 9a36998
Showing 1 changed file with 33 additions and 34 deletions.
67 changes: 33 additions & 34 deletions Patches/Patches.xml
Original file line number Diff line number Diff line change
@@ -1,49 +1,48 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>

<Operation Class="PatchOperationAdd">
<xpath>*/ThingDef[defName="ElectricStove" or defName="FueledStove" or defName="VFE_TableStoveLarge"]/recipes</xpath>
<value>
<li>CAN_CookCannibalMealSimple</li>
<li>CAN_CookCannibalMealFine</li>
<li>CAN_CookCannibalMealLavish</li>
<li>CAN_CookCannibalMealSurvival</li>
<li>CAN_MakeCannibalPemmican</li>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>*/ThingDef[defName="Campfire"]/recipes</xpath>
<value>
<li>CAN_CookCannibalMealSimpleCampfire</li>
<li>CAN_MakeCannibalPemmicanCampfire</li>
</value>
</Operation>

<Operation Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationTest">
<xpath>/Defs/ThingDef[defName = "RGK_FueledStove"]</xpath>
</li>
<li Class="PatchOperationAdd">
<xpath>*/ThingDef[defName="RGK_FueledStove" or defName="GL_ElectricStove"]/recipes</xpath>
<xpath>*/RecipeDef[defName="CAN_CookMealBase"]/recipeUsers</xpath>
<value>
<li>CAN_CookCannibalMealSimple</li>
<li>CAN_CookCannibalMealFine</li>
<li>CAN_CookCannibalMealLavish</li>
<li>CAN_CookCannibalMealSurvival</li>
<li>CAN_MakeCannibalPemmican</li>
<li>RGK_FueledStove</li>
<li>GL_ElectricStove</li>
</value>
</li>
</operations>
</Operation>

<Operation Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationTest">
<xpath>/Defs/ThingDef[defName = "VFE_TableStoveLarge"]</xpath>
</li>
<li Class="PatchOperationAdd">
<xpath>*/RecipeDef[defName="CAN_CookMealBase"]/recipeUsers</xpath>
<value>
<li>VFE_TableStoveLarge</li>
</value>
</li>
</operations>
</Operation>

<Operation Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationTest">
<xpath>/Defs/ThingDef[defName = "VFE_TableButcherElectric"]</xpath>
</li>
<li Class="PatchOperationAdd">
<xpath>*/RecipeDef[defName="CAN_MakeCannibalKibble"]/recipeUsers</xpath>
<value>
<li>VFE_TableButcherElectric</li>
</value>
</li>
</operations>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>*/ThingDef[defName="ButcherSpot" or defName="TableButcher" or defName="VFE_TableButcherElectric"]/recipes</xpath>
<value>
<li>CAN_MakeCannibalKibble</li>
</value>
</Operation>

</Patch>

0 comments on commit 9a36998

Please sign in to comment.