32 lines
No EOL
849 B
XML
32 lines
No EOL
849 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Patch>
|
|
<Operation Class="PatchOperationFindMod">
|
|
<mods>
|
|
<li>UnderWhere</li>
|
|
</mods>
|
|
<match Class="PatchOperationSequence">
|
|
<success>Always</success>
|
|
<operations>
|
|
|
|
<li Class="PatchOperationReplace">
|
|
<xpath>Defs/ThingDef[defName="UnderWhere_Panties" or defName="UnderWhere_Boxers" or defName="UnderWhere_Loincloth"]/apparel/bodyPartGroups</xpath>
|
|
<value>
|
|
<bodyPartGroups>
|
|
<li>GenitalsBPG</li>
|
|
</bodyPartGroups>
|
|
</value>
|
|
</li>
|
|
|
|
<li Class="PatchOperationReplace">
|
|
<xpath>Defs/ThingDef[defName="UnderWhere_Bra" or defName="UnderWhere_Chestwrap"]/apparel/bodyPartGroups</xpath>
|
|
<value>
|
|
<bodyPartGroups>
|
|
<li>ChestBPG</li>
|
|
</bodyPartGroups>
|
|
</value>
|
|
</li>
|
|
|
|
</operations>
|
|
</match>
|
|
</Operation>
|
|
</Patch> |