sizedapparel/Patches/ApparelPatches/VanillaCorePatch/DusterShowCrotchPatch.xml

38 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<!-- <li>ShowPrivateCrotch</li> -->
<!-- <Patch> -->
<!-- <Operation Class="PatchOperationAdd"> -->
<!-- <xpath>Defs/ThingDef[defName = "Apparel_Duster"]/apparel/tags</xpath> -->
<!-- <value> -->
<!-- <li>SizedApparel_ShowPrivateCrotch</li> -->
<!-- </value> -->
<!-- </Operation> -->
<!-- </Patch> -->
<!-- skip core checking. the core must be loaded. -->
<Patch>
<Operation Class="PatchOperationSequence">
<success>Normal</success>
<operations>
<li Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName = "Apparel_Duster"]/apparel/tags</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "Apparel_Duster"]/apparel</xpath>
<value>
<tags>
<li>SizedApparel_ShowPrivateCrotch</li>
</tags>
</value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "Apparel_Duster"]/apparel/tags</xpath>
<value>
<li>SizedApparel_ShowPrivateCrotch</li>
</value>
</match>
</li>
</operations>
</Operation>
</Patch>