sized-apparel-retexture/1.4/Patches/ApparelPatches/other/UnderWhere.xml
2023-04-03 22:08:01 -04:00

76 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>UnderWhere</li>
</mods>
<match Class="PatchOperationSequence">
<success>Normal</success>
<operations>
<li Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName = "UnderWhere_Bra"]/apparel/tags</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "UnderWhere_Bra"]/apparel</xpath>
<value>
<tags>
<li>SizedApparel_ShowPrivateCrotch</li>
<li>SizedApparel_IgnorBreastSize</li>
</tags>
</value>
</nomatch>
</li>
<li Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName = "UnderWhere_Chestwrap"]/apparel/tags</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "UnderWhere_Chestwrap"]/apparel</xpath>
<value>
<tags>
<li>SizedApparel_ShowPrivateCrotch</li>
<li>SizedApparel_IgnorBreastSize</li>
</tags>
</value>
</nomatch>
</li>
<li Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName = "UnderWhere_LongJohns"]/apparel/tags</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "UnderWhere_LongJohns"]/apparel</xpath>
<value>
<tags>
<li>SizedApparel_IgnorBreastSize</li>
</tags>
</value>
</nomatch>
</li>
<li Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName = "UnderWhere_LongJohns"]/apparel/tags</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "UnderWhere_LongJohns"]/apparel</xpath>
<value>
<tags>
<li>SizedApparel_IgnorBreastSize</li>
</tags>
</value>
</nomatch>
</li>
<li Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName = "UnderWhere_Tanktop"]/apparel/tags</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "UnderWhere_Tanktop"]/apparel</xpath>
<value>
<tags>
<li>SizedApparel_ShowPrivateCrotch</li>
<li>SizedApparel_IgnorBreastSize</li>
</tags>
</value>
</nomatch>
</li>
</operations>
</match>
</Operation>
</Patch>