Added the first genetic infector gene, stretcher, and docs for it

This commit is contained in:
Vegapnk 2024-07-04 09:19:34 +02:00
parent 65ff62cbf9
commit 56f8c2b6b2
7 changed files with 167 additions and 4 deletions

View file

@ -205,7 +205,7 @@
<GeneDef ParentName="RJWGeneDisease">
<defName>rjw_genes_stretcher</defName>
<label>genetic stretcher</label>
<description>Pawns with this gene have a chance to make sexual partners prefer large genitalia as part of their genetics.</description>
<description>Pawns with this gene have a chance to alter the genes of their sexual partners to prefer large cocks.</description>
<iconPath>UI/Icons/ColonistBar/Idle</iconPath>
<biostatCpx>1</biostatCpx>
<biostatMet>0</biostatMet>
@ -216,6 +216,12 @@
<li>rjw_genes_size_blinded</li>
</givesImmunityAgainst>
</li>
<li Class="RJW_Genes.GeneticInfectorExtension">
<infectionChance>0.05</infectionChance>
<infectionGenes>
<li>rjw_genes_size_blinded</li>
</infectionGenes>
</li>
</modExtensions>
</GeneDef>