oty-nude-unofficial/1.2/Patches/BackBreastsPositionFix-Huma...

36 lines
972 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<!-- right breast -->
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Human"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[path="Breasts/FeaturelessRight"]/offsets/north</xpath>
<value>
<north>
<bodyTypes>
<Male>(-0.03,0.5)</Male>
<Female>(-0.02,0.56)</Female>
<Fat>(-0.07,0.61)</Fat>
<Thin>(-0.01,0.537)</Thin>
<Hulk>(0,0.41)</Hulk>
</bodyTypes>
</north>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Human"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[path="Breasts/FeaturelessLeft"]/offsets/north</xpath>
<value>
<north>
<bodyTypes>
<Male>(-0.03,0.5)</Male>
<Female>(0.019,0.56)</Female>
<Fat>(0.06,0.61)</Fat>
<Thin>(0.013,0.537)</Thin>
<Hulk>(0,0.41)</Hulk>
</bodyTypes>
</north>
</value>
</Operation>
</Patch>