Advertisement
kusko25

Untitled

Jun 10th, 2024
188
0
275 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.49 KB | None | 0 0
  1. <Operation Class="XmlExtensions.FindMod">
  2.     <mods>
  3.         <li>FrozenSnowFox.AdvancedBionicsExpansion</li>
  4.         <li>vat.epoeforked</li>
  5.     </mods>
  6.     <logic>and</logic>
  7.     <packageId>true</packageId>
  8.     <caseTrue>
  9.         <Operation Class="XmlExtensions.PatchOperationRemove">
  10.             <xpath>Defs/HediffDef[@MayRequire="vat.epoeforked" and descriptionHyperlinks/ThingDef="AdvancedBionicArm"]</xpath>
  11.         </Operation>
  12.         <Operation Class="XmlExtensions.PatchOperationRemove">
  13.             <xpath>Defs/HediffDef[@MayRequire="vat.epoeforked" and descriptionHyperlinks/ThingDef="PowerArm"]</xpath>
  14.         </Operation>
  15.         <Operation Class="XmlExtensions.PatchOperationRemove">
  16.             <xpath>Defs/HediffDef[@MayRequire="vat.epoeforked" and descriptionHyperlinks/ThingDef="AdvancedPowerArm"]</xpath>
  17.         </Operation>
  18.  
  19.         <Operation Class="XmlExtensions.PatchOperationRemove">
  20.             <xpath>Defs/RecipeDef[@MayRequire="vat.epoeforked" and descriptionHyperlinks/ThingDef="AdvancedBionicArm"]</xpath>
  21.         </Operation>
  22.         <Operation Class="XmlExtensions.PatchOperationRemove">
  23.             <xpath>Defs/RecipeDef[@MayRequire="vat.epoeforked" and descriptionHyperlinks/ThingDef="PowerArm"]</xpath>
  24.         </Operation>
  25.         <Operation Class="XmlExtensions.PatchOperationRemove">
  26.             <xpath>Defs/RecipeDef[@MayRequire="vat.epoeforked" and descriptionHyperlinks/ThingDef="AdvancedPowerArm"]</xpath>
  27.         </Operation>
  28.     </caseTrue>
  29. </Operation>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement