24 lines
859 B
XML
24 lines
859 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Patch>
|
|
<Operation Class="PatchOperationFindMod">
|
|
<mods>
|
|
<li>Core SK</li>
|
|
</mods>
|
|
<match Class="PatchOperationSequence">
|
|
<operations>
|
|
<li Class = "PatchOperationAdd">
|
|
<xpath>Defs/WorkGiverDef[defName="DoBillsMakeWoodPlanks"]/fixedBillGiverDefs</xpath>
|
|
<value>
|
|
<li>MechanicalSawmill</li>
|
|
</value>
|
|
</li>
|
|
<li Class="PatchOperationAdd">
|
|
<xpath>Defs/ArchitectSense.DesignationSubCategoryDef[defName="SubCategory_Sawmills"]/defNames</xpath>
|
|
<value>
|
|
<li>MechanicalSawmill</li>
|
|
</value>
|
|
</li>
|
|
</operations>
|
|
</match>
|
|
</Operation>
|
|
</Patch> |