Added a simple background for the new genes

This commit is contained in:
Vegapnk 2024-07-11 14:56:30 +02:00
parent ccedfe394b
commit 1ce78a37c6
4 changed files with 5 additions and 18 deletions

View file

@ -15,7 +15,6 @@
</modExtensions> </modExtensions>
</GeneDef> </GeneDef>
<GeneDef ParentName="BreedingBase"> <GeneDef ParentName="BreedingBase">
<defName>rjw_genes_mechbreeder</defName> <defName>rjw_genes_mechbreeder</defName>
<label>mechbreeder</label> <label>mechbreeder</label>
@ -81,7 +80,6 @@
<biostatMet>-1</biostatMet> <biostatMet>-1</biostatMet>
</GeneDef> </GeneDef>
<GeneDef ParentName="BreedingBase"> <GeneDef ParentName="BreedingBase">
<defName>rjw_genes_mating_call</defName> <defName>rjw_genes_mating_call</defName>
<label>Mating Call</label> <label>Mating Call</label>
@ -98,7 +96,6 @@
<biostatMet>-1</biostatMet> <biostatMet>-1</biostatMet>
</GeneDef> </GeneDef>
<GeneDef ParentName="BreedingBase"> <GeneDef ParentName="BreedingBase">
<defName>rjw_genes_pheromone_spit</defName> <defName>rjw_genes_pheromone_spit</defName>
<label>Pheromone Spit</label> <label>Pheromone Spit</label>
@ -153,14 +150,4 @@
<biostatMet>0</biostatMet> <biostatMet>0</biostatMet>
</GeneDef> </GeneDef>
<GeneDef ParentName="BreedingBase">
<defName>rjw_genes_blocked_masturbation</defName>
<label>no masturbation</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>1</biostatMet>
</GeneDef>
</Defs> </Defs>

View file

@ -7,8 +7,8 @@
<modExtensions> <modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" <li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core"
Class="VanillaGenesExpanded.GeneExtension"> Class="VanillaGenesExpanded.GeneExtension">
<backgroundPathEndogenes>Genes/Icons/RJW_Genes_Endogene_Background</backgroundPathEndogenes> <backgroundPathEndogenes>Genes/Icons/RJW_Genes_Endogene_Disease_Background</backgroundPathEndogenes>
<backgroundPathXenogenes>Genes/Icons/RJW_Genes_Xenogene_Background</backgroundPathXenogenes> <backgroundPathXenogenes>Genes/Icons/RJW_Genes_Endogene_Disease_Background</backgroundPathXenogenes>
</li> </li>
</modExtensions> </modExtensions>
</GeneDef> </GeneDef>
@ -86,15 +86,14 @@
</GeneDef> </GeneDef>
<GeneDef ParentName="BreedingBase"> <GeneDef ParentName="RJWGeneDisease">
<defName>rjw_genes_infectious_blocked_masturbation</defName> <defName>rjw_genes_infectious_blocked_masturbation</defName>
<label>infectious masturbation block</label> <label>infectious masturbation block</label>
<description>Carriers of this gene are unable to masturbate - they need a partner or equipment.</description> <description>Carriers of this gene are unable to masturbate - they need a partner or equipment.</description>
<iconPath>Genes/Icons/Hypersexual</iconPath> <iconPath>Genes/Icons/Hypersexual</iconPath>
<displayOrderInCategory>60</displayOrderInCategory> <displayOrderInCategory>55</displayOrderInCategory>
<biostatCpx>1</biostatCpx> <biostatCpx>1</biostatCpx>
<biostatMet>2</biostatMet> <biostatMet>2</biostatMet>
<modExtensions> <modExtensions>
<li Class="RJW_Genes.GeneticDiseaseExtension"> <li Class="RJW_Genes.GeneticDiseaseExtension">
<infectionChance>0.05</infectionChance> <infectionChance>0.05</infectionChance>

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

View file

@ -81,6 +81,7 @@
<Compile Include="Genes\Breeding\ConditionalStatAffecters\ConditionalStatAffecter_VeryManyChildren.cs" /> <Compile Include="Genes\Breeding\ConditionalStatAffecters\ConditionalStatAffecter_VeryManyChildren.cs" />
<Compile Include="Genes\Breeding\Genes\Gene_FerventOvipositor.cs" /> <Compile Include="Genes\Breeding\Genes\Gene_FerventOvipositor.cs" />
<Compile Include="Genes\Breeding\Genes\Gene_InsectIncubator.cs" /> <Compile Include="Genes\Breeding\Genes\Gene_InsectIncubator.cs" />
<Compile Include="Genes\Breeding\Patches\Patch_BlockedMasturbation.cs" />
<Compile Include="Genes\Cum\Patch_LikesCumflation.cs" /> <Compile Include="Genes\Cum\Patch_LikesCumflation.cs" />
<Compile Include="Genes\Damage\Gene_Elasticity.cs" /> <Compile Include="Genes\Damage\Gene_Elasticity.cs" />
<Compile Include="Genes\Diseases\Defs\GeneticDiseaseExtension.cs" /> <Compile Include="Genes\Diseases\Defs\GeneticDiseaseExtension.cs" />