mirror of
https://github.com/FalloutCollaborationProject/FCP-Ghouls.git
synced 2026-07-27 17:02:21 -07:00
Update and rename Ferality.xml to Ghoul_Gene_Ferality.xml
This commit is contained in:
@@ -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>
|
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user