mirror of
https://github.com/FalloutCollaborationProject/FCP-Ghouls.git
synced 2026-07-27 17:02:21 -07:00
81 lines
3.4 KiB
XML
81 lines
3.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Defs>
|
|
|
|
<!--__________ Ghoul Bodies __________-->
|
|
|
|
<!-- Feral Ghoul Body -->
|
|
|
|
<GeneDef ParentName="GeneBodyBase">
|
|
<defName>FCP_Gene_Feral_Body</defName>
|
|
<label>Feral Ghoul Body</label>
|
|
<geneClass>FCP_Ghoul.Gene_FeralBody</geneClass>
|
|
<description>Grants the carrier the withered, leathery body of a feral ghoul—skin ravaged by radiation but unnaturally tough. Though unsettling to most, this form is a testament to survival in the harshest conditions.</description>
|
|
<iconPath>UI/Icons/Genes/FCP_Gene_Ghoul_Feral</iconPath>
|
|
<displayOrderInCategory>0</displayOrderInCategory>
|
|
<biostatCpx>1</biostatCpx>
|
|
<selectionWeight>0</selectionWeight>
|
|
<exclusionTags>
|
|
<li>Bodies</li>
|
|
<li>Body</li>
|
|
</exclusionTags>
|
|
<fur>FCP_Fur_Feral_Ghoul</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>
|
|
<workerClass>PawnRenderNodeWorker_Fur</workerClass>
|
|
<baseLayer>5</baseLayer>
|
|
<rotDrawMode>Fresh, Rotting</rotDrawMode>
|
|
<colorType>Skin</colorType>
|
|
<parentTagDef>Body</parentTagDef>
|
|
</li>
|
|
</renderNodeProperties>
|
|
<modExtensions>
|
|
<li Class="FCP_Ghoul.ToxBomb_ModExtension">
|
|
<radius>0.9</radius>
|
|
<rate>4</rate>
|
|
</li>
|
|
<li Class="FCP_Ghoul.FeralFur_ModExtension"/>
|
|
</modExtensions>
|
|
</GeneDef>
|
|
|
|
<!-- Ghoul -->
|
|
|
|
<GeneDef ParentName="GeneBodyBase">
|
|
<defName>FCP_Gene_Ghoul_Body</defName>
|
|
<label>Ghoul Body</label>
|
|
<description>This gene gives the carrier the distinctive, decayed body of a ghoul—skin mottled and withered by intense radiation, yet remarkably resilient. Ghouls are often shunned for their appearance, but their bodies endure where others would perish.</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_Ghoul</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>
|
|
<modExtensions>
|
|
<li Class="FCP_Ghoul.Fur_ModExtension" />
|
|
</modExtensions>
|
|
</GeneDef>
|
|
|
|
</Defs>
|