sizedapparel/1.4/Patches/ApparelPatches/VanillaBiotechPatch/BiotechApparelPatch.xml

52 lines
1.6 KiB
XML
Raw Normal View History

2022-08-14 20:46:19 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
2023-04-04 01:47:48 +00:00
<li>Biotech</li>
2022-08-14 20:46:19 +00:00
</mods>
<match Class="PatchOperationSequence">
<success>Normal</success>
<operations>
<li Class="PatchOperationConditional">
2023-04-04 01:47:48 +00:00
<xpath>Defs/ThingDef[defName = "Apparel_Sash"]/apparel/tags</xpath>
2022-08-14 20:46:19 +00:00
<nomatch Class="PatchOperationAdd">
2023-04-04 01:47:48 +00:00
<xpath>Defs/ThingDef[defName = "Apparel_Sash"]/apparel</xpath>
2022-08-14 20:46:19 +00:00
<value>
<tags>
<li>SizedApparel_IgnorBreastSize</li>
2023-04-04 01:47:48 +00:00
<li>SizedApparel_ShowPrivateCrotch</li>
2022-08-14 20:46:19 +00:00
</tags>
</value>
</nomatch>
<match Class="PatchOperationAdd">
2023-04-04 01:47:48 +00:00
<xpath>Defs/ThingDef[defName = "Apparel_Sash"]/apparel/tags</xpath>
2022-08-14 20:46:19 +00:00
<value>
<li>SizedApparel_IgnorBreastSize</li>
2023-04-04 01:47:48 +00:00
<li>SizedApparel_ShowPrivateCrotch</li>
2022-08-14 20:46:19 +00:00
</value>
</match>
</li>
2023-04-04 01:48:55 +00:00
<li Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName = "Apparel_Bandolier"]/apparel/tags</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "Apparel_Bandolier"]/apparel</xpath>
<value>
<tags>
<li>SizedApparel_IgnorBreastSize</li>
<li>SizedApparel_ShowPrivateCrotch</li>
</tags>
</value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "Apparel_Bandolier"]/apparel/tags</xpath>
<value>
<li>SizedApparel_IgnorBreastSize</li>
<li>SizedApparel_ShowPrivateCrotch</li>
</value>
</match>
</li>
2022-08-14 20:46:19 +00:00
</operations>
</match>
</Operation>
</Patch>