Mirror of 1.4.7 from Lovers Lab

This commit is contained in:
ghostclinic3YTB 2023-04-03 21:47:48 -04:00
parent 161133e4e1
commit 9a3d9f4185
607 changed files with 11263 additions and 1309 deletions

View file

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationSequence">
<operations>
<!-- <li Class = "PatchOperationConditional"> -->
<!-- <xpath>/Defs/rjw.HediffDef_PartBase[@Name="RJW_PrivatePartBase"]/comps</xpath> -->
<!-- <nomatch Class="PatchOperationAdd"> -->
<!-- <xpath>/Defs/rjw.HediffDef_PartBase[@Name="RJW_PrivatePartBase"]</xpath> -->
<!-- <value> -->
<!-- <comps> -->
<!-- <li Class = "SizedApparel.SizedApparelBodyPartDetailProperties" /> -->
<!-- </comps> -->
<!-- </value> -->
<!-- </nomatch> -->
<!-- <match Class="PatchOperationAdd"> -->
<!-- <xpath>/Defs/rjw.HediffDef_PartBase[@Name="RJW_PrivatePartBase"]/comps</xpath> -->
<!-- <value> -->
<!-- <li Class = "SizedApparel.SizedApparelBodyPartDetailProperties" /> -->
<!-- </value> -->
<!-- </match> -->
<!-- </li> -->
<li Class = "PatchOperationConditional">
<xpath>/Defs/ThingDef[@Name="rjw_BodyPartBase"]/comps</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[@Name="rjw_BodyPartBase"]</xpath>
<value>
<comps>
<li Class = "SizedApparel.SizedApparelBodyPartDetailThingProperties" />
</comps>
</value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[@Name="rjw_BodyPartBase"]/comps</xpath>
<value>
<li Class = "SizedApparel.SizedApparelBodyPartDetailThingProperties" />
</value>
</match>
</li>
</operations>
</Operation>
<!-- <Operation Class="PatchOperationAdd"> -->
<!-- <success>Normal</success> -->
<!-- <xpath>/Defs/HediffDef[@Name="RJW_PrivatePartBase"]/comps</xpath> -->
<!-- <value> -->
<!-- <li Class = "SizedApparel.SizedApparelBodyPartDetailProperties" /> -->
<!-- </value> -->
<!-- </Operation> -->
<!-- <Operation Class="PatchOperationAdd"> -->
<!-- <xpath>/Defs/HediffDef[@Name="NaturalPrivatePartBreast"]/comps[@Class ="SizedApparel.SizedApparelBodyPartDetailProperties"]</xpath> -->
<!-- <value> -->
<!-- <bodyPartName>Breasts</bodyPartName> -->
<!-- </value> -->
<!-- </Operation> -->
<!-- <Operation Class="PatchOperationAdd"> -->
<!-- <xpath>/Defs/HediffDef[@Name="NaturalPrivatePartBreast"]/comps</xpath> -->
<!-- <value> -->
<!-- <bodyPartName>Breasts</bodyPartName> -->
<!-- </value> -->
<!-- </Operation> -->
</Patch>