LTS.Integrated_Implants-Forked/1.5/Mods/MedicalSystemExpansion2/Patches/MSE2_Patch.xml

123 lines
4.5 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="InstallLeftExtraArchotechArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="RemoveLeftExtraArchotechArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="InstallRightExtraArchotechArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="RemoveRightExtraArchotechArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="InstallLeftExtraBionicArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="RemoveLeftExtraBionicArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="InstallRightExtraBionicArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="RemoveRightExtraBionicArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="InstallLeftExtraPowerClaw"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="RemoveLeftExtraPowerClaw"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="InstallRightExtraPowerClaw"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="RemoveRightExtraPowerClaw"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="InstallLeftExtraDrillArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="RemoveLeftExtraDrillArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="InstallRightExtraDrillArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="RemoveRightExtraDrillArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="InstallLeftExtraFieldHand"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="RemoveLeftExtraFieldHand"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="InstallRightExtraFieldHand"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core">/Defs/RecipeDef[defName="RemoveRightExtraFieldHand"]</xpath>
</Operation>
<!--EPOE Forked-->
<!--<Operation Class="PatchOperationRemove">
<xpath MayRequire="vat.epoeforked">/Defs/RecipeDef[defName="InstallLeftExtraAdvancedBionicArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="vat.epoeforked">/Defs/RecipeDef[defName="RemoveLeftExtraAdvancedBionicArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="vat.epoeforked">/Defs/RecipeDef[defName="InstallRightExtraAdvancedBionicArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove" >
<xpath MayRequire="vat.epoeforked">/Defs/RecipeDef[defName="RemoveRightExtraAdvancedBionicArm"]</xpath>
</Operation>-->
</Patch>
<!--<Patch>
<Operation Class="PatchOperationSequence">
<operations>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core,vat.epoeforked">/Defs/RecipeDef[defName="InstallLeftExtraAdvancedBionicArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="MSE2.Core,vat.epoeforked">/Defs/RecipeDef[defName="RemoveLeftExtraAdvancedBionicArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath MayRequire="vat.epoeforked">/Defs/RecipeDef[defName="InstallRightExtraAdvancedBionicArm"]</xpath>
</Operation>
<Operation Class="PatchOperationRemove" MayRequire="vat.epoeforked">
<xpath>/Defs/RecipeDef[defName="RemoveRightExtraAdvancedBionicArm"]</xpath>
</Operation>
</operations>
</Operation>
</Patch>-->