Skip to content

Instantly share code, notes, and snippets.

@Neceros
Created August 27, 2019 04:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Neceros/81671a54526f6100d8cd5328d56b3670 to your computer and use it in GitHub Desktop.
Save Neceros/81671a54526f6100d8cd5328d56b3670 to your computer and use it in GitHub Desktop.
SRTSE_Patches
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="SRTSMkII"]/costList</xpath>
<value>
<costList>
<Plasteel>1000</Plasteel>
<Steel>5000</Steel>
<ComponentIndustrial>75</ComponentIndustrial>
<ComponentSpacer>5</ComponentSpacer>
</costList>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="SRTSMkII"]</xpath>
<value>
<stuffCategories>
<li>Fabric</li>
</stuffCategories>
<costStuffCount>300</costStuffCount>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="SRTSMkIII"]/costList</xpath>
<value>
<costList>
<Plasteel>2000</Plasteel>
<Steel>2000</Steel>
<ComponentIndustrial>80</ComponentIndustrial>
<ComponentSpacer>10</ComponentSpacer>
<Neutroamine>100</Neutroamine>
</costList>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="SRTSMkIII"]</xpath>
<value>
<stuffCategories>
<li>Fabric</li>
</stuffCategories>
<costStuffCount>1000</costStuffCount>
</value>
</Operation>
</Patch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment