mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Simple Genes for Sex need and Fertility
This commit is contained in:
parent
614ce2bd03
commit
b15f0c4d56
2 changed files with 65 additions and 0 deletions
|
@ -85,6 +85,69 @@
|
|||
</modExtensions>
|
||||
</GeneDef>
|
||||
|
||||
<GeneDef ParentName="RJWGeneDisease">
|
||||
<defName>rjw_genes_infectious_low_fertility</defName>
|
||||
<label>infectious low fertility vulnerability</label>
|
||||
<description>Carriers of this genetic disease have lower fertility.</description>
|
||||
<biostatCpx>1</biostatCpx>
|
||||
<biostatMet>1</biostatMet>
|
||||
<marketValueFactor>0.9</marketValueFactor>
|
||||
<iconPath>UI/Icons/ColonistBar/Idle</iconPath>
|
||||
<displayOrderInCategory>5</displayOrderInCategory>
|
||||
|
||||
<statOffsets>
|
||||
<Fertility>-0.15</Fertility>
|
||||
</statOffsets>
|
||||
|
||||
<modExtensions>
|
||||
<li Class="RJW_Genes.GeneticDiseaseExtension">
|
||||
<infectionChance>0.05</infectionChance>
|
||||
</li>
|
||||
</modExtensions>
|
||||
</GeneDef>
|
||||
|
||||
<GeneDef ParentName="RJWGeneDisease">
|
||||
<defName>rjw_genes_infectious_increased_sex_need</defName>
|
||||
<label>infectious increased sexneed</label>
|
||||
<description>Carriers of this genetic disease need more sex.</description>
|
||||
<biostatCpx>0</biostatCpx>
|
||||
<biostatMet>1</biostatMet>
|
||||
<marketValueFactor>0.9</marketValueFactor>
|
||||
<iconPath>UI/Icons/ColonistBar/Idle</iconPath>
|
||||
<displayOrderInCategory>5</displayOrderInCategory>
|
||||
|
||||
<statOffsets>
|
||||
<SexFrequency>0.15</SexFrequency>
|
||||
</statOffsets>
|
||||
|
||||
<modExtensions>
|
||||
<li Class="RJW_Genes.GeneticDiseaseExtension">
|
||||
<infectionChance>0.08</infectionChance>
|
||||
</li>
|
||||
</modExtensions>
|
||||
</GeneDef>
|
||||
|
||||
<GeneDef ParentName="RJWGeneDisease">
|
||||
<defName>rjw_genes_infectious_major_increased_sex_need</defName>
|
||||
<label>major infectious increased sexneed</label>
|
||||
<description>Carriers of this genetic disease need a lot more sex.</description>
|
||||
<biostatCpx>1</biostatCpx>
|
||||
<biostatMet>2</biostatMet>
|
||||
<marketValueFactor>0.85</marketValueFactor>
|
||||
<iconPath>UI/Icons/ColonistBar/Idle</iconPath>
|
||||
<displayOrderInCategory>5</displayOrderInCategory>
|
||||
|
||||
<statOffsets>
|
||||
<SexFrequency>1.0</SexFrequency>
|
||||
</statOffsets>
|
||||
|
||||
<modExtensions>
|
||||
<li Class="RJW_Genes.GeneticDiseaseExtension">
|
||||
<infectionChance>0.03</infectionChance>
|
||||
</li>
|
||||
</modExtensions>
|
||||
</GeneDef>
|
||||
|
||||
<GeneDef ParentName="RJWGeneDisease">
|
||||
<defName>rjw_genes_infectious_hypersexuality</defName>
|
||||
<label>infectious hypersexuality</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue