isekaiob.HSKGrinder/Patches/PEnlargedCoreSK.xml
2023-10-05 12:18:44 +08:00

28 lines
694 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Core SK</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<!-- ARCH MENU -->
<li Class="PatchOperationAdd">
<xpath>Defs/ArchitectSense.DesignationSubCategoryDef[defName="SubCategory_DryingRack"]/defNames</xpath>
<value>
<li>EnlargedDryingRack</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/ArchitectSense.DesignationSubCategoryDef[defName="SubCategory_Composters"]/defNames</xpath>
<value>
<li>EnlargedCompostBarrel</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>