mirror of
https://github.com/FalloutCollaborationProject/FCP-Ghouls.git
synced 2026-07-27 17:02:21 -07:00
Update and rename Head.xml to Ghoul_Head.xml
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
|
||||
<!--__________ Ghoul Heads __________-->
|
||||
|
||||
<!-- Ghoul -->
|
||||
|
||||
<GeneDef>
|
||||
<defName>FCP_Gene_Ghoul_Head</defName>
|
||||
<label>Ghoul Head</label>
|
||||
<labelShortAdj>Ghoul Head</labelShortAdj>
|
||||
<description>Transforms the head into that of a ghoul—marked by leathery, mottled skin and sunken features. This mutation is a visible sign of surviving extreme radiation, but often causes discomfort or fear in others.</description>
|
||||
<biostatCpx>1</biostatCpx>
|
||||
<biostatMet>-1</biostatMet>
|
||||
<displayCategory>Miscellaneous</displayCategory>
|
||||
<displayOrderInCategory>400</displayOrderInCategory>
|
||||
<iconPath>UI/Icons/Genes/FCP_Gene_Ghoul</iconPath>
|
||||
<iconColor>(0.75, 0.75, 0.75)</iconColor>
|
||||
<forcedHeadTypes>
|
||||
<li>FCP_HeadType_AverageNormal_Male</li>
|
||||
<li>FCP_HeadType_AverageNormal_Female</li>
|
||||
<li>FCP_HeadType_AveragePointy_Male</li>
|
||||
<li>FCP_HeadType_AveragePointy_Female</li>
|
||||
<li>FCP_HeadType_AverageWide_Male</li>
|
||||
<li>FCP_HeadType_AverageWide_Female</li>
|
||||
<li>FCP_HeadType_NarrowNormal_Male</li>
|
||||
<li>FCP_HeadType_NarrowNormal_Female</li>
|
||||
<li>FCP_HeadType_NarrowPointy_Male</li>
|
||||
<li>FCP_HeadType_NarrowPointy_Female</li>
|
||||
<li>FCP_HeadType_NarrowWide_Male</li>
|
||||
<li>FCP_HeadType_NarrowWide_Female</li>
|
||||
</forcedHeadTypes>
|
||||
<skinIsHairColor>false</skinIsHairColor>
|
||||
<tattoosVisible>false</tattoosVisible>
|
||||
<hairTagFilter>
|
||||
<whitelist>true</whitelist>
|
||||
<tags>
|
||||
<li>Bald</li>
|
||||
</tags>
|
||||
</hairTagFilter>
|
||||
<beardTagFilter>
|
||||
<whitelist>true</whitelist>
|
||||
<tags />
|
||||
</beardTagFilter>
|
||||
<exclusionTags>
|
||||
<li>HairStyle</li>
|
||||
<li>Fur</li>
|
||||
<li>BeardStyle</li>
|
||||
</exclusionTags>
|
||||
<modExtensions>
|
||||
<li Class="FCP_Ghoul.Head_ModExtension" />
|
||||
</modExtensions>
|
||||
</GeneDef>
|
||||
|
||||
</Defs>
|
||||
@@ -1,49 +0,0 @@
|
||||
<Defs>
|
||||
<GeneDef>
|
||||
<defName>FCP_Gene_Head</defName>
|
||||
<label>Ghoul Head</label>
|
||||
<labelShortAdj>ghoulheaded</labelShortAdj>
|
||||
<description>placeholder.</description>
|
||||
<biostatCpx>1</biostatCpx> <!-- placeholder -->
|
||||
<biostatMet>-1</biostatMet> <!-- placeholder -->
|
||||
<displayCategory>Miscellaneous</displayCategory>
|
||||
<displayOrderInCategory>400</displayOrderInCategory>
|
||||
<iconPath>UI/Icons/Genes/Gene_Furskin</iconPath> <!-- placeholder -->
|
||||
<iconColor>(0.75, 0.75, 0.75)</iconColor>
|
||||
<forcedHeadTypes>
|
||||
<li>FCP_HeadType_AverageNormal_Male</li>
|
||||
<li>FCP_HeadType_AverageNormal_Female</li>
|
||||
<li>FCP_HeadType_AveragePointy_Male</li>
|
||||
<li>FCP_HeadType_AveragePointy_Female</li>
|
||||
<li>FCP_HeadType_AverageWide_Male</li>
|
||||
<li>FCP_HeadType_AverageWide_Female</li>
|
||||
<li>FCP_HeadType_NarrowNormal_Male</li>
|
||||
<li>FCP_HeadType_NarrowNormal_Female</li>
|
||||
<li>FCP_HeadType_NarrowPointy_Male</li>
|
||||
<li>FCP_HeadType_NarrowPointy_Female</li>
|
||||
<li>FCP_HeadType_NarrowWide_Male</li>
|
||||
<li>FCP_HeadType_NarrowWide_Female</li>
|
||||
</forcedHeadTypes>
|
||||
<skinIsHairColor>false</skinIsHairColor>
|
||||
<tattoosVisible>false</tattoosVisible>
|
||||
<hairTagFilter>
|
||||
<whitelist>true</whitelist>
|
||||
<tags>
|
||||
<li>Bald</li>
|
||||
</tags>
|
||||
</hairTagFilter>
|
||||
<beardTagFilter>
|
||||
<whitelist>true</whitelist>
|
||||
<tags>
|
||||
</tags>
|
||||
</beardTagFilter>
|
||||
<exclusionTags>
|
||||
<li>HairStyle</li>
|
||||
<li>Fur</li>
|
||||
<li>BeardStyle</li>
|
||||
</exclusionTags>
|
||||
<modExtensions>
|
||||
<li Class="FCP_Ghoul.Head_ModExtension"></li>
|
||||
</modExtensions>
|
||||
</GeneDef>
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user