Initial commit

This commit is contained in:
Akiya 2022-01-17 23:15:06 +03:00
commit d8efe8aae9
157 changed files with 752 additions and 0 deletions

44
About/About.xml Normal file
View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<name>Pregnancy Stage Graphics</name>
<author>Akiya82</author>
<url></url>
<supportedVersions>
<li>1.3</li>
</supportedVersions>
<packageId>rjw.pregnancy_stage_graphics</packageId>
<modDependencies>
<li>
<packageId>shauaputa.rimnudeworld</packageId>
<displayName>Rimnudeworld</displayName>
<downloadUrl>https://gitgud.io/Ed86/rjw</downloadUrl>
</li>
<li>
<packageId>LustLicentia.RJWLabs</packageId>
<displayName>Liscentia Labs</displayName>
<downloadUrl>https://gitgud.io/John-the-Anabaptist/licentia-labs</downloadUrl>
</li>
</modDependencies>
<loadBefore>
<li>LustLicentia.RJWLabs</li>
</loadBefore>
<loadAfter>
<li>rjw.cumflationgraphics</li>
<li>dianawinters.Orassans</li>
<li>dianawinters.OrassansLite</li>
<li>erdelf.HumanoidAlienRaces</li>
<li>neronix17.fr.compilation</li>
<li>Solaris.RatkinRaceMod</li>
<li>Nemonian.MY</li>
<li>Seioch.Kurin.HAR</li>
<li>xyd.drgonianunofficial</li>
<li>Farmradish.Nyaron</li>
<li>SpankyH.BunRace.core</li>
<li>shauaputa.rimnudeworld</li>
</loadAfter>
<incompatibleWith>
<li>OTYOTY.NudePatchForRimNudeWorld.UnofficialUpdate</li>
</incompatibleWith>
<description>EN:Adds progressive graphics for different stages of pawn pregnancy. \n\n RU:Добавляет прогрессивное отображение различных стадий беременности пешки.</description>
</ModMetaData>

4
About/Manifest.xml Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<version>1.0.0</version>
</Manifest>

BIN
About/preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

View File

@ -0,0 +1,78 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- alien races -->
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Bun Race</li>
<li>RimNudeWorld</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationConditional">
<xpath>Defs/AlienRace.ThingDef_AlienRace[@Name="BaseBun"][label="Bun"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
<success>Always</success>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[@Name="BaseBun"][label="Bun"]/alienRace/generalSettings/alienPartGenerator</xpath>
<value><bodyAddons /></value>
</nomatch>
</li>
<li Class="PatchOperationRemove">
<xpath>Defs/AlienRace.ThingDef_AlienRace[@Name="BaseBun"][label="Bun"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[path="Bun/Bodies/Fluff"]</xpath>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[@Name="BaseBun"][label="Bun"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
<value>
<li>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
<layerOffset>-0.28</layerOffset>
<colorChannel>skin</colorChannel>
<drawnInBed>false</drawnInBed>
<hiddenUnderApparelFor>
<li>Torso</li>
</hiddenUnderApparelFor>
<hediffGraphics>
<!--vanilla RJW -->
<!-- pregnancy -->
<RJW_UnknownEgg>
<path>Belly/belly_cumM</path>
</RJW_UnknownEgg>
<RJW_pregnancy_mech>
<path>Belly/belly_cumM</path>
</RJW_pregnancy_mech>
<RJW_pregnancy>
<path>Genitals/FeaturelessCrotch</path>
<severity>
<a0.9>Belly/belly_cumE</a0.9>
<a0.6>Belly/belly_cumI</a0.6>
<a0.3>Belly/belly_cumS</a0.3>
</severity>
</RJW_pregnancy>
</hediffGraphics>
<offsets>
<south>
<bodyTypes>
<Female>(0,0.1)</Female>
</bodyTypes>
</south>
<north>
<bodyTypes>
<Female>(0,0.1)</Female>
</bodyTypes>
</north>
<east>
<bodyTypes>
<Female>(0.015,0.085)</Female>
</bodyTypes>
</east>
</offsets>
</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View File

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- alien races -->
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Dragonian RimjobEdtion</li>
<li>RimNudeWorld</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationConditional">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Dragonian"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
<success>Always</success>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Dragonian"]/alienRace/generalSettings/alienPartGenerator</xpath>
<value><bodyAddons /></value>
</nomatch>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Dragonian"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
<value>
<!-- bellies -->
<li>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
<layerOffset>-0.28</layerOffset>
<colorChannel>skin</colorChannel>
<drawnInBed>false</drawnInBed>
<hiddenUnderApparelFor>
<li>Torso</li>
</hiddenUnderApparelFor>
<hediffGraphics>
<!--vanilla RJW -->
<!-- pregnancy -->
<RJW_UnknownEgg>
<path>Belly/belly_cumM</path>
</RJW_UnknownEgg>
<RJW_pregnancy_mech>
<path>Belly/belly_cumM</path>
</RJW_pregnancy_mech>
<RJW_pregnancy>
<path>Genitals/FeaturelessCrotch</path>
<severity>
<a0.9>Belly/belly_cumE</a0.9>
<a0.6>Belly/belly_cumI</a0.6>
<a0.3>Belly/belly_cumS</a0.3>
</severity>
</RJW_pregnancy>
</hediffGraphics>
<offsets>
<south>
<bodyTypes>
<Female>(0,0.015)</Female>
</bodyTypes>
</south>
<north>
<bodyTypes>
<Female>(0,0.015)</Female>
</bodyTypes>
</north>
<east>
<bodyTypes>
<Female>(-0.085,0.015)</Female>
</bodyTypes>
</east>
</offsets>
</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View File

@ -0,0 +1,74 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- alien races -->
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>RimNudeWorld</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationConditional">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Dragonian_Female"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
<success>Always</success>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Dragonian_Female"]/alienRace/generalSettings/alienPartGenerator</xpath>
<value><bodyAddons /></value>
</nomatch>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Dragonian_Female"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
<value>
<!-- bellies -->
<li>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
<layerOffset>-0.28</layerOffset>
<colorChannel>skin</colorChannel>
<drawnInBed>false</drawnInBed>
<hiddenUnderApparelFor>
<li>Torso</li>
</hiddenUnderApparelFor>
<hediffGraphics>
<!-- pregnancy -->
<RJW_UnknownEgg>
<path>Belly/kurin/belly_cumM</path>
</RJW_UnknownEgg>
<RJW_pregnancy_mech>
<path>Belly/kurin/belly_cumM</path>
</RJW_pregnancy_mech>
<RJW_pregnancy>
<path>Genitals/FeaturelessCrotch</path>
<severity>
<a0.9>Belly/kurin/belly_cumE</a0.9>
<a0.6>Belly/kurin/belly_cumI</a0.6>
<a0.3>Belly/kurin/belly_cumS</a0.3>
</severity>
</RJW_pregnancy>
</hediffGraphics>
<offsets>
<south>
<bodyTypes>
<Female>(0,0.015)</Female>
</bodyTypes>
</south>
<north>
<bodyTypes>
<Female>(0,0.015)</Female>
</bodyTypes>
</north>
<east>
<bodyTypes>
<Female>(-0.085,0.00)</Female>
</bodyTypes>
</east>
</offsets>
</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View File

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Human"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
<value>
<li>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
<layerOffset>-0.28</layerOffset>
<colorChannel>skin</colorChannel>
<drawnInBed>false</drawnInBed>
<hiddenUnderApparelFor>
<li>Torso</li>
</hiddenUnderApparelFor>
<hediffGraphics>
<!--vanilla RJW -->
<!-- pregnancy -->
<RJW_UnknownEgg>
<path>Belly/belly_cumM</path>
</RJW_UnknownEgg>
<RJW_pregnancy_mech>
<path>Belly/belly_cumM</path>
</RJW_pregnancy_mech>
<RJW_pregnancy>
<path>Genitals/FeaturelessCrotch</path>
<severity>
<a0.9>Belly/belly_cumE</a0.9>
<a0.6>Belly/belly_cumI</a0.6>
<a0.3>Belly/belly_cumS</a0.3>
</severity>
</RJW_pregnancy>
</hediffGraphics>
<offsets>
<south>
<bodyTypes>
<Male>(0,0)</Male>
<Female>(0,0)</Female>
<Fat>(0,0)</Fat>
<Thin>(0,0)</Thin>
<Hulk>(0,0)</Hulk>
</bodyTypes>
</south>
<north>
<bodyTypes>
<Male>(0,0)</Male>
<Female>(0,0)</Female>
<Fat>(0,0)</Fat>
<Thin>(0,0)</Thin>
<Hulk>(0,0)</Hulk>
</bodyTypes>
</north>
<east>
<bodyTypes>
<Male>(0.025,0.01)</Male>
<Female>(0.025,0.01)</Female>
<Fat>(0.025,0.01)</Fat>
<Thin>(0.025,0.01</Thin>
<Hulk>(0.025,0.01)</Hulk>
</bodyTypes>
</east>
</offsets>
</li>
</value>
</Operation>
</Patch>

View File

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>RimNudeWorld</li>
</mods>
<success>Always</success>
<match Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Kurin_Race"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
<value>
<li>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
<layerOffset>-0.28</layerOffset>
<colorChannel>skin</colorChannel>
<drawnInBed>false</drawnInBed>
<hiddenUnderApparelFor>
<li>Torso</li>
</hiddenUnderApparelFor>
<hediffGraphics>
<!-- pregnancy -->
<RJW_UnknownEgg>
<path>Belly/kurin/belly_cumM</path>
</RJW_UnknownEgg>
<RJW_pregnancy_mech>
<path>Belly/kurin/belly_cumM</path>
</RJW_pregnancy_mech>
<RJW_pregnancy>
<path>Genitals/FeaturelessCrotch</path>
<severity>
<a0.9>Belly/kurin/belly_cumI</a0.9>
<a0.6>Belly/kurin/belly_cumM</a0.6>
<a0.3>Belly/kurin/belly_cumS</a0.3>
</severity>
</RJW_pregnancy>
</hediffGraphics>
<offsets>
<south>
<bodyTypes>
<Female>(0,0)</Female>
</bodyTypes>
</south>
<north>
<bodyTypes>
<Female>(0,0)</Female>
</bodyTypes>
</north>
<east>
<bodyTypes>
<Female>(0.005,-0.005)</Female>
</bodyTypes>
</east>
</offsets>
</li>
</value>
</match>
</Operation>
</Patch>

View File

@ -0,0 +1,78 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- alien races -->
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>>Moyo-From the depth</li>
<li>RimNudeWorld</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationConditional">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Moyo"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
<success>Always</success>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Moyo"]/alienRace/generalSettings/alienPartGenerator</xpath>
<value><bodyAddons /></value>
</nomatch>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Moyo"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
<value>
<!-- bellies -->
<li>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
<layerOffset>-0.28</layerOffset>
<colorChannel>Boobs</colorChannel>
<drawnInBed>false</drawnInBed>
<hiddenUnderApparelFor>
<li>Torso</li>
</hiddenUnderApparelFor>
<hediffGraphics>
<!-- pregnancy -->
<RJW_UnknownEgg>
<path>Belly/kurin/belly_cumM</path>
</RJW_UnknownEgg>
<RJW_pregnancy_mech>
<path>Belly/belly_cumM</path>
</RJW_pregnancy_mech>
<RJW_pregnancy>
<path>Genitals/FeaturelessCrotch</path>
<severity>
<a0.9>Belly/kurin/belly_cumI</a0.9>
<a0.6>Belly/kurin/belly_cumM</a0.6>
<a0.3>Belly/kurin/belly_cumS</a0.3>
</severity>
</RJW_pregnancy>
</hediffGraphics>
<offsets>
<south>
<bodyTypes>
<Female>(0,0)</Female>
<Thin>(0,0)</Thin>
</bodyTypes>
</south>
<north>
<bodyTypes>
<Female>(0,0)</Female>
<Thin>(0,0)</Thin>
</bodyTypes>
</north>
<east>
<bodyTypes>
<Female>(-0.015,0.0175)</Female>
<Thin>(-0.015,0.0175)</Thin>
</bodyTypes>
</east>
</offsets>
</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View File

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Nyaron race</li>
<li>RimNudeWorld</li>
</mods>
<success>Always</success>
<match Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Nyaron"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
<value>
<li>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
<layerOffset>-0.28</layerOffset>
<colorChannel>skin</colorChannel>
<drawnInBed>false</drawnInBed>
<hiddenUnderApparelFor>
<li>Torso</li>
</hiddenUnderApparelFor>
<hediffGraphics>
<!-- pregnancy -->
<RJW_UnknownEgg>
<path>Belly/belly_cumM</path>
</RJW_UnknownEgg>
<RJW_pregnancy_mech>
<path>Belly/belly_cumM</path>
</RJW_pregnancy_mech>
<RJW_pregnancy>
<path>Genitals/FeaturelessCrotch</path>
<severity>
<a0.9>Belly/kurin/belly_cumI</a0.9>
<a0.6>Belly/kurin/belly_cumM</a0.6>
<a0.3>Belly/kurin/belly_cumS</a0.3>
</severity>
</RJW_pregnancy>
</hediffGraphics>
<offsets>
<south>
<bodyTypes>
<Female>(0,0)</Female>
</bodyTypes>
</south>
<north>
<bodyTypes>
<Female>(0,0)</Female>
</bodyTypes>
</north>
<east>
<bodyTypes>
<Female>(0.015,0.05)</Female>
</bodyTypes>
</east>
</offsets>
</li>
</value>
</match>
</Operation>
</Patch>

View File

@ -0,0 +1,63 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>RimNudeWorld</li>
</mods>
<success>Always</success>
<match Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Orassan"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
<value>
<li>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
<layerOffset>-0.28</layerOffset>
<colorChannel>skin</colorChannel>
<drawnInBed>false</drawnInBed>
<hiddenUnderApparelFor>
<li>Torso</li>
</hiddenUnderApparelFor>
<hediffGraphics>
<!--vanilla RJW -->
<!-- pregnancy -->
<RJW_UnknownEgg>
<path>Belly/belly_cumM</path>
</RJW_UnknownEgg>
<RJW_pregnancy_mech>
<path>Belly/belly_cumM</path>
</RJW_pregnancy_mech>
<RJW_pregnancy>
<path>Genitals/FeaturelessCrotch</path>
<severity>
<a0.9>Belly/kurin/belly_cumI</a0.9>
<a0.6>Belly/kurin/belly_cumM</a0.6>
<a0.3>Belly/kurin/belly_cumS</a0.3>
</severity>
</RJW_pregnancy>
</hediffGraphics>
<offsets>
<south>
<bodyTypes>
<Female>(0,0)</Female>
<Thin>(0,0)</Thin>
</bodyTypes>
</south>
<north>
<bodyTypes>
<Female>(0,0)</Female>
<Thin>(0,0)</Thin>
</bodyTypes>
</north>
<east>
<bodyTypes>
<Female>(-0.015,0.015)</Female>
<Thin>(-0.015,0.015)</Thin>
</bodyTypes>
</east>
</offsets>
</li>
</value>
</match>
</Operation>
</Patch>

View File

@ -0,0 +1,75 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- alien races -->
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>RimNudeWorld</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationConditional">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Rabbie"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
<success>Always</success>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Rabbie"]/alienRace/generalSettings/alienPartGenerator</xpath>
<value><bodyAddons /></value>
</nomatch>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Rabbie"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
<value>
<!-- bellies -->
<li>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
<layerOffset>-0.28</layerOffset>
<colorChannel>skin</colorChannel>
<drawnInBed>false</drawnInBed>
<hiddenUnderApparelFor>
<li>Torso</li>
</hiddenUnderApparelFor>
<hediffGraphics>
<!--vanilla RJW -->
<!-- pregnancy -->
<RJW_UnknownEgg>
<path>Belly/rabbie/belly_cumM</path>
</RJW_UnknownEgg>
<RJW_pregnancy_mech>
<path>Belly/rabbie/belly_cumM</path>
</RJW_pregnancy_mech>
<RJW_pregnancy>
<path>Genitals/FeaturelessCrotch</path>
<severity>
<a0.9>Belly/kurin/belly_cumI</a0.9>
<a0.6>Belly/kurin/belly_cumM</a0.6>
<a0.3>Belly/kurin/belly_cumS</a0.3>
</severity>
</RJW_pregnancy>
</hediffGraphics>
<offsets>
<south>
<bodyTypes>
<Thin>(0,0.015)</Thin>
</bodyTypes>
</south>
<north>
<bodyTypes>
<Thin>(0,0.015)</Thin>
</bodyTypes>
</north>
<east>
<bodyTypes>
<Thin>(0.025,-0.015)</Thin>
</bodyTypes>
</east>
</offsets>
</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View File

@ -0,0 +1,75 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- alien races -->
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>NewRatkinPlus</li>
<li>RimNudeWorld</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationConditional">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Ratkin"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
<success>Always</success>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Ratkin"]/alienRace/generalSettings/alienPartGenerator</xpath>
<value><bodyAddons /></value>
</nomatch>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Ratkin"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
<value>
<!-- bellies -->
<li>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
<layerOffset>-0.28</layerOffset>
<colorChannel>skin</colorChannel>
<drawnInBed>false</drawnInBed>
<hiddenUnderApparelFor>
<li>Torso</li>
</hiddenUnderApparelFor>
<hediffGraphics>
<!-- pregnancy -->
<RJW_UnknownEgg>
<path>Belly/belly_cumM</path>
</RJW_UnknownEgg>
<RJW_pregnancy_mech>
<path>Belly/belly_cumM</path>
</RJW_pregnancy_mech>
<RJW_pregnancy>
<path>Genitals/FeaturelessCrotch</path>
<severity>
<a0.9>Belly/kurin/belly_cumI</a0.9>
<a0.6>Belly/kurin/belly_cumM</a0.6>
<a0.3>Belly/kurin/belly_cumS</a0.3>
</severity>
</RJW_pregnancy>
</hediffGraphics>
<offsets>
<south>
<bodyTypes>
<Thin>(0,005)</Thin>
</bodyTypes>
</south>
<north>
<bodyTypes>
<Thin>(0,005)</Thin>
</bodyTypes>
</north>
<east>
<bodyTypes>
<Thin>(0.007,-0.04)</Thin>
</bodyTypes>
</east>
</offsets>
</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Some files were not shown because too many files have changed in this diff Show More