2022-09-10 01:22:08 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<Patch>
|
|
|
|
<Operation Class="PatchOperationFindMod">
|
|
|
|
<mods>
|
|
|
|
<li>RimNudeWorld</li>
|
|
|
|
</mods>
|
|
|
|
<match Class="PatchOperationSequence">
|
|
|
|
<success>Normal</success>
|
|
|
|
<operations>
|
|
|
|
|
2022-09-11 06:05:16 +00:00
|
|
|
<!-- Hiding these bodyparts is now handled by code -->
|
|
|
|
<li Class="PatchOperationRemove">
|
|
|
|
<xpath>Defs/ThingDef/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[bodyPart="Genitals"]/hiddenUnderApparelFor</xpath>
|
2022-09-10 01:22:08 +00:00
|
|
|
</li>
|
|
|
|
|
2022-09-11 06:05:16 +00:00
|
|
|
<li Class="PatchOperationRemove">
|
|
|
|
<xpath>Defs/ThingDef/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[bodyPart="Chest"]/hiddenUnderApparelFor</xpath>
|
2022-09-10 01:22:08 +00:00
|
|
|
</li>
|
2022-09-11 06:05:16 +00:00
|
|
|
|
|
|
|
<!-- Changes the layering of belly graphics so they are rendered first -->
|
2022-09-10 01:22:08 +00:00
|
|
|
<li Class="PatchOperationReplace">
|
|
|
|
<xpath>Defs/ThingDef/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[hediffGraphics/RJW_pregnancy]/offsets/south/layerOffset</xpath>
|
|
|
|
<value>
|
|
|
|
<layerOffset>-0.291</layerOffset>
|
|
|
|
</value>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li Class="PatchOperationReplace">
|
|
|
|
<xpath>Defs/ThingDef/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[hediffGraphics/RJW_pregnancy]/offsets/north/layerOffset</xpath>
|
|
|
|
<value>
|
|
|
|
<layerOffset>-0.294</layerOffset>
|
|
|
|
</value>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li Class="PatchOperationReplace">
|
|
|
|
<xpath>Defs/ThingDef/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[hediffGraphics/RJW_pregnancy]/offsets/east/layerOffset</xpath>
|
|
|
|
<value>
|
|
|
|
<layerOffset>-0.291</layerOffset>
|
|
|
|
</value>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
</operations>
|
|
|
|
</match>
|
|
|
|
</Operation>
|
|
|
|
</Patch>
|