mirror of
https://gitgud.io/AbstractConcept/rimworld-animations-patch.git
synced 2024-08-15 00:43:27 +00:00
45 lines
No EOL
1.6 KiB
XML
45 lines
No EOL
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Patch>
|
|
<Operation Class="PatchOperationFindMod">
|
|
<mods>
|
|
<li>RimNudeWorld</li>
|
|
</mods>
|
|
<match Class="PatchOperationSequence">
|
|
<success>Normal</success>
|
|
<operations>
|
|
|
|
<!-- Hiding these bodyparts is now handled by code -->
|
|
<li Class="PatchOperationRemove">
|
|
<xpath>Defs/ThingDef/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[bodyPart="Genitals"]/hiddenUnderApparelFor</xpath>
|
|
</li>
|
|
|
|
<li Class="PatchOperationRemove">
|
|
<xpath>Defs/ThingDef/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[bodyPart="Chest"]/hiddenUnderApparelFor</xpath>
|
|
</li>
|
|
|
|
<!-- Changes the layering of belly graphics so they are rendered first -->
|
|
<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> |