mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Draft for Genetic Diseases
This commit is contained in:
parent
92e917f473
commit
3aa6fdaabd
8 changed files with 188 additions and 1 deletions
|
@ -67,5 +67,11 @@
|
|||
<displayPriorityInXenotype>8</displayPriorityInXenotype>
|
||||
</GeneCategoryDef>
|
||||
|
||||
<GeneCategoryDef>
|
||||
<defName>rjw_genes_diseases</defName>
|
||||
<label>genetic STDs</label>
|
||||
<displayPriorityInXenotype>22</displayPriorityInXenotype>
|
||||
</GeneCategoryDef>
|
||||
|
||||
|
||||
</Defs>
|
49
Common/Defs/GeneDefs/GeneDefs_Diseases.xml
Normal file
49
Common/Defs/GeneDefs/GeneDefs_Diseases.xml
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
|
||||
<GeneDef>
|
||||
|
||||
<displayCategory>rjw_genes_diseases</displayCategory>
|
||||
<defName>rjw_genes_genetic_disease_immunity</defName>
|
||||
|
||||
<displayOrderInCategory>1</displayOrderInCategory>
|
||||
|
||||
<label>genetic disease immunity</label>
|
||||
<description>This gene makes the pawn immune against genetic STDs and other genes that imply negative side-effects. </description>
|
||||
<biostatCpx>2</biostatCpx>
|
||||
<biostatMet>-1</biostatMet>
|
||||
<iconPath>UI/Icons/ColonistBar/Idle</iconPath>
|
||||
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core"
|
||||
Class="VanillaGenesExpanded.GeneExtension">
|
||||
<backgroundPathEndogenes>Genes/Icons/RJW_Genes_Endogene_Background</backgroundPathEndogenes>
|
||||
<backgroundPathXenogenes>Genes/Icons/RJW_Genes_Xenogene_Background</backgroundPathXenogenes>
|
||||
</li>
|
||||
</GeneDef>
|
||||
|
||||
<GeneDef>
|
||||
<displayCategory>rjw_genes_diseases</displayCategory>
|
||||
<defName>rjw_genes_minor_vulnerability</defName>
|
||||
|
||||
<geneClass>RJW_Genes.DiseaseGene</geneClass>
|
||||
|
||||
<label>minor vulnerability</label>
|
||||
<description>This gene makes the pawn more vulnerable, and a more attractive target for rape. </description>
|
||||
<biostatCpx>2</biostatCpx>
|
||||
<biostatMet>-1</biostatMet>
|
||||
<iconPath>UI/Icons/ColonistBar/Idle</iconPath>
|
||||
<displayOrderInCategory>3</displayOrderInCategory>
|
||||
|
||||
<modExtensions>
|
||||
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core"
|
||||
Class="VanillaGenesExpanded.GeneExtension">
|
||||
<backgroundPathEndogenes>Genes/Icons/RJW_Genes_Endogene_Background</backgroundPathEndogenes>
|
||||
<backgroundPathXenogenes>Genes/Icons/RJW_Genes_Xenogene_Background</backgroundPathXenogenes>
|
||||
</li>
|
||||
|
||||
<li Class="RJW_Genes.GeneticDiseaseExtension">
|
||||
<infectionChance>1.0</infectionChance>
|
||||
</li>
|
||||
</modExtensions>
|
||||
</GeneDef>
|
||||
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue