mirror of
https://gitgud.io/ll.mirrors/sizedapparel.git
synced 2024-08-15 00:43:40 +00:00
Mirror of 1.4.7 from Lovers Lab
This commit is contained in:
parent
161133e4e1
commit
9a3d9f4185
607 changed files with 11263 additions and 1309 deletions
68
1.3/Patches/ThingPatches/BodyPartThingPatch.xml
Normal file
68
1.3/Patches/ThingPatches/BodyPartThingPatch.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue