Update and rename Ferality.xml to Ghoul_Gene_Ferality.xml

This commit is contained in:
Ranger Rick
2025-05-06 10:05:21 -05:00
committed by GitHub
parent 3f335791ce
commit 1730d5a5e0
2 changed files with 28 additions and 21 deletions
-21
View File
@@ -1,21 +0,0 @@
<Defs>
<GeneDef>
<defName>FCP_Gene_Ferality</defName>
<label>ferality</label>
<description>da.</description>
<geneClass>FCP_Ghoul.Gene_Ferality</geneClass>
<iconPath>UI/Icons/Genes/Gene_Deathrest</iconPath>
<biostatMet>2</biostatMet>
<minAgeActive>3</minAgeActive>
<modExtensions>
<li Class="FCP_Ghoul.FeralityGene_ModExtension">
<rate>20</rate>
<amountReduced>20</amountReduced>
<drugs>
<li>GoJuice</li>
</drugs>
<dropApparelChance>0.99</dropApparelChance>
</li>
</modExtensions>
</GeneDef>
</Defs>
+28
View File
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<!--__________ Ghoul Ferality Gene __________-->
<!-- Ferality -->
<GeneDef>
<defName>FCP_Gene_Ghoul_Ferality</defName>
<label>Ferality</label>
<description>Pushes the mind further from humanity, causing the ghoul to become increasingly feral and aggressive. Once rational thought fades, instinct and hostility take over, making social interaction nearly impossible.</description>
<geneClass>FCP_Ghoul.Gene_Ferality</geneClass>
<iconPath>UI/Icons/Genes/FCP_Gene_Feral_Ghoul</iconPath>
<biostatMet>2</biostatMet>
<minAgeActive>3</minAgeActive>
<modExtensions>
<li Class="FCP_Ghoul.FeralityGene_ModExtension">
<rate>2</rate>
<amountReduced>20</amountReduced>
<drugs>
<li>GoJuice</li>
</drugs>
<dropApparelChance>0.99</dropApparelChance>
</li>
</modExtensions>
</GeneDef>
</Defs