Files
FCP-Ghouls/1.5/Defs/GeneDefs/Body.xml
T
2025-04-15 18:11:25 -05:00

32 lines
1.2 KiB
XML

<Defs>
<GeneDef ParentName="GeneBodyBase">
<defName>FCP_Gene_Fur</defName>
<label>ghoul body</label>
<description>Carriers can have average-shaped bodies. A person can have more than one body type gene; one body type will be chosen among those that are allowed.</description>
<iconPath>UI/Icons/Genes/Gene_BodyStandard</iconPath>
<displayOrderInCategory>0</displayOrderInCategory>
<biostatCpx>1</biostatCpx>
<selectionWeight>0</selectionWeight>
<exclusionTags>
<li>Bodies</li>
<li>Body</li>
</exclusionTags>
<fur>FCP_Fur</fur>
<skinIsHairColor>false</skinIsHairColor>
<tattoosVisible>false</tattoosVisible>
<iconColor>(157, 188, 200)</iconColor>
<!--<skinColorOverride>(157, 188, 200)</skinColorOverride> important -->
<renderNodeProperties>
<li>
<nodeClass>FCP_Ghoul.PawnRenderNode_CustomColor</nodeClass>
<!--<nodeClass>PawnRenderNode_Fur</nodeClass>-->
<workerClass>FCP_Ghoul.PawnRenderNodeWorker_CustomColor</workerClass>
<baseLayer>5</baseLayer>
<rotDrawMode>Fresh, Rotting</rotDrawMode>
<colorType>Skin</colorType>
<parentTagDef>Body</parentTagDef>
</li>
</renderNodeProperties>
</GeneDef>
</Defs>