mirror of
https://gitgud.io/ll.mirrors/sized-apparel-retexture.git
synced 2024-08-15 00:43:47 +00:00
Allow underwhere to render under other stuff
This commit is contained in:
parent
e4a6191680
commit
2511cf1300
1 changed files with 76 additions and 0 deletions
76
1.4/Patches/ApparelPatches/other/UnderWhere.xml
Normal file
76
1.4/Patches/ApparelPatches/other/UnderWhere.xml
Normal file
|
@ -0,0 +1,76 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue