2024-06-27 12:28:24 +00:00
<?xml version="1.0" encoding="utf-8"?>
2022-11-20 19:53:05 +00:00
<Defs >
2024-06-27 12:28:24 +00:00
<!-- rjw_genes_mechbreeder,rjw_genes_insectincubator and rjw_genes_insectbreeder were kindly
supplied by `Shabalox` https://github.com/Shabalox/RJW_Genes_Addons/ -->
2022-11-20 19:53:05 +00:00
2024-05-30 07:40:57 +00:00
<GeneDef Name= "BreedingBase" Abstract= "True" >
2024-06-27 12:28:24 +00:00
<displayCategory > rjw_genes_breeding</displayCategory>
2024-05-30 07:40:57 +00:00
2024-06-27 12:28:24 +00:00
<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>
2024-05-30 07:40:57 +00:00
<GeneDef ParentName= "BreedingBase" >
2022-11-20 19:53:05 +00:00
<defName > rjw_genes_mechbreeder</defName>
2024-06-01 11:44:53 +00:00
<label > mechbreeder</label>
2022-11-20 19:53:05 +00:00
<description > Pawns with this gene are able to birth mechanoids unharmed.</description>
<iconPath > World/WorldObjects/Expanding/Mechanoids</iconPath>
<displayOrderInCategory > 51</displayOrderInCategory>
2023-01-06 16:14:51 +00:00
<biostatCpx > 1</biostatCpx>
<biostatMet > -1</biostatMet>
2022-11-20 19:53:05 +00:00
</GeneDef>
2024-06-27 12:28:24 +00:00
2024-05-30 07:40:57 +00:00
<GeneDef ParentName= "BreedingBase" >
2024-06-27 12:28:24 +00:00
<defName > rjw_genes_zoophile</defName>
<label > zoophile</label>
<description > Xenotypes with this Gene are Zoophile.</description>
<iconPath > Genes/Icons/Zoophile</iconPath>
<displayOrderInCategory > 54</displayOrderInCategory>
<forcedTraits >
<li >
<def > Zoophile</def>
</li>
</forcedTraits>
2023-04-27 18:28:30 +00:00
</GeneDef>
2024-06-27 12:28:24 +00:00
2024-05-30 07:40:57 +00:00
<GeneDef ParentName= "BreedingBase" >
2024-06-27 12:28:24 +00:00
<defName > rjw_genes_fertile_anus</defName>
<label > fertile anus</label>
2024-07-09 16:57:58 +00:00
<description > Xenotypes with this gene have a functional uterus if they do not possess one by means of their vagina.
For males, it is connected to the anal cavity and leads to a normal pregnancy.</description>
2024-06-27 12:28:24 +00:00
<iconPath > Genes/Icons/Fertile_anus</iconPath>
<displayOrderInCategory > 54</displayOrderInCategory>
2024-05-26 15:45:00 +00:00
</GeneDef>
2022-11-26 20:32:32 +00:00
2024-05-30 07:40:57 +00:00
<GeneDef ParentName= "BreedingBase" >
<defName > rjw_genes_insectincubator</defName>
2024-06-27 12:28:24 +00:00
<label > insect incubator</label>
<geneClass > RJW_Genes.Gene_InsectIncubator</geneClass>
2024-05-30 07:40:57 +00:00
<description > Pawns with this gene fertilize insect eggs that are placed inside them.</description>
<iconPath > Genes/Icons/Egg</iconPath>
<displayOrderInCategory > 52</displayOrderInCategory>
<biostatCpx > 1</biostatCpx>
<biostatMet > -1</biostatMet>
</GeneDef>
<GeneDef ParentName= "BreedingBase" >
<defName > rjw_genes_insectbreeder</defName>
2024-06-27 12:28:24 +00:00
<label > insect breeder</label>
2024-05-30 07:40:57 +00:00
<description > Pawns with this gene are able to fertilize eggs with any fertile penis.</description>
<iconPath > Genes/Icons/Insect_Breeder</iconPath>
<displayOrderInCategory > 53</displayOrderInCategory>
<biostatCpx > 1</biostatCpx>
<biostatMet > -1</biostatMet>
</GeneDef>
<GeneDef ParentName= "BreedingBase" >
<defName > rjw_genes_fervent_ovipositor</defName>
2024-06-27 12:28:24 +00:00
<label > fervent ovipositor</label>
<geneClass > RJW_Genes.Gene_FerventOvipositor</geneClass>
<description > Pawns that have a female (egg producing) ovipositor produce eggs at drastically
increased speed.</description>
2024-05-30 07:40:57 +00:00
<iconPath > Genes/Icons/Fervent_Ovipositor</iconPath>
<displayOrderInCategory > 55</displayOrderInCategory>
<biostatCpx > 1</biostatCpx>
<biostatMet > -1</biostatMet>
</GeneDef>
2024-05-31 14:41:42 +00:00
<GeneDef ParentName= "BreedingBase" >
2024-06-27 12:28:24 +00:00
<defName > rjw_genes_mating_call</defName>
<label > Mating Call</label>
<description > This gene allows to call nearby animals and invite them for mating.</description>
2024-06-26 15:49:08 +00:00
<iconPath > Genes/Icons/RJW_Genes_Mating_Call</iconPath>
2024-06-27 12:28:24 +00:00
<displayOrderInCategory > 65</displayOrderInCategory>
<abilities >
<li > rjw_genes_ability_mating_call</li>
</abilities>
<descriptionHyperlinks >
<AbilityDef > rjw_genes_ability_mating_call</AbilityDef>
</descriptionHyperlinks>
<biostatCpx > 2</biostatCpx>
<biostatMet > -1</biostatMet>
</GeneDef>
2024-05-31 14:41:42 +00:00
2024-06-01 08:12:00 +00:00
<GeneDef ParentName= "BreedingBase" >
2024-06-27 12:28:24 +00:00
<defName > rjw_genes_pheromone_spit</defName>
<label > Pheromone Spit</label>
<description > This gene allows to mark targets for breeding, enticing nearby animals for a ride.</description>
2024-06-26 15:38:21 +00:00
<iconPath > Genes/Icons/RJW_Genes_PheromoneSpit</iconPath>
2024-06-27 12:28:24 +00:00
<displayOrderInCategory > 66</displayOrderInCategory>
<abilities >
<li > rjw_genes_ability_pheromone_spit</li>
</abilities>
<descriptionHyperlinks >
<AbilityDef > rjw_genes_ability_pheromone_spit</AbilityDef>
</descriptionHyperlinks>
<biostatCpx > 2</biostatCpx>
<biostatMet > -1</biostatMet>
</GeneDef>
2024-06-01 08:12:00 +00:00
2024-07-04 09:24:27 +00:00
<GeneDef ParentName= "BreedingBase" >
<defName > rjw_genes_hardwired_progenity</defName>
<label > Hardwired Progenity</label>
<description > Carriers of this gene need to procreate. They suffer negative effects if they are childless, and have increased capabilities if they reach a high amount of offsprings.</description>
<iconPath > Genes/Icons/RJW_Genes_PheromoneSpit</iconPath>
<displayOrderInCategory > 70</displayOrderInCategory>
<conditionalStatAffecters >
<li Class= "RJW_Genes.ConditionalStatAffecter_NoChildren" >
<statOffsets >
2024-07-04 10:52:52 +00:00
<WorkSpeedGlobal > -0.1</WorkSpeedGlobal>
2024-07-04 09:24:27 +00:00
<Fertility > 1.2</Fertility>
2024-07-04 10:52:52 +00:00
<SexFrequency > 1.2</SexFrequency>
2024-07-16 14:29:01 +00:00
<MentalBreakThreshold > +0.15</MentalBreakThreshold>
2024-07-04 10:52:52 +00:00
<GlobalLearningFactor > -0.1</GlobalLearningFactor>
2024-07-04 09:24:27 +00:00
</statOffsets>
</li>
<li Class= "RJW_Genes.ConditionalStatAffecter_ManyChildren" >
<statOffsets >
2024-07-04 10:52:52 +00:00
<MoveSpeed > 0.05</MoveSpeed>
2024-07-04 09:24:27 +00:00
<WorkSpeedGlobal > 0.1</WorkSpeedGlobal>
<Fertility > 0.1</Fertility>
2024-07-04 10:52:52 +00:00
<SexFrequency > 0.4</SexFrequency>
2024-07-04 09:24:27 +00:00
</statOffsets>
</li>
<li Class= "RJW_Genes.ConditionalStatAffecter_VeryManyChildren" >
<statOffsets >
2024-07-04 10:52:52 +00:00
<MoveSpeed > 0.15</MoveSpeed>
2024-07-04 09:24:27 +00:00
<WorkSpeedGlobal > 0.25</WorkSpeedGlobal>
2024-07-16 14:29:01 +00:00
<MentalBreakThreshold > -0.25</MentalBreakThreshold>
2024-07-04 09:24:27 +00:00
</statOffsets>
</li>
</conditionalStatAffecters>
<biostatCpx > 1</biostatCpx>
<biostatMet > 0</biostatMet>
</GeneDef>
2024-07-05 14:03:42 +00:00
2022-11-20 19:53:05 +00:00
</Defs>