sizedapparel/1.4/Defs/BodyAddonDefs/SPBody.xml

131 lines
4.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- this is Wip Def. Not work yet. -->
<Defs>
<SizedApparel.BodyDef>
<defName>Alien_SP</defName>
<bodies>
<li>
<bodyType>Female</bodyType>
<Addons>
<li>
<partName>Breasts</partName>
<boneName>Breasts</boneName>
<defaultHediffName>Breasts</defaultHediffName>
<bodyPartOf>Breasts</bodyPartOf>
<colorType>Skin</colorType>
<isBreasts>true</isBreasts>
<!-- "isBreasts" is used for step count -->
<!-- rjw private parts and breasts has different step method with serverity. -->
<mustHaveBone>false</mustHaveBone>
<centeredTexture>false</centeredTexture>
<!-- TODO? <TexturePaths/> -->
<depthOffset>
<south>0.0113</south>
<north>0.001</north>
<east>0.0113</east>
<west>0.0113</west>
</depthOffset>
</li>
<li>
<partName>Vagina</partName>
<boneName>Vagina</boneName>
<defaultHediffName>Vagina</defaultHediffName>
<bodyPartOf>Vagina</bodyPartOf>
<colorType>Skin</colorType>
<isBreasts>false</isBreasts>
<mustHaveBone>true</mustHaveBone>
<centeredTexture>false</centeredTexture>
<!-- TODO? <TexturePaths/> -->
<depthOffset>
<south>0.0088</south>
<north>0.0100</north>
<east>0.0088</east>
<west>0.0088</west>
</depthOffset>
</li>
<li>
<partName>Anus</partName>
<boneName>Anus</boneName>
<defaultHediffName>Anus</defaultHediffName>
<bodyPartOf>Anus</bodyPartOf>
<colorType>Skin</colorType>
<isBreasts>false</isBreasts>
<centeredTexture>false</centeredTexture>
<!-- TODO? <TexturePaths/> -->
<depthOffset>
<south>0.0093</south>
<north>0.0105</north>
<east>0.0093</east>
<west>0.0093</west>
</depthOffset>
</li>
<li>
<partName>Belly</partName>
<boneName>Belly</boneName>
<defaultHediffName>BellyBulge</defaultHediffName>
<bodyPartOf>Belly</bodyPartOf>
<colorType>Skin</colorType>
<isBreasts>false</isBreasts>
<centeredTexture>false</centeredTexture>
<!-- TODO? <TexturePaths/> -->
<depthOffset>
<south>0.0098</south>
<north>0.0002</north>
<east>0.0098</east>
<west>0.0098</west>
</depthOffset>
</li>
<li>
<partName>Penis</partName>
<boneName>Penis</boneName>
<defaultHediffName>Penis</defaultHediffName>
<bodyPartOf>Penis</bodyPartOf>
<colorType>Skin</colorType>
<isBreasts>false</isBreasts>
<centeredTexture>false</centeredTexture>
<!-- TODO? <TexturePaths/> -->
<depthOffset>
<south>0.0108</south>
<north>0.0025</north>
<east>0.0108</east>
<west>0.0108</west>
</depthOffset>
</li>
<li>
<partName>Balls</partName>
<boneName>Balls</boneName>
<defaultHediffName>Penis</defaultHediffName>
<bodyPartOf>Balls</bodyPartOf>
<customPath>Penis/Balls</customPath>
<colorType>Skin</colorType>
<isBreasts>false</isBreasts>
<centeredTexture>false</centeredTexture>
<!-- TODO? <TexturePaths/> -->
<depthOffset>
<south>0.0096</south>
<north>0.0085</north>
<east>0.0096</east>
<west>0.0096</west>
</depthOffset>
</li>
<li>
<partName>PubicHair</partName>
<boneName>PubicHair</boneName>
<defaultHediffName>Default</defaultHediffName>
<bodyPartOf>PubicHair</bodyPartOf>
<colorType>Hair</colorType>
<isBreasts>false</isBreasts>
<centeredTexture>false</centeredTexture>
<!-- TODO? <TexturePaths/> -->
<depthOffset>
<south>0.0099</south>
<north>0.0099</north>
<east>0.0099</east>
<west>0.0099</west>
</depthOffset>
</li>
</Addons>
</li>
</bodies>
</SizedApparel.BodyDef>
</Defs>