Mirror of Sized Apparel Retexture 0.24

This commit is contained in:
ghostclinic3YTB 2023-04-03 21:56:57 -04:00
parent 684dfb3ae7
commit 3b0d1611eb
354 changed files with 33 additions and 3 deletions

View file

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Apparel Expanded</li>
</mods>
<match Class="PatchOperationSequence">
<success>Normal</success>
<operations>
<!-- +++++ +++++ -->
<li Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName = "VAE_Apparel_Hoodie"]/apparel/tags</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "VAE_Apparel_Hoodie"]/apparel</xpath>
<value>
<tags>
<li>SizedApparel_ShowPrivateCrotch</li>
</tags>
</value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "VAE_Apparel_Hoodie"]/apparel/tags</xpath>
<value>
<li>SizedApparel_ShowPrivateCrotch</li>
</value>
</match>
</li>
</operations>
</match>
</Operation>
</Patch>

View file

@ -15,7 +15,6 @@
<value>
<tags>
<li>SizedApparel_ShowPrivateCrotch</li>
<li>SizedApparel_IgnorBreastSize</li>
</tags>
</value>
</nomatch>
@ -23,7 +22,6 @@
<xpath>Defs/ThingDef[defName = "VAE_Apparel_PeltCoat"]/apparel/tags</xpath>
<value>
<li>SizedApparel_ShowPrivateCrotch</li>
<li>SizedApparel_IgnorBreastSize</li>
</value>
</match>
</li>