Mirror of Sized Apparel Retexture 0.23

This commit is contained in:
ghostclinic3YTB 2023-04-03 21:56:57 -04:00
parent f0f8419d07
commit 684dfb3ae7
1723 changed files with 15 additions and 924 deletions

View file

@ -3,25 +3,27 @@
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Armour Expanded</li>
<li>Vanilla Weapons Expanded - Heavy Weapons</li>
</mods>
<match Class="PatchOperationSequence">
<success>Normal</success>
<operations>
<li Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName = "VAE_Apparel_AdvancedVest"]/apparel/tags</xpath>
<xpath>Defs/ThingDef[defName = "VWE_Apparel_Exoframe"]/apparel/tags</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "VAE_Apparel_AdvancedVest"]/apparel</xpath>
<xpath>Defs/ThingDef[defName = "VWE_Apparel_Exoframe"]/apparel</xpath>
<value>
<tags>
<li>SizedApparel_ShowPrivateCrotch</li>
<li>SizedApparel_IgnorBreastSize</li>
</tags>
</value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "VAE_Apparel_AdvancedVest"]/apparel/tags</xpath>
<xpath>Defs/ThingDef[defName = "VWE_Apparel_Exoframe"]/apparel/tags</xpath>
<value>
<li>SizedApparel_ShowPrivateCrotch</li>
<li>SizedApparel_IgnorBreastSize</li>
</value>
</match>
</li>

View file

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