Advertisement
Guest User

DE_Patches.xml

a guest
Sep 6th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.41 KB | None | 0 0
  1.     <!-- [WD] Simple Concrete by Wemd -->
  2.     <Operation Class="PatchOperationFindMod">
  3.         <success>Always</success>
  4.         <mods>
  5.             <li>[WD] Simple Concrete</li>
  6.         </mods>
  7.         <match Class="PatchOperationReplace">
  8.         <xpath>/Defs/ThingDef[defName="TBarrier"]/costList</xpath>
  9.             <value>
  10.             <costList>
  11.                 <WDBlocksConcrete>3</WDBlocksConcrete>
  12.                 <Steel>3</Steel>
  13.             </costList>            
  14.             </value>
  15.         </match>
  16.     </Operation>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement