mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added infectious version of masturbation block, moved masturbation block to reproduction from breeding
This commit is contained in:
parent
32774ca3be
commit
ef73a80728
5 changed files with 41 additions and 3 deletions
|
@ -85,6 +85,23 @@
|
|||
</modExtensions>
|
||||
</GeneDef>
|
||||
|
||||
|
||||
<GeneDef ParentName="BreedingBase">
|
||||
<defName>rjw_genes_infectious_blocked_masturbation</defName>
|
||||
<label>infectious masturbation block</label>
|
||||
<description>Carriers of this gene are unable to masturbate - they need a partner or equipment.</description>
|
||||
<iconPath>Genes/Icons/Hypersexual</iconPath>
|
||||
<displayOrderInCategory>60</displayOrderInCategory>
|
||||
<biostatCpx>1</biostatCpx>
|
||||
<biostatMet>2</biostatMet>
|
||||
|
||||
<modExtensions>
|
||||
<li Class="RJW_Genes.GeneticDiseaseExtension">
|
||||
<infectionChance>0.05</infectionChance>
|
||||
</li>
|
||||
</modExtensions>
|
||||
</GeneDef>
|
||||
|
||||
<GeneDef ParentName="RJWGeneDisease">
|
||||
<defName>rjw_genes_infectious_low_fertility</defName>
|
||||
<label>infectious low fertility vulnerability</label>
|
||||
|
|
|
@ -205,4 +205,22 @@
|
|||
</modExtensions>
|
||||
</GeneDef>
|
||||
|
||||
<GeneDef>
|
||||
<defName>rjw_genes_blocked_masturbation</defName>
|
||||
<label>no masturbation</label>
|
||||
<displayCategory>Reproduction</displayCategory>
|
||||
<description>Carriers of this gene are unable to masturbate - they need a partner or equipment.</description>
|
||||
<iconPath>Genes/Icons/Hypersexual</iconPath>
|
||||
<displayOrderInCategory>60</displayOrderInCategory>
|
||||
<biostatCpx>0</biostatCpx>
|
||||
<biostatMet>1</biostatMet>
|
||||
<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>
|
||||
</modExtensions>
|
||||
</GeneDef>
|
||||
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue