mirror of
https://gitgud.io/Tory/oty-nude-unofficial.git
synced 2024-08-15 00:03:29 +00:00
36 lines
972 B
XML
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>
|