Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Patch>
  3.  
  4.     <Operation Class="PatchOperationSequence">
  5.         <operations>
  6.             <li Class="PatchOperationReplace">
  7.                 <xpath>/Defs/ThingDef[defName = "OGI_Gun_BoltPistol"]/ParentName</xpath>
  8.                 <value>
  9.                     <ParentName>BaseHumanMakeableGun_IG</ParentName>
  10.                 </value>
  11.             </li>
  12.             <li Class="PatchOperationRemove">
  13.                 <xpath>/Defs/ThingDef[defName = "OGI_Gun_BoltPistol"]/costList/ImperialComponent</xpath>
  14.             </li>
  15.             <li Class="PatchOperationRemove">
  16.                 <xpath>/Defs/ThingDef[defName = "OGI_Gun_BoltPistol"]/costList/RefinedAdamantium</xpath>
  17.             </li>
  18.             <li Class="PatchOperationRemove">
  19.                 <xpath>/Defs/ThingDef[defName = "OGI_Gun_BoltPistol"]/costList/ImperialPowercore</xpath>
  20.             </li>
  21.             <li Class="PatchOperationReplace">
  22.                 <xpath>/Defs/ThingDef[defName = "OGI_Gun_BoltPistol"]/soundInteract</xpath>
  23.             <value>
  24.                     <soundInteract>InteractRifle</soundInteract>
  25.                 </value>
  26.             </li>
  27.             <li Class="PatchOperationReplace">
  28.                 <xpath>/Defs/ThingDef[defName = "OGI_Gun_BoltPistol"]/thingCategories/li</xpath>
  29.             <value>
  30.                     <thingCategories>IG_Ranged_Vet</thingCategories>
  31.                 </value>
  32.             </li>
  33.             <li Class="PatchOperationReplace">
  34.                 <xpath>/Defs/ThingDef[defName = "OGI_Gun_BoltPistol"]/tradeTags/li</xpath>
  35.                 <value>
  36.                     <tradeTags>IG_Ranged_Vet</tradeTags>
  37.                 </value>
  38.             </li>
  39.             <li Class="PatchOperationReplace">
  40.                 <xpath>/Defs/ThingDef[defName = "OGI_Gun_BoltPistol"]/recipeMaker/researchPrerequisite</xpath>
  41.                 <value>
  42.                     <researchPrerequisite>MecTec_ManufacturingLicenceI</researchPrerequisite>
  43.                 </value>
  44.             </li>
  45.         </operations>
  46.     </Operation>
  47. </Patch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement