Merge pull request #109 from vegapnk/dev

2.1.0 Release
This commit is contained in:
vegapnk 2024-06-27 14:49:15 +02:00 committed by GitHub
commit 92e917f473
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
149 changed files with 4909 additions and 1234 deletions

View file

@ -5,8 +5,21 @@
<supportedVersions>
<li>1.5</li>
</supportedVersions>
<description>Adds Genes for RJW Content</description>
<url>https://steamcommunity.com/id/Vegapnk/myworkshopfiles/?appid=294100</url>
<description>
Adds Genes for RJW Content.
Adds:
- Genes for Genitalia Types and Sizes
- Fertilin, a resource similiar to Hemogen, and accompanying sex-vampires
- Mechanics for Breeding and being Breed by Animals and Insects
- Inherit genes from bestiality or produce VGE-Hybrids
- Male / Female Only, MPreg, Genderfluid Pawns
- Orgasmic Mytosis, Orgasmic Supercharging, Age-Transfer on Sex, Pheromones
- Cum-Amount changes, Cumflation Immunity
- Horny Pheromones, Animal Mating Call
- Patches for some popular Xenotypes from the Workshop
- Sexual Taming of Animals
</description>
<url>https://github.com/vegapnk/RJW-Genes</url>
<modDependencies>
<li>
<packageId>Ludeon.RimWorld.Biotech</packageId>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 581 KiB

After

Width:  |  Height:  |  Size: 817 KiB

Before After
Before After

View file

@ -1,3 +1,50 @@
# 2.1.0
**Additions**:
- New Ability Gene *Mating-Call*: Get bred by all nearby animals.
- New Ability Gene *Pheromone Spit*: Mark a target to be bred by nearby animals
- New Passive Gene *Sexual Tamer*: Chance to tame or train animals on bestiality.
- Human + Animal Pregnancy can (if enabled in settings) produce Vanilla Expanded Genetics Hybrids. Thanks to @Jaaldabaoth (#88)
- Xenogenes for "Big and Small" Xenotypes thanks to @Flock-of-birds (#83)
- Xenogenes for "Biotech Expansion Mammalia" and "Biotech Expansion - Mythic" thanks to @Ohreallyow (#86)
- Xenogenes update for (many?) "Vanilla Races Expanded (VRE)" Mods - Thanks to @Jaaldabaoth (#84 / #88 )
- Genes can now fulfill RJW Quirks, configurable in XML. Thanks to @Jaaldabaoth (#84 / #88)
- "Genes" to support VRE Androids having Mechanical Genitalia. Thanks to @Jaaldabaoth (#88)
- "Curiosity Genes" alongside other Curiosities from VRE. Thanks to @Jaaldabaoth (#88)
- Support for many VE-Genetics Animals into the Animal-Framework. Thanks to @Jaaldabaoth (#88)
- "Likes Cumflation"-Gene now also makes pawns immune against the effects of cumflations. They are still cumflated.
- Gasmasks make immune against Aphrodisiac Pheromones (#108)
**Fixes**:
- Licentia Genes are back in and should work again. I used the [updated for by Jaaldabaoth](https://gitgud.io/Jaaldabaoth/licentia-labs) for my testing.
- Lower-casing most labels to fit rimworld standards, thanks to @Flock-of-birds (#83)
- X-Gender-Only Genes leave / re-add artificial genitalia. Thanks to @Jaaldabaoth (#84 / #88)
- Issues with Elasticity References (#87)
- Null Pointer for LoveFeeding when finding Mechs. Thanks to @Jaaldabaoth (Fixes #90)
- Changes to the Implants introduced in 2.0.0 - they imposed a hidden dependency on Royalty (Fixes #89)
- Issues when generating relations (#98, fixed in #106 thanks @Jaaldabaoth)
- Hardening of Licentia Dependencies (#105)
- Littered Birth and Chest-Burst Pregnancy are now mutually exclusive (#96)
- Youth Fountain cannot youth on masturbation anymore (#99)
- Documented the HasActiveGene Error Message (#104)
- Pawns with "rjw_genes_no_sexneed" wont go raping (or atleast way less, #100)
- Extra Nullcheck for Genes in Orgasmic Mytosis (#95)
- Orgasmic Mytosis Pawns *should* inherit the Xenotypename and favorite colour now
- Babies should not have "SexChangeThoughts" anymore when they had a (fe)male-only gene (#103)
**Changes**:
- Minified some Race-Patches, thanks to @Flock-of-birds (#83)
- XML-Genitalia-Genes can now also provide Breasts. Thanks to @Jaaldabaoth (#84 / #88)
- Many patches and files went into a `Mods`Folder and use an `LoadFolders.xml`. Thanks to @Jaaldabaoth (#84 / #88)
- Translate-Keys for Settings
- Translate-Key for Animal Hybrid Race-Names
- "Tick-Speed" for Evergrowth moved from Mod-Settings to XML
- Some new Icons thanks to Kira-Bad-Artist
- Some new Icons thanks to Archer
# 2.0.0
**Summary**:

View file

@ -29,3 +29,7 @@ But please consider also the following:
- Hypersexual & Zoophile comes from [RJW](https://gitgud.io/Ed86/rjw)
- Cockeater & Naked Prowess come from *WasMachenDennSachen* but I copied it from Discord Chat.
- Fertilin, Fertilin Drain, Healpussy, Succubus Wing & Tail come from Shabakur
- Littered Birth, Many of the Penis Types are from Jaaldabaoth
- Feline Genitalia, Animal Mating Call and Udder are from Kira-Bad-Artist
- Sexual Tamer, Pheromone Spit and Mating call are from Archer
- The Preview was started with [Yodayo](https://yodayo.com/)

Binary file not shown.

View file

@ -2,7 +2,7 @@
<Defs>
<AbilityDef ParentName="AbilityTouchBase">
<defName>rjw_genes_ability_cockeater</defName>
<label>Eat Cock</label>
<label>eat cock</label>
<description>Eat the cock of another pawn, restoring fertilin based on the size of the cock.</description>
<iconPath>Genes/Icons/cockeater</iconPath>
<stunTargetWhileCasting>true</stunTargetWhileCasting>

View file

@ -2,7 +2,7 @@
<Defs>
<AbilityDef ParentName="AbilityTouchBase">
<defName>rjw_genes_ability_cocoonweaver</defName>
<label>Cocoon</label>
<label>cocoon</label>
<description>Weaves the victim into a (self-sustaining) cocoon. The victim cannot move, but can be bred.</description>
<iconPath>Genes/Icons/Cocoon</iconPath>
<stunTargetWhileCasting>true</stunTargetWhileCasting>

View file

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<AbilityDef>
<defName>rjw_genes_ability_mating_call</defName>
<label>Mating Call</label>
<description>Calls nearby animals to breed me.</description>
<iconPath>Genes/Icons/Mating_Call_2</iconPath>
<displayGizmoWhileUndrafted>true</displayGizmoWhileUndrafted>
<disableGizmoWhileUndrafted>false</disableGizmoWhileUndrafted>
<casterMustBeCapableOfViolence>false</casterMustBeCapableOfViolence>
<statBases>
<Ability_Duration>50</Ability_Duration>
<Ability_EffectRadius>0</Ability_EffectRadius>
</statBases>
<displayOrder>410</displayOrder>
<!-- 30k Ticks = 12h -->
<cooldownTicksRange>30000</cooldownTicksRange>
<verbProperties>
<warmupTime>5</warmupTime>
<verbClass>Verb_CastAbility</verbClass>
<targetParams>
<canTargetHumans>False</canTargetHumans>
<canTargetMechs>False</canTargetMechs>
<canTargetAnimals>True</canTargetAnimals>
<canTargetLocations>True</canTargetLocations>
</targetParams>
</verbProperties>
<comps>
<li Class="CompProperties_AbilityFleckOnTarget">
<fleckDef>PsycastPsychicEffect</fleckDef>
</li>
<li Class="RJW_Genes.CompProperties_AbilityMatingCall">
<calldistance>40</calldistance>
</li>
<li Class="CompProperties_AbilityGiveHediff">
<compClass>CompAbilityEffect_GiveHediff</compClass>
<hediffDef>Hediff_Submitting</hediffDef>
<onlyApplyToSelf>True</onlyApplyToSelf>
</li>
</comps>
<confirmationDialogText>Being Bred is not an easy business.\nThis might lead to a broken pawn, torn genitalia and hybrid-pregnancies.\nMaybe this is what you want.\nThe pawn will `submit` and e.g. Insects might cocoon him.\n\nAre you sure to proceed?</confirmationDialogText>
</AbilityDef>
</Defs>

View file

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<AbilityDef>
<defName>rjw_genes_ability_pheromone_spit</defName>
<label>pheromone spit</label>
<description>Spit a condensed ball of animal pheromones to mark a target. Nearby Animals will try to breed the target. This means all animals - hostile, friendly and wild.</description>
<iconPath>Genes/Icons/RJW_Genes_PheromoneSpit</iconPath>
<cooldownTicksRange>3000</cooldownTicksRange>
<displayOrder>201</displayOrder>
<aiCanUse>true</aiCanUse>
<verbProperties>
<verbClass>Verb_CastAbility</verbClass>
<range>11</range>
<warmupTime>1.2</warmupTime>
<soundCast>PiercingSpine_Launch</soundCast>
<targetParams>
<canTargetHumans>True</canTargetHumans>
<canTargetMechs>False</canTargetMechs>
<canTargetAnimals>False</canTargetAnimals>
<canTargetLocations>False</canTargetLocations>
</targetParams>
</verbProperties>
<comps>
<li Class="RJW_Genes.CompProperties_AbilityPheromoneSpit">
<calldistance>25</calldistance>
</li>
</comps>
</AbilityDef>
</Defs>

View file

@ -2,7 +2,7 @@
<Defs>
<AbilityDef ParentName="AbilityTouchBase">
<defName>rjw_genes_ability_pussyheal</defName>
<label>SexHeal</label>
<label>sexheal</label>
<description>Rape another pawn, so you can heal them with your vagina's special healing power.</description>
<iconPath>Things/Mote/Heart</iconPath>
<stunTargetWhileCasting>false</stunTargetWhileCasting>

View file

@ -15,55 +15,55 @@
<GeneCategoryDef>
<defName>rjw_genes_gender</defName>
<label>Gender</label>
<label>gender</label>
<displayPriorityInXenotype>21</displayPriorityInXenotype>
</GeneCategoryDef>
<GeneCategoryDef>
<defName>rjw_genes_genitalia_type</defName>
<label>cosmetic - Genitalia Types</label>
<label>cosmetic - genitalia type</label>
<displayPriorityInXenotype>19</displayPriorityInXenotype>
</GeneCategoryDef>
<GeneCategoryDef>
<defName>rjw_genes_genitalia_extras</defName>
<label>Genitalia Amounts</label>
<label>genitalia count</label>
<displayPriorityInXenotype>17</displayPriorityInXenotype>
</GeneCategoryDef>
<GeneCategoryDef>
<defName>rjw_genes_genitalia_size</defName>
<label>Genitalia Size / Attributes</label>
<label>genitalia size / attributes</label>
<displayPriorityInXenotype>15</displayPriorityInXenotype>
</GeneCategoryDef>
<GeneCategoryDef>
<defName>rjw_genes_fertilin</defName>
<label>Fertilin</label>
<label>fertilin</label>
<displayPriorityInXenotype>14</displayPriorityInXenotype>
</GeneCategoryDef>
<GeneCategoryDef>
<defName>rjw_genes_breeding</defName>
<label>Breeding</label>
<label>breeding</label>
<displayPriorityInXenotype>13</displayPriorityInXenotype>
</GeneCategoryDef>
<GeneCategoryDef>
<defName>rjw_genes_cum</defName>
<label>Cum</label>
<label>cum</label>
<displayPriorityInXenotype>12</displayPriorityInXenotype>
</GeneCategoryDef>
<GeneCategoryDef>
<defName>rjw_genes_damage</defName>
<label>Genital Related Damage</label>
<label>genital-related damage</label>
<displayPriorityInXenotype>11</displayPriorityInXenotype>
</GeneCategoryDef>
<GeneCategoryDef>
<defName>rjw_genes_special</defName>
<label>Genital Based Special Abilities</label>
<label>genital-based special abilities</label>
<displayPriorityInXenotype>8</displayPriorityInXenotype>
</GeneCategoryDef>

View file

@ -1,12 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<!-- rjw_genes_mechbreeder,rjw_genes_insectincubator and rjw_genes_insectbreeder were kindly supplied by `Shabalox` https://github.com/Shabalox/RJW_Genes_Addons/ -->
<!-- rjw_genes_mechbreeder,rjw_genes_insectincubator and rjw_genes_insectbreeder were kindly
supplied by `Shabalox` https://github.com/Shabalox/RJW_Genes_Addons/ -->
<GeneDef Name="BreedingBase" Abstract="True">
<displayCategory>rjw_genes_breeding</displayCategory>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
@ -16,7 +18,7 @@
<GeneDef ParentName="BreedingBase">
<defName>rjw_genes_mechbreeder</defName>
<label>Mechbreeder</label>
<label>mechbreeder</label>
<description>Pawns with this gene are able to birth mechanoids unharmed.</description>
<iconPath>World/WorldObjects/Expanding/Mechanoids</iconPath>
<displayOrderInCategory>51</displayOrderInCategory>
@ -26,7 +28,7 @@
<GeneDef ParentName="BreedingBase">
<defName>rjw_genes_zoophile</defName>
<label>Zoophile</label>
<label>zoophile</label>
<description>Xenotypes with this Gene are Zoophile.</description>
<iconPath>Genes/Icons/Zoophile</iconPath>
<displayOrderInCategory>54</displayOrderInCategory>
@ -39,15 +41,16 @@
<GeneDef ParentName="BreedingBase">
<defName>rjw_genes_fertile_anus</defName>
<label>Fertile Anus</label>
<description>Xenotypes with this gene have a functional uterus connected to the anal cavity even for males</description>
<label>fertile anus</label>
<description>Xenotypes with this gene have a functional uterus connected to the anal cavity even
for males</description>
<iconPath>Genes/Icons/Fertile_anus</iconPath>
<displayOrderInCategory>54</displayOrderInCategory>
</GeneDef>
<GeneDef ParentName="BreedingBase">
<defName>rjw_genes_insectincubator</defName>
<label>Insect Incubator</label>
<label>insect incubator</label>
<geneClass>RJW_Genes.Gene_InsectIncubator</geneClass>
<description>Pawns with this gene fertilize insect eggs that are placed inside them.</description>
<iconPath>Genes/Icons/Egg</iconPath>
@ -58,7 +61,7 @@
<GeneDef ParentName="BreedingBase">
<defName>rjw_genes_insectbreeder</defName>
<label>Insect Breeder</label>
<label>insect breeder</label>
<description>Pawns with this gene are able to fertilize eggs with any fertile penis.</description>
<iconPath>Genes/Icons/Insect_Breeder</iconPath>
<displayOrderInCategory>53</displayOrderInCategory>
@ -68,13 +71,48 @@
<GeneDef ParentName="BreedingBase">
<defName>rjw_genes_fervent_ovipositor</defName>
<label>Fervent Ovipositor</label>
<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>
<description>Pawns that have a female (egg producing) ovipositor produce eggs at drastically
increased speed.</description>
<iconPath>Genes/Icons/Fervent_Ovipositor</iconPath>
<displayOrderInCategory>55</displayOrderInCategory>
<biostatCpx>1</biostatCpx>
<biostatMet>-1</biostatMet>
</GeneDef>
<GeneDef ParentName="BreedingBase">
<defName>rjw_genes_mating_call</defName>
<label>Mating Call</label>
<description>This gene allows to call nearby animals and invite them for mating.</description>
<iconPath>Genes/Icons/RJW_Genes_Mating_Call</iconPath>
<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>
<GeneDef ParentName="BreedingBase">
<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>
<iconPath>Genes/Icons/RJW_Genes_PheromoneSpit</iconPath>
<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>
</Defs>

View file

@ -44,17 +44,22 @@
</renderNodeProperties>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>DemonLoverQuirk</Satisfiedquirk>
</li>
</modExtensions>
</GeneDef>
<GeneDef ParentName="GeneTailBase">
<defName>rjw_genes_succubus_tail</defName>
<label>succubus tail</label>
<description>Carriers of this gene grow a slender tail ending with a heart that can act as a dexterous fifth limb.</description>
<description>Carriers of this gene grow a slender tail ending with a heart that can act as a
dexterous fifth limb.</description>
<iconPath>Genes/Icons/Succubus_Tail</iconPath>
<iconColor>(1, 0, 0)</iconColor>
<displayOrderInCategory>1000</displayOrderInCategory>
@ -99,10 +104,14 @@
<randomChosen>true</randomChosen>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>DemonLoverQuirk</Satisfiedquirk>
</li>
</modExtensions>
</GeneDef>
</Defs>

View file

@ -7,7 +7,8 @@
</exclusionTags>
<randomChosen>false</randomChosen>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
@ -17,7 +18,7 @@
<!-- Penis -->
<GeneDef ParentName="GeneCumAmount">
<defName>rjw_genes_no_cum</defName>
<label>No Cum</label>
<label>no cum</label>
<description>Males of these species have no fluid.</description>
<iconPath>Genes/Icons/No_Cum</iconPath>
<geneClass>RJW_Genes.Gene_NoCum</geneClass>
@ -28,7 +29,7 @@
<GeneDef ParentName="GeneCumAmount">
<defName>rjw_genes_much_cum</defName>
<label>Much Cum</label>
<label>much cum</label>
<description>Males of this species produce a lot of fluid.</description>
<iconPath>Genes/Icons/Much_Cum</iconPath>
<geneClass>RJW_Genes.Gene_MuchCum</geneClass>
@ -39,8 +40,9 @@
<GeneDef ParentName="GeneCumAmount">
<defName>rjw_genes_very_much_cum</defName>
<label>Very Much Cum</label>
<description>Males of this species produce a whole lot of fluid. They are like fountains basically.</description>
<label>very much cum</label>
<description>Males of this species produce a whole lot of fluid. They are like fountains
basically.</description>
<iconPath>Genes/Icons/Very_Much_Cum</iconPath>
<geneClass>RJW_Genes.Gene_VeryMuchCum</geneClass>
<displayOrderInCategory>535</displayOrderInCategory>
@ -48,64 +50,4 @@
<biostatMet>-2</biostatMet>
</GeneDef>
<GeneDef MayRequire="LustLicentia.RJWLabs">
<defName>rjw_genes_likes_cumflation</defName>
<label>Likes Cumflation</label>
<displayCategory>rjw_genes_cum</displayCategory>
<description>This Xenotype loves being cumflated.</description>
<iconPath>Genes/Icons/Cumflation</iconPath>
<displayOrderInCategory>536</displayOrderInCategory>
<forcedTraits>
<li>
<def>LikesCumflation</def>
</li>
</forcedTraits>
<exclusionTags>
<li>NotCumflatable</li>
</exclusionTags>
<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>
<GeneDef MayRequire="LustLicentia.RJWLabs">
<defName>rjw_genes_cumflation_immunity</defName>
<label>Cumflation Immunity</label>
<displayCategory>rjw_genes_cum</displayCategory>
<description>This Xenotype cannot get cumflated.</description>
<iconPath>Genes/Icons/Cumflation_Immunity</iconPath>
<displayOrderInCategory>537</displayOrderInCategory>
<exclusionTags>
<li>NotCumflatable</li>
</exclusionTags>
<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>
<GeneDef MayRequire="LustLicentia.RJWLabs">
<defName>rjw_genes_generous_donor</defName>
<label>Generous Donor</label>
<displayCategory>rjw_genes_cum</displayCategory>
<description>When this Xenotype transfers nutrition via cumshot, the giver will not get hungry. (Licentia Configuration for Transfer Nutrition must be enabled).</description>
<iconPath>Genes/Icons/Generous_Donor</iconPath>
<displayOrderInCategory>538</displayOrderInCategory>
<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>

View file

@ -1,30 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<GeneDef MayRequire="LustLicentia.RJWLabs">
<defName>rjw_genes_elasticity</defName>
<label>Elasticity</label>
<displayCategory>rjw_genes_damage</displayCategory>
<description>This Xenotype cannot get stretched by huge penetrators.</description>
<iconPath>Genes/Icons/Elasticity</iconPath>
<geneClass>RJW_Genes.Gene_Elasticity</geneClass>
<biostatMet>-1</biostatMet>
<biostatCpx>1</biostatCpx>
<displayOrderInCategory>1</displayOrderInCategory>
<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>
<GeneDef>
<defName>rjw_genes_unbreakable</defName>
<label>Unbreakable</label>
<label>unbreakable</label>
<displayCategory>rjw_genes_damage</displayCategory>
<description>This Gene makes the Carrier unable to get mood or social penalties from being raped and they cannot be broken for a long period of time.</description>
<description>This Gene makes the Carrier unable to get mood or social penalties from being raped
and they cannot be broken for a long period of time.</description>
<iconPath>UI/Icons/Rituals/TrialDefend</iconPath>
<displayOrderInCategory>2</displayOrderInCategory>
<biostatMet>-1</biostatMet>
@ -36,7 +18,8 @@
</hediffGiversCannotGive>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>

View file

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<GeneDef Name="GeneExtraGenitaliaBase" Abstract="True">
<displayCategory>rjw_genes_genitalia_extras</displayCategory>
<randomChosen>false</randomChosen>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
@ -15,6 +15,8 @@
<GeneDef ParentName="GeneExtraGenitaliaBase">
<defName>rjw_genes_extra_penis</defName>
<label>extra penis</label>
<displayCategory>rjw_genes_genitalia_extras</displayCategory>
<description>Males of this species grow an additional penis .</description>
<iconPath>Genes/Icons/extra_male</iconPath>
<geneClass>RJW_Genes.Gene_ExtraPenis</geneClass>
@ -27,6 +29,7 @@
<GeneDef ParentName="GeneExtraGenitaliaBase">
<defName>rjw_genes_no_penis</defName>
<label>no penis</label>
<displayCategory>rjw_genes_genitalia_extras</displayCategory>
<description>Males of this do not have a penis.</description>
<iconPath>Genes/Icons/No_Male_Genitalia</iconPath>
<geneClass>RJW_Genes.Gene_NoPenis</geneClass>
@ -40,6 +43,7 @@
<GeneDef ParentName="GeneExtraGenitaliaBase">
<defName>rjw_genes_extra_vagina</defName>
<label>extra vagina</label>
<displayCategory>rjw_genes_genitalia_extras</displayCategory>
<description>Females of this species grow an additional vagina .</description>
<iconPath>Genes/Icons/Extra_Vagina</iconPath>
<geneClass>RJW_Genes.Gene_ExtraVagina</geneClass>
@ -52,6 +56,7 @@
<GeneDef ParentName="GeneExtraGenitaliaBase">
<defName>rjw_genes_no_vagina</defName>
<label>no vagina</label>
<displayCategory>rjw_genes_genitalia_extras</displayCategory>
<description>Females of this do not have a vagina.</description>
<iconPath>Genes/Icons/No_Vagina</iconPath>
<geneClass>RJW_Genes.Gene_NoVagina</geneClass>
@ -65,6 +70,7 @@
<GeneDef ParentName="GeneExtraGenitaliaBase">
<defName>rjw_genes_extra_breasts</defName>
<label>extra breasts</label>
<displayCategory>rjw_genes_genitalia_extras</displayCategory>
<description>Females of this species grow an additional pair of breasts .</description>
<iconPath>Genes/Icons/Extra_Breasts</iconPath>
<geneClass>RJW_Genes.Gene_ExtraBreasts</geneClass>
@ -77,6 +83,7 @@
<GeneDef ParentName="GeneExtraGenitaliaBase">
<defName>rjw_genes_no_breasts</defName>
<label>no breasts</label>
<displayCategory>rjw_genes_genitalia_extras</displayCategory>
<description>Females of this do not have a pair of breasts, but only nipples.</description>
<iconPath>Genes/Icons/No_Breasts</iconPath>
<geneClass>RJW_Genes.Gene_NoBreasts</geneClass>
@ -89,6 +96,7 @@
<GeneDef ParentName="GeneExtraGenitaliaBase">
<defName>rjw_genes_extra_anus</defName>
<label>extra anus</label>
<displayCategory>rjw_genes_genitalia_extras</displayCategory>
<description>This specias has an extra anus.</description>
<iconPath>Genes/Icons/Extra_Anus</iconPath>
<geneClass>RJW_Genes.Gene_ExtraAnus</geneClass>
@ -101,6 +109,7 @@
<GeneDef ParentName="GeneExtraGenitaliaBase">
<defName>rjw_genes_no_anus</defName>
<label>no anus</label>
<displayCategory>rjw_genes_genitalia_extras</displayCategory>
<description>This specias has no anus.</description>
<iconPath>Genes/Icons/No_Anus</iconPath>
<geneClass>RJW_Genes.Gene_NoAnus</geneClass>
@ -113,7 +122,9 @@
<GeneDef ParentName="GeneExtraGenitaliaBase">
<defName>rjw_genes_futa</defName>
<label>futanari</label>
<description>Males with this gene grow additional female genitalia, females grow additional male genitalia.</description>
<displayCategory>rjw_genes_gender</displayCategory>
<description>Males with this gene grow additional female genitalia, females grow additional male
genitalia.</description>
<iconPath>Genes/Icons/Futa</iconPath>
<geneClass>RJW_Genes.Gene_Futa</geneClass>
<displayOrderInCategory>709</displayOrderInCategory>
@ -126,6 +137,7 @@
<GeneDef ParentName="GeneExtraGenitaliaBase">
<defName>rjw_genes_femboy</defName>
<label>femboy</label>
<displayCategory>rjw_genes_gender</displayCategory>
<description>Males with this gene are considered female despite having a penis</description>
<iconPath>Genes/Icons/Futa</iconPath>
<geneClass>RJW_Genes.Gene_Femboy</geneClass>
@ -138,7 +150,8 @@
<GeneDef ParentName="GeneExtraGenitaliaBase">
<defName>rjw_genes_featureless_chest</defName>
<label>Featureless Chest</label>
<displayCategory>rjw_genes_genitalia_extras</displayCategory>
<label>featureless chest</label>
<description>Carriers of this gene do not have breasts or nipples.</description>
<iconPath>Genes/Icons/No_Breasts</iconPath>
<geneClass>RJW_Genes.Gene_FeaturelessChest</geneClass>
@ -151,8 +164,9 @@
<GeneDef ParentName="GeneExtraGenitaliaBase">
<defName>rjw_genes_udder</defName>
<label>udder</label>
<displayCategory>rjw_genes_genitalia_extras</displayCategory>
<description>Carriers of this gene have udders and breasts.</description>
<iconPath>Things/Mote/Heart</iconPath>
<iconPath>Genes/Icons/RJW_Genes_Udder</iconPath>
<geneClass>RJW_Genes.Gene_UdderBreasts</geneClass>
<displayOrderInCategory>711</displayOrderInCategory>
<exclusionTags>

View file

@ -15,7 +15,7 @@
<!-- Penis -->
<GeneDef ParentName="GeneGenitaliaSizeBase">
<defName>rjw_genes_big_male_genitalia</defName>
<label>Big Male Genitaliasize</label>
<label>big male genitalia</label>
<description>Penises of this Xenotype are bigger.(Resizing takes place at 20th Birthday)</description>
<iconPath>Genes/Icons/Big_Male_Genitalia</iconPath>
<geneClass>RJW_Genes.Gene_BigMaleGenitalia</geneClass>
@ -27,7 +27,7 @@
<GeneDef ParentName="GeneGenitaliaSizeBase">
<defName>rjw_genes_small_male_genitalia</defName>
<label>Small Male Genitaliasize</label>
<label>small male genitalia</label>
<description>Penises of this Xenotype are smaller. (Resizing takes place at 20th Birthday)</description>
<iconPath>Genes/Icons/Small_Male_Genitalia</iconPath>
<geneClass>RJW_Genes.Gene_SmallMaleGenitalia</geneClass>
@ -40,7 +40,7 @@
<!-- Vagina -->
<GeneDef ParentName="GeneGenitaliaSizeBase">
<defName>rjw_genes_loose_female_genitalia</defName>
<label>Loose Female Genitalia</label>
<label>loose female genitalia</label>
<description>Vaginas of this Xenotype are quite spacy. (Resizing takes place at 20th Birthday)</description>
<iconPath>Genes/Icons/Loose_Vagina</iconPath>
<geneClass>RJW_Genes.Gene_LooseFemaleGenitalia</geneClass>
@ -52,7 +52,7 @@
<GeneDef ParentName="GeneGenitaliaSizeBase">
<defName>rjw_genes_tight_female_genitalia</defName>
<label>Tight Female Genitalia</label>
<label>tight female genitalia</label>
<description>Vaginas of this Xenotype are pretty tight.(Resizing takes place at 20th Birthday)</description>
<iconPath>Genes/Icons/Tight_Vagina</iconPath>
<geneClass>RJW_Genes.Gene_TightFemaleGenitalia</geneClass>
@ -65,7 +65,7 @@
<!-- Breasts -->
<GeneDef ParentName="GeneGenitaliaSizeBase">
<defName>rjw_genes_big_breasts</defName>
<label>Big Breasts</label>
<label>big breasts</label>
<description>Females of this Xenotype have big honkers.(Resizing takes place at 20th Birthday)</description>
<iconPath>Genes/Icons/Big_Breasts</iconPath>
<geneClass>RJW_Genes.Gene_BigBreasts</geneClass>
@ -77,7 +77,7 @@
<GeneDef ParentName="GeneGenitaliaSizeBase">
<defName>rjw_genes_small_breasts</defName>
<label>Small Breasts</label>
<label>small breasts</label>
<description>Females of this Xenotype have smaller breasts.(Resizing takes place at 20th Birthday)</description>
<iconPath>Genes/Icons/Small_Breasts</iconPath>
<geneClass>RJW_Genes.Gene_SmallBreasts</geneClass>
@ -90,7 +90,7 @@
<!-- Anus -->
<GeneDef ParentName="GeneGenitaliaSizeBase">
<defName>rjw_genes_loose_anus</defName>
<label>Loose Anus</label>
<label>loose anus</label>
<description>The Anus of this Xenotype is roomy.(Resizing takes place at 20th Birthday)</description>
<iconPath>Genes/Icons/Loose_Anus</iconPath>
<geneClass>RJW_Genes.Gene_LooseAnus</geneClass>
@ -102,7 +102,7 @@
<GeneDef ParentName="GeneGenitaliaSizeBase">
<defName>rjw_genes_tight_anus</defName>
<label>Tight Anus</label>
<label>tight anus</label>
<description>The anus of this Xenotype is small.(Resizing takes place at 20th Birthday)</description>
<iconPath>Genes/Icons/Tight_Anus</iconPath>
<geneClass>RJW_Genes.Gene_TightAnus</geneClass>
@ -116,7 +116,7 @@
<GeneDef ParentName="GeneGenitaliaSizeBase">
<defName>rjw_genes_evergrowth</defName>
<label>Evergrowth</label>
<label>evergrowth</label>
<description>One of the most regretted gene-modifications in the Glitterworlds: The (primary) genitalia will continue growing forever. This affects size and fluid output. Excessive growth can also effect mental stability! (Resizing takes place at 20th Birthday)</description>
<iconPath>Genes/Icons/Big_Male_Genitalia</iconPath>
<geneClass>RJW_Genes.Gene_EvergrowingGenitalia</geneClass>

View file

@ -7,17 +7,18 @@
<exclusionTags>
<li>GenitalType</li>
</exclusionTags>
<randomChosen>false</randomChosen>
<randomChosen>true</randomChosen>
<biostatCpx>0</biostatCpx>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
<GeneDef ParentName="GeneGenitalTypeBase">
<defName>rjw_genes_equine_genitalia</defName>
<label>equine genitalia</label>
@ -43,6 +44,7 @@
<penis>Penis</penis>
<vagina>Vagina</vagina>
<anus>Anus</anus>
<breasts>Breasts</breasts>
</li>
</modExtensions>
<displayOrderInCategory>802</displayOrderInCategory>
@ -67,7 +69,7 @@
<defName>rjw_genes_feline_genitalia</defName>
<label>feline genitalia</label>
<description>Carriers of this gene develop feline genitalia.</description>
<iconPath>Genes/Icons/Genitalia_Feline</iconPath>
<iconPath>Genes/Icons/RJW_Genes_Feline_Genitalia</iconPath>
<modExtensions>
<li Class="RJW_Genes.GenitaliaTypeExtension">
<penis>CatPenis</penis>
@ -89,6 +91,9 @@
<vagina>DemonVagina</vagina>
<anus>DemonAnus</anus>
</li>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>DemonLoverQuirk</Satisfiedquirk>
</li>
</modExtensions>
<displayOrderInCategory>805</displayOrderInCategory>
</GeneDef>
@ -104,6 +109,9 @@
<vagina>DragonVagina</vagina>
<anus>GenericAnus</anus>
</li>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
</li>
</modExtensions>
<displayOrderInCategory>806</displayOrderInCategory>
</GeneDef>
@ -118,6 +126,10 @@
<penis>SlimeTentacles</penis>
<vagina>SlimeVagina</vagina>
<anus>SlimeAnus</anus>
<breasts>SlimeBreasts</breasts>
</li>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>SlimeLoverQuirk</Satisfiedquirk>
</li>
</modExtensions>
<displayOrderInCategory>807</displayOrderInCategory>
@ -134,6 +146,9 @@
<vagina>DemonVagina</vagina>
<anus>DemonAnus</anus>
</li>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>DemonLoverQuirk</Satisfiedquirk>
</li>
</modExtensions>
<displayOrderInCategory>807</displayOrderInCategory>
</GeneDef>
@ -147,6 +162,9 @@
<li Class="RJW_Genes.GenitaliaTypeExtension">
<penis>CrocodilianPenis</penis>
</li>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
</li>
</modExtensions>
<displayOrderInCategory>807</displayOrderInCategory>
</GeneDef>
@ -173,14 +191,13 @@
<li Class="RJW_Genes.GenitaliaTypeExtension">
<penis>HemiPenis</penis>
</li>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
</li>
</modExtensions>
<displayOrderInCategory>807</displayOrderInCategory>
</GeneDef>
<GeneDef ParentName="GeneGenitalTypeBase">
<defName>rjw_genes_Ghost_genitalia</defName>
<label>ghost genitalia</label>
@ -191,6 +208,9 @@
<penis>GhostPenis</penis>
<vagina>GhostVagina</vagina>
</li>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>TeratophileQuirk</Satisfiedquirk>
</li>
</modExtensions>
<displayOrderInCategory>807</displayOrderInCategory>
</GeneDef>
@ -204,6 +224,9 @@
<li Class="RJW_Genes.GenitaliaTypeExtension">
<penis>GolemPenis</penis>
</li>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>TeratophileQuirk</Satisfiedquirk>
</li>
</modExtensions>
<displayOrderInCategory>807</displayOrderInCategory>
</GeneDef>
@ -230,6 +253,9 @@
<li Class="RJW_Genes.GenitaliaTypeExtension">
<penis>NecroPenis</penis>
</li>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>TeratophileQuirk</Satisfiedquirk>
</li>
</modExtensions>
<displayOrderInCategory>807</displayOrderInCategory>
</GeneDef>
@ -282,15 +308,13 @@
<li Class="RJW_Genes.GenitaliaTypeExtension">
<penis>TentaclePenis</penis>
</li>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>TeratophileQuirk</Satisfiedquirk>
</li>
</modExtensions>
<displayOrderInCategory>807</displayOrderInCategory>
</GeneDef>
<GeneDef ParentName="GeneGenitalTypeBase">
<defName>rjw_genes_ovipositor_genitalia</defName>
<label>insect genitalia</label>
@ -302,15 +326,15 @@
<vagina>OvipositorF</vagina>
<anus>InsectAnus</anus>
</li>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>ChitinLoverQuirk</Satisfiedquirk>
</li>
</modExtensions>
<displayOrderInCategory>808</displayOrderInCategory>
<exclusionTags>
<li>Egglaying</li>
<li>AG_Egglaying</li>
</exclusionTags>
</GeneDef>
</Defs>

View file

@ -5,7 +5,8 @@
<displayCategory>rjw_genes_fertilin</displayCategory>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
@ -15,7 +16,10 @@
<GeneDef ParentName="LifeForceBase">
<defName>rjw_genes_lifeforce</defName>
<label>fertilin</label>
<description>Carriers of this gene have a reserve of biological strength powered by a resource called fertilin. The resource can be gained and spent in various ways, some of which are unlocked by other genes.\n\nCarriers lose 5 fertilin per day from biological entropy. \n\nGene is inactive until carrier is able to have sex.</description>
<description>Carriers of this gene have a reserve of biological strength powered by a
resource called fertilin. The resource can be gained and spent in various ways, some of
which are unlocked by other genes.\n\nCarriers lose 5 fertilin per day from biological
entropy. \n\nGene is inactive until carrier is able to have sex.</description>
<geneClass>RJW_Genes.Gene_LifeForce</geneClass>
<resourceGizmoType>RJW_Genes.GeneGizmo_ResourceLifeForce</resourceGizmoType>
<resourceLabel>fertilin</resourceLabel>
@ -26,7 +30,10 @@
</resourceGizmoThresholds>
<showGizmoOnWorldView>true</showGizmoOnWorldView>
<showGizmoWhenDrafted>true</showGizmoWhenDrafted>
<resourceDescription>A reserve of biological strength which can be gained and spent in a variety of ways. \n\nFertilin can be increased by absorbing cum, typically through oral sex or stored cum. \n\nIf fertilin reaches zero, {PAWN_nameDef} will become very unhappy and may try to obtain some forcefully.</resourceDescription>
<resourceDescription>A reserve of biological strength which can be gained and spent in a
variety of ways. \n\nFertilin can be increased by absorbing cum, typically through oral
sex or stored cum. \n\nIf fertilin reaches zero, {PAWN_nameDef} will become very unhappy
and may try to obtain some forcefully.</resourceDescription>
<iconPath>Genes/Icons/FertilinAlt</iconPath>
<selectionWeight>0</selectionWeight>
<displayOrderInCategory>-2</displayOrderInCategory>
@ -36,7 +43,9 @@
</customEffectDescriptions>
<symbolPack>
<prefixSymbols>
<li><symbol>fert</symbol></li>
<li>
<symbol>fert</symbol>
</li>
</prefixSymbols>
</symbolPack>
<resourceLossPerDay>0.025</resourceLossPerDay>
@ -62,7 +71,7 @@
<GeneDef ParentName="LifeForceBase">
<defName>rjw_genes_pussyhealing</defName>
<label>Pussy Healer</label>
<label>pussy healer</label>
<labelShortAdj>pussyhealer</labelShortAdj>
<description>Carriers of this gene are able use vaginal sex to tend to other's wounds.</description>
<iconPath>Genes/Icons/Healpussy</iconPath>
@ -78,18 +87,25 @@
<biostatMet>-1</biostatMet>
<symbolPack>
<suffixSymbols>
<li><symbol>life</symbol></li>
<li><symbol>pussy</symbol></li>
<li><symbol>heal</symbol></li>
<li>
<symbol>life</symbol>
</li>
<li>
<symbol>pussy</symbol>
</li>
<li>
<symbol>heal</symbol>
</li>
</suffixSymbols>
</symbolPack>
</GeneDef>
<GeneDef ParentName="LifeForceBase">
<defName>rjw_genes_cockeater</defName>
<label>Cockeater</label>
<label>cockeater</label>
<labelShortAdj>cockeater</labelShortAdj>
<description>Carriers of this gene are able eat cocks to restore their fertilin supply. Cocks are consumed during that process.</description>
<description>Carriers of this gene are able eat cocks to restore their fertilin supply.
Cocks are consumed during that process.</description>
<iconPath>Genes/Icons/cockeater</iconPath>
<prerequisite>rjw_genes_lifeforce</prerequisite>
<displayOrderInCategory>11</displayOrderInCategory>
@ -103,9 +119,15 @@
<biostatMet>-1</biostatMet>
<symbolPack>
<suffixSymbols>
<li><symbol>life</symbol></li>
<li><symbol>cock</symbol></li>
<li><symbol>eat</symbol></li>
<li>
<symbol>life</symbol>
</li>
<li>
<symbol>cock</symbol>
</li>
<li>
<symbol>eat</symbol>
</li>
</suffixSymbols>
</symbolPack>
</GeneDef>
@ -128,8 +150,12 @@
<biostatMet>-1</biostatMet>
<symbolPack>
<suffixSymbols>
<li><symbol>stun</symbol></li>
<li><symbol>kiss</symbol></li>
<li>
<symbol>stun</symbol>
</li>
<li>
<symbol>kiss</symbol>
</li>
</suffixSymbols>
</symbolPack>
</GeneDef>
@ -153,8 +179,12 @@
<symbolPack>
<suffixSymbols>
<li><symbol>stun</symbol></li>
<li><symbol>kiss</symbol></li>
<li>
<symbol>stun</symbol>
</li>
<li>
<symbol>kiss</symbol>
</li>
</suffixSymbols>
</symbolPack>
</GeneDef>
@ -162,7 +192,8 @@
<GeneDef ParentName="LifeForceBase">
<defName>rjw_genes_naked_prowess</defName>
<label>naked prowess</label>
<description>Carriers of this gene are able to temporarily increase their strength and resilience, while they are naked.</description>
<description>Carriers of this gene are able to temporarily increase their strength and
resilience, while they are naked.</description>
<iconPath>Genes/Icons/rjw_naked_prowess</iconPath>
<prerequisite>rjw_genes_lifeforce</prerequisite>
<displayOrderInCategory>14</displayOrderInCategory>
@ -178,8 +209,9 @@
<GeneDef ParentName="LifeForceBase">
<defName>rjw_genes_cum_eater</defName>
<label>Cum eater</label>
<description>Carriers of this gene are able to absorb fertilin through eating cum. This includes oral sex, eating cum for food or sucking out cumflated pawns. </description>
<label>cum eater</label>
<description>Carriers of this gene are able to absorb fertilin through eating cum. This
includes oral sex, eating cum for food or sucking out cumflated pawns. </description>
<iconPath>Genes/Icons/cumeater</iconPath>
<prerequisite>rjw_genes_lifeforce</prerequisite>
<displayOrderInCategory>1</displayOrderInCategory>
@ -188,8 +220,9 @@
<GeneDef ParentName="LifeForceBase">
<defName>rjw_genes_fertilin_absorber</defName>
<label>Fertilin Absorber</label>
<description>Carriers of this gene are able to absorb the fertilin inside sperm through their vagina and anus.</description>
<label>fertilin absorber</label>
<description>Carriers of this gene are able to absorb the fertilin inside sperm through
their vagina and anus.</description>
<iconPath>Genes/Icons/Vaginal_cum_absorption</iconPath>
<prerequisite>rjw_genes_lifeforce</prerequisite>
<displayOrderInCategory>2</displayOrderInCategory>
@ -200,7 +233,8 @@
<defName>rjw_genes_lifeforce_empath</defName>
<label>empathic lifeforce</label>
<geneClass>RJW_Genes.Gene_LifeForce_Empath</geneClass>
<description>Carriers of this gene generate lifeforce if nearby pawns are sexually satisfied. Be careful: Sexually frustrated pawns will make your empath loose lifeforce!</description>
<description>Carriers of this gene generate lifeforce if nearby pawns are sexually
satisfied. Be careful: Sexually frustrated pawns will make your empath loose lifeforce!</description>
<iconPath>Genes/Icons/Hypersexual</iconPath>
<prerequisite>rjw_genes_lifeforce</prerequisite>
<displayOrderInCategory>3</displayOrderInCategory>
@ -227,7 +261,9 @@
<GeneDef ParentName="LifeForceBase">
<defName>rjw_genes_drainer</defName>
<label>vitality drainer</label>
<description>Carriers of this gene are able to absorb a great amount of fertilin by draining the vitality of the partner. This is done passively through having sex with a non-drained pawn that does not have this gene.</description>
<description>Carriers of this gene are able to absorb a great amount of fertilin by draining
the vitality of the partner. This is done passively through having sex with a
non-drained pawn that does not have this gene.</description>
<iconPath>Genes/Icons/Vitality_Drainer</iconPath>
<prerequisite>rjw_genes_lifeforce</prerequisite>
<displayOrderInCategory>4</displayOrderInCategory>

View file

@ -3,7 +3,7 @@
<GeneDef>
<defName>rjw_genes_hypersexual</defName>
<label>Hypersexuality</label>
<label>hypersexuality</label>
<displayCategory>Reproduction</displayCategory>
<description>Xenotypes with this Gene are Hypersexual (Nymphs).</description>
<iconPath>Genes/Icons/Hypersexual</iconPath>
@ -16,7 +16,8 @@
<randomChosen>false</randomChosen>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
@ -25,7 +26,7 @@
<GeneDef>
<defName>rjw_genes_rapist</defName>
<label>Rapist</label>
<label>rapist</label>
<displayCategory>Reproduction</displayCategory>
<description>Xenotypes with this Gene are Rapists.</description>
<iconPath>Genes/Icons/Rape</iconPath>
@ -39,7 +40,8 @@
<randomChosen>false</randomChosen>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
@ -49,7 +51,7 @@
<!--
<GeneDef>
<defName>rjw_genes_sadist_gene</defName>
<label>Sadist</label>
<label>sadist</label>
<displayCategory>Reproduction</displayCategory>
<description>Xenotypes with this Gene are Sadists.</description>
<iconPath>Genes/Icons/Rape</iconPath>
@ -62,7 +64,8 @@
</forcedTraits>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
@ -72,7 +75,7 @@
<GeneDef>
<defName>rjw_genes_masochist</defName>
<label>Masochist</label>
<label>masochist</label>
<displayCategory>Reproduction</displayCategory>
<description>Xenotypes with this Gene are Masochists.</description>
<iconPath>Genes/Icons/Rape</iconPath>
@ -86,7 +89,8 @@
<randomChosen>false</randomChosen>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
@ -95,7 +99,7 @@
<GeneDef>
<defName>rjw_genes_homosexual</defName>
<label>Homosexual</label>
<label>homosexual</label>
<displayCategory>Reproduction</displayCategory>
<description>This Gene makes you gay.</description>
<iconPath>UI\Ideoligions\Universal\RoundC</iconPath>
@ -112,7 +116,8 @@
<randomChosen>false</randomChosen>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
@ -121,7 +126,7 @@
<GeneDef>
<defName>rjw_genes_bisexual</defName>
<label>Bisexual</label>
<label>bisexual</label>
<displayCategory>Reproduction</displayCategory>
<description>Carriers of this Gene are Bisexual.</description>
<iconPath>UI\Ideoligions\Universal\RoundC</iconPath>
@ -138,7 +143,8 @@
<randomChosen>false</randomChosen>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
@ -148,8 +154,9 @@
<GeneDef>
<defName>rjw_genes_no_sex_need</defName>
<label>Asexual</label>
<description>Carriers of this gene do not have a sex-need. They can still participate in sex, </description>
<label>asexual</label>
<description>Carriers of this gene do not have a sex-need. They can still participate in
sex, </description>
<iconPath>Genes/Icons/Empty</iconPath>
<displayOrderInCategory>5</displayOrderInCategory>
<disablesNeeds>
@ -164,7 +171,8 @@
</exclusionTags>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
@ -175,12 +183,21 @@
<defName>LitteredBirths</defName>
<label>littered births</label>
<displayCategory>Reproduction</displayCategory>
<description>Female carriers of this gene birth litters instead of just one baby, with a chance of having two to four babies per pregnancy.</description>
<description>Female carriers of this gene birth litters instead of just one baby, with a
chance of having two to four babies per pregnancy.</description>
<iconPath>Genes/Icons/Gene_LitteredBirths</iconPath>
<displayOrderInCategory>110</displayOrderInCategory>
<marketValueFactor>1.10</marketValueFactor>
<biostatMet>-2</biostatMet>
<biostatCpx>1</biostatCpx>
<modExtensions>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>ImpregnationFetishQuirk</Satisfiedquirk>
</li>
</modExtensions>
<exclusionTags>
<li>rjw_genes_littered_birth_vs_chestburst</li>
</exclusionTags>
</GeneDef>
</Defs>

View file

@ -3,9 +3,9 @@
<GeneDef Name="SpecialBase" Abstract="True">
<displayCategory>rjw_genes_special</displayCategory>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
@ -14,8 +14,9 @@
<GeneDef ParentName="SpecialBase">
<defName>rjw_genes_orgasm_rush</defName>
<label>Orgasm Rush</label>
<description>On orgasm, carriers of this gene get a boost in activity. (rest-need is partially filled)</description>
<label>orgasm rush</label>
<description>On orgasm, carriers of this gene get a boost in activity. (rest-need is
partially filled)</description>
<biostatCpx>1</biostatCpx>
<biostatMet>-2</biostatMet>
<iconPath>UI/Memes/FleshPurity</iconPath>
@ -24,8 +25,9 @@
<GeneDef ParentName="SpecialBase">
<defName>rjw_genes_youth_fountain</defName>
<label>Youth Fountain</label>
<description>Having sex with a carrier of this gene makes the partner slightly younger. (Partner stays adult)</description>
<label>youth fountain</label>
<description>Having sex with a carrier of this gene makes the partner slightly younger.
(Partner stays adult)</description>
<biostatCpx>2</biostatCpx>
<biostatMet>-2</biostatMet>
<iconPath>UI/Ideoligions/FireLeaves</iconPath>
@ -41,8 +43,9 @@
<GeneDef ParentName="SpecialBase">
<defName>rjw_genes_sex_age_drain</defName>
<label>Sexual Age Drain</label>
<description>Having sex transfers some of the partners life-time to themselves. (Pawn stays adult)</description>
<label>sexual age drain</label>
<description>Having sex transfers some of the partners life-time to themselves. (Pawn stays
adult)</description>
<biostatCpx>2</biostatCpx>
<biostatMet>-1</biostatMet>
<iconPath>UI/Icons/ColonistBar/Idle</iconPath>
@ -58,14 +61,13 @@
<GeneDef ParentName="SpecialBase">
<defName>rjw_genes_aphrodisiac_pheromones</defName>
<label>Aphrodisiac Pheromones</label>
<label>aphrodisiac pheromones</label>
<geneClass>RJW_Genes.Gene_Aphrodisiac_Pheromones</geneClass>
<description>Pheremones of this pawn induce an incressed sexdrive to others nearby.</description>
<iconPath>Genes/Icons/Pheromones</iconPath>
<displayOrderInCategory>4</displayOrderInCategory>
<biostatCpx>1</biostatCpx>
<biostatMet>1</biostatMet>
<modExtensions>
<li Class="RJW_Genes.TickIntervalExtension">
<!-- One day has 60k ticks, so we check every hour with 60000/48 = 1250-->
@ -80,24 +82,28 @@
<GeneDef ParentName="SpecialBase">
<defName>rjw_genes_sexual_mytosis</defName>
<label>Orgasmic Mytosis</label>
<label>orgasmic mytosis</label>
<!-- <geneClass>RJW_Genes.Gene_Aphrodisiac_Pheromones</geneClass> -->
<description>Carriers of this gene grow more unstable with ongoing multiple orgasms - climaxing in a process of mytosis. This will result in an (biologically) identical pawn and both twins are set in a regenerative state. Also, the pawn can have multiple orgasms: In a state of higher unstableness, they come quicker.</description>
<description>Carriers have malfunctioning regenerative archites that grow more unstable with
ongoing multiple orgasms - climaxing in a process of mytosis. This will result in an
(biologically) identical pawn and both twins are set in a regenerative state. Also, the
pawn can have multiple orgasms: In a state of higher unstableness, they come quicker.</description>
<iconPath>UI/Icons/Genes/Gene_PsychicBonding</iconPath>
<displayOrderInCategory>5</displayOrderInCategory>
<biostatCpx>5</biostatCpx>
<biostatMet>-5</biostatMet>
<biostatArc>1</biostatArc>
</GeneDef>
<GeneDef ParentName="SpecialBase">
<defName>rjw_genes_hormonal_saliva</defName>
<label>Hormonal Saliva</label>
<description>The saliva of this xenotype stimulates growth in penises. Regular contact will lead to noticable growth.</description>
<label>hormonal saliva</label>
<description>The saliva of this xenotype stimulates growth in penises. Regular contact will
lead to noticable growth.</description>
<biostatCpx>2</biostatCpx>
<biostatMet>-1</biostatMet>
<iconPath>Genes/Icons/Big_Male_Genitalia</iconPath>
<displayOrderInCategory>6</displayOrderInCategory>
<modExtensions>
<li Class="RJW_Genes.HormonalSalivaExtension">
<!-- SizeIncrement is applied "flat" -->
@ -111,9 +117,10 @@
<GeneDef ParentName="SpecialBase">
<defName>rjw_genes_cocoonweaver</defName>
<label>Cocoon Weaver</label>
<label>cocoon weaver</label>
<labelShortAdj>cocooner</labelShortAdj>
<description>Carriers of this gene can produce a cocoon to prepare helpless (or willing) victims for breeding.</description>
<description>Carriers of this gene can produce a cocoon to prepare helpless (or willing)
victims for breeding.</description>
<iconPath>Genes/Icons/Cocoon</iconPath>
<displayOrderInCategory>11</displayOrderInCategory>
<abilities>
@ -124,6 +131,22 @@
</descriptionHyperlinks>
<biostatCpx>1</biostatCpx>
<biostatMet>-1</biostatMet>
<modExtensions>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>BreederQuirk</Satisfiedquirk>
</li>
</modExtensions>
</GeneDef>
<GeneDef ParentName="SpecialBase">
<defName>rjw_genes_sex_tamer</defName>
<label>Sexual Tamer</label>
<labelShortAdj>sextamer</labelShortAdj>
<description>Bestiality has a chance to tame animals or advance their training.</description>
<iconPath>Genes/Icons/RJW_Genes_SexualTamer</iconPath>
<displayOrderInCategory>14</displayOrderInCategory>
<biostatCpx>2</biostatCpx>
<biostatMet>-1</biostatMet>
</GeneDef>
</Defs>

View file

@ -2,21 +2,20 @@
<Defs>
<GeneDef>
<defName>rjw_genes_female_only</defName>
<label>Female</label>
<label>female</label>
<displayCategory>rjw_genes_gender</displayCategory>
<description>This Xenotype only has females.</description>
<biostatCpx>0</biostatCpx>
<iconPath>Genes/Icons/Female_Only</iconPath>
<geneClass>RJW_Genes.Gene_FemaleOnly</geneClass>
<displayOrderInCategory>1</displayOrderInCategory>
<exclusionTags>
<li>AG_Gender</li>
<li>Gender</li>
</exclusionTags>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
@ -26,47 +25,43 @@
<GeneDef>
<defName>rjw_genes_male_only</defName>
<displayCategory>rjw_genes_gender</displayCategory>
<label>Male</label>
<label>male</label>
<description>This Xenotype only has males.</description>
<biostatCpx>0</biostatCpx>
<iconPath>Genes/Icons/Male_Only</iconPath>
<geneClass>RJW_Genes.Gene_MaleOnly</geneClass>
<displayOrderInCategory>2</displayOrderInCategory>
<exclusionTags>
<li>AG_Gender</li>
<li>Gender</li>
</exclusionTags>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>
<GeneDef>
<defName>rjw_genes_gender_fluid</defName>
<displayCategory>rjw_genes_gender</displayCategory>
<label>Gender Fluid</label>
<label>genderfluid</label>
<description>Everyday carriers of this gene might change their biological sex.</description>
<biostatCpx>0</biostatCpx>
<iconPath>Genes/Icons/Futa</iconPath>
<geneClass>RJW_Genes.Gene_GenderFluid</geneClass>
<displayOrderInCategory>2</displayOrderInCategory>
<!-- Design Decision: GenderFluids like GenderFluids (slightly) more. -->
<missingGeneRomanceChanceFactor>0.9</missingGeneRomanceChanceFactor>
<exclusionTags>
<li>AG_Gender</li>
<li>Gender</li>
</exclusionTags>
<modExtensions>
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VanillaGenesExpanded.GeneExtension">
<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>

View file

@ -3,9 +3,11 @@
<XenotypeDef>
<defName>rjw_genes_succubus</defName>
<label>Succubus</label>
<description>Succubi are strongly enhanced xenohumans. These overnaturally beautiful creatures strive parasitically on the Fertilin found in semen.</description>
<descriptionShort>Succubi are beautiful and extremely hungry Xenohumans. They strive on having sex and extracting their victims life-force through this. </descriptionShort>
<label>succubus</label>
<description>Succubi are strongly enhanced xenohumans. These overnaturally beautiful creatures
strive parasitically on the Fertilin found in semen.</description>
<descriptionShort>Succubi are beautiful and extremely hungry Xenohumans. They strive on having
sex and extracting their victims life-force through this. </descriptionShort>
<iconPath>Genes/Icons/Xenotypes/Xenotype-Succubus</iconPath>
<soundDefOnImplant>PawnBecameSanguophage</soundDefOnImplant>
<generateWithXenogermReplicatingHediffChance>0.5</generateWithXenogermReplicatingHediffChance>
@ -29,14 +31,11 @@
<li>rjw_genes_lifeforce</li>
<li>rjw_genes_lifeforce_drain</li>
<li>rjw_genes_demonic_genitalia</li>
<li>rjw_genes_cum_eater</li>
<li>rjw_genes_fertilin_absorber</li>
<li>rjw_genes_paralysingkiss</li>
<li>rjw_genes_seduce</li>
<li MayRequire="rjw.sexperience">AptitudeRemarkable_Sex</li>
<li MayRequire="Sl4vP0weR.DominantGene">DominantGene</li>
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_elasticity</li>
<li>rjw_genes_succubus_wings</li>
@ -53,9 +52,11 @@
<XenotypeDef>
<defName>rjw_genes_incubus</defName>
<label>Incubus</label>
<description>Incubi are strongly enhanced xenohumans. These overnaturally beautiful creatures strive parasitically on the Fertilin found in semen.</description>
<descriptionShort>Incubi are beautiful and extremely hungry Xenohumans. They strive on having sex and extracting their victims life-force through this. </descriptionShort>
<label>incubus</label>
<description>Incubi are strongly enhanced xenohumans. These overnaturally beautiful creatures
strive parasitically on the Fertilin found in semen.</description>
<descriptionShort>Incubi are beautiful and extremely hungry Xenohumans. They strive on having
sex and extracting their victims life-force through this. </descriptionShort>
<iconPath>Genes/Icons/Xenotypes/Xenotype-Incubus</iconPath>
<soundDefOnImplant>PawnBecameSanguophage</soundDefOnImplant>
<generateWithXenogermReplicatingHediffChance>0.5</generateWithXenogermReplicatingHediffChance>
@ -79,16 +80,12 @@
<li>rjw_genes_lifeforce_drain</li>
<li>rjw_genes_drainer</li>
<li>rjw_genes_demonic_genitalia</li>
<li MayRequire="rjw.sexperience">AptitudeRemarkable_Sex</li>
<li MayRequire="Sl4vP0weR.DominantGene">DominantGene</li>
<li>rjw_genes_seduce</li>
<li>rjw_genes_succubus_wings</li>
<li>rjw_genes_succubus_tail</li>
<li>rjw_genes_aphrodisiac_pheromones</li>
<li>Beauty_Pretty</li>
<li>MoveSpeed_Quick</li>
<li>Robust</li>
@ -103,8 +100,14 @@
<XenotypeDef>
<defName>rjw_genes_cumazone</defName>
<label>Cumazone</label>
<description>Cumazone are a female only xenotype that excel at meele combat. Originally created as bodyguards for glitterworld amazon communities, they spred to other systems by mere strength and providing for some fetishes. They can use Fertilin to enhance their skin to overpower any combatant in meele. Their only source for Fertilin is biting of male genitalia - so be sure to have a steady supply of victim males or prepare to raid unsuspecting men of the rim.</description>
<descriptionShort>Female only, strong meele fighters, that use Fertilin from bitten-off cocks for powerful buffs.</descriptionShort>
<description>Cumazone are a female only xenotype that excel at meele combat. Originally created
as bodyguards for glitterworld amazon communities, they spred to other systems by mere
strength and providing for some fetishes. They can use Fertilin to enhance their skin to
overpower any combatant in meele. Their only source for Fertilin is biting of male genitalia -
so be sure to have a steady supply of victim males or prepare to raid unsuspecting men of the
rim.</description>
<descriptionShort>Female only, strong meele fighters, that use Fertilin from bitten-off cocks
for powerful buffs.</descriptionShort>
<iconPath>Genes/Icons/Xenotypes/Xenotype-Cumazon</iconPath>
<generateWithXenogermReplicatingHediffChance>0.5</generateWithXenogermReplicatingHediffChance>
<xenogermReplicatingDurationLeftDaysRange>0.1~140</xenogermReplicatingDurationLeftDaysRange>

View file

@ -18,4 +18,54 @@
</li>
</comps> -->
</HediffDef>
<ThingDef ParentName="BodyPartNaturalBase">
<defName>Bioscaffold</defName>
<label>bioscaffold</label>
<description>A single-use nanite-constructed lattice of organic mesh material meant to be installed inside a woman's womb prior to pregnancy. It provides an enriching environment for an unborn baby to grow more quickly.</description>
<descriptionHyperlinks>
<RecipeDef>InstallBioscaffold</RecipeDef>
</descriptionHyperlinks>
<techLevel>Spacer</techLevel>
<tickerType>Rare</tickerType>
<drawGUIOverlay>true</drawGUIOverlay>
<stackLimit>25</stackLimit>
<healthAffectsPrice>false</healthAffectsPrice>
<statBases>
<MaxHitPoints>30</MaxHitPoints>
<MarketValue>350</MarketValue>
<Mass>0.15</Mass>
<Flammability>1.3</Flammability>
<DeteriorationRate>6</DeteriorationRate>
<WorkToMake>800</WorkToMake>
</statBases>
<comps>
<li Class="CompProperties_Rottable">
<daysToRotStart>5</daysToRotStart>
<rotDestroys>true</rotDestroys>
</li>
</comps>
<costList>
<Plasteel>5</Plasteel>
<BabyFood>10</BabyFood>
<MedicineUltratech>1</MedicineUltratech>
<ComponentSpacer>1</ComponentSpacer>
</costList>
<recipeMaker>
<workSpeedStat>DrugSynthesisSpeed</workSpeedStat>
<workSkill>Intellectual</workSkill>
<recipeUsers>
<li>DrugLab</li>
</recipeUsers>
<skillRequirements>
<Crafting>6</Crafting>
<Intellectual>4</Intellectual>
</skillRequirements>
<researchPrerequisite>FertilityProcedures</researchPrerequisite>
<bulkRecipeCount>4</bulkRecipeCount>
</recipeMaker>
<tradeTags>
<li>ExoticMisc</li>
</tradeTags>
</ThingDef>
</Defs>

View file

@ -0,0 +1,181 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<HediffDef>
<defName>rjw_genes_cumflation_counter</defName>
<hediffClass>HediffWithComps</hediffClass>
<label>cumflation negator</label>
<labelNoun>cumflation negator</labelNoun>
<description>Negates the negative effects usually produced by being cumflated.</description>
<defaultLabelColor>(240,200,110)</defaultLabelColor>
<scenarioCanAdd>false</scenarioCanAdd>
<maxSeverity>1.0</maxSeverity>
<isBad>false</isBad>
<tendable>false</tendable>
<comps>
<li Class="HediffCompProperties_SeverityPerDay">
<severityPerDay>-0.75</severityPerDay>
</li>
</comps>
<stages>
<li>
<label>a little</label>
<becomeVisible>false</becomeVisible>
</li>
<li>
<label>slight</label>
<minSeverity>0.2</minSeverity>
<becomeVisible>false</becomeVisible>
<statOffsets>
<Vulnerability>-0.1</Vulnerability>
</statOffsets>
<capMods>
<li>
<capacity>Moving</capacity>
<offset>0.1</offset>
</li>
</capMods>
</li>
<li>
<label>moderate</label>
<minSeverity>0.4</minSeverity>
<becomeVisible>false</becomeVisible>
<statOffsets>
<Vulnerability>-0.3</Vulnerability>
</statOffsets>
<capMods>
<li>
<capacity>Moving</capacity>
<offset>0.3</offset>
</li>
</capMods>
<painOffset>-0.1</painOffset>
</li>
<li>
<label>intense</label>
<minSeverity>0.65</minSeverity>
<becomeVisible>false</becomeVisible>
<statOffsets>
<Vulnerability>+0.5</Vulnerability>
</statOffsets>
<capMods>
<li>
<capacity>Moving</capacity>
<offset>0.6</offset>
</li>
</capMods>
<painOffset>-0.3</painOffset>
</li>
<li>
<label>extreme</label>
<minSeverity>0.9</minSeverity>
<becomeVisible>false</becomeVisible>
<statOffsets>
<Vulnerability>-0.7</Vulnerability>
</statOffsets>
<capMods>
<li>
<capacity>Moving</capacity>
<offset>1.0</offset>
</li>
</capMods>
<painOffset>-0.5</painOffset>
</li>
</stages>
</HediffDef>
<HediffDef>
<defName>rjw_genes_cumstuffed_counter</defName>
<hediffClass>HediffWithComps</hediffClass>
<label>cumstuffed negator</label>
<labelNoun>cumstuffed negated</labelNoun>
<description>Negates the negative effects that one would suffer from being cumstuffed.</description>
<defaultLabelColor>(240,200,110)</defaultLabelColor>
<scenarioCanAdd>false</scenarioCanAdd>
<maxSeverity>1.0</maxSeverity>
<isBad>false</isBad>
<tendable>false</tendable>
<comps>
<li Class="HediffCompProperties_SeverityPerDay">
<severityPerDay>-0.75</severityPerDay>
</li>
<li Class="LicentiaLabs.Hediffs.HediffCompProperties_VomitCumMtb">
<mtbDaysPerStage>
<li>0</li>
<li>0</li>
<li>0.75</li>
<li>0.5</li>
<li>0.2</li>
</mtbDaysPerStage>
</li>
</comps>
<stages>
<li>
<label>slightly bloated</label>
<becomeVisible>false</becomeVisible>
</li>
<li>
<label>bloated</label>
<minSeverity>0.2</minSeverity>
<hungerRateFactor>0.95</hungerRateFactor>
<becomeVisible>false</becomeVisible>
<statOffsets>
<Vulnerability>-0.05</Vulnerability>
</statOffsets>
<capMods>
<li>
<capacity>Moving</capacity>
<offset>0.03</offset>
</li>
</capMods>
</li>
<li>
<label>full</label>
<minSeverity>0.4</minSeverity>
<hungerRateFactor>0.9</hungerRateFactor>
<statOffsets>
<Vulnerability>-0.1</Vulnerability>
</statOffsets>
<becomeVisible>false</becomeVisible>
<capMods>
<li>
<capacity>Moving</capacity>
<offset>0.1</offset>
</li>
</capMods>
</li>
<li>
<label>stuffed</label>
<minSeverity>0.6</minSeverity>
<hungerRateFactor>0.75</hungerRateFactor>
<becomeVisible>false</becomeVisible>
<statOffsets>
<Vulnerability>-0.15</Vulnerability>
</statOffsets>
<capMods>
<li>
<capacity>Moving</capacity>
<offset>0.2</offset>
</li>
</capMods>
<painOffset>-0.15</painOffset>
</li>
<li>
<label>overstuffed</label>
<minSeverity>0.8</minSeverity>
<hungerRateFactor>0.5</hungerRateFactor>
<becomeVisible>false</becomeVisible>
<statOffsets>
<Vulnerability>-0.2</Vulnerability>
</statOffsets>
<capMods>
<li>
<capacity>Moving</capacity>
<offset>0.3</offset>
</li>
</capMods>
<painOffset>-0.3</painOffset>
</li>
</stages>
</HediffDef>
</Defs>

View file

@ -4,7 +4,7 @@
<HediffDef>
<defName>rjw_genes_orgasm_rush_hediff</defName>
<hediffClass>HediffWithComps</hediffClass>
<label>Orgasm Rush</label>
<label>orgasm rush</label>
<description>Xenotypes with this Gene are pushed beyond normal limits when they have an orgasm.</description>
<defaultLabelColor>(240,200,110)</defaultLabelColor>
<scenarioCanAdd>false</scenarioCanAdd>
@ -75,4 +75,3 @@
</HediffDef>
</Defs>

View file

@ -6,9 +6,7 @@
<label>limbic stimulator</label>
<labelNoun>limbic stimulator</labelNoun>
<description>An installed limbic stimulator.</description>
<descriptionHyperlinks>
<ThingDef>Scrambler</ThingDef>
</descriptionHyperlinks>
<defaultLabelColor>(1.0, 0.6, 0.7)</defaultLabelColor>
<stages>
<li>
@ -20,4 +18,21 @@
</li>
</stages>
</HediffDef>
<ThingDef ParentName="BodyPartBionicBase">
<defName>LimbicStimulator</defName>
<label>limbic stimulator</label>
<description>A perpetual slow-release chemical stimulation implant that is embedded deep within the reward center of the brain, greatly increasing the need for lovin'. The need is said to become so strong that it can drive people to force themselves onto others, even if they wouldn't otherwise. Post-lovin' clarity will leave the implanted in a state of bliss, but they may also feel a sense of regret if they steal lovin' if they normally wouldn't - at least until they become used to doing it.</description>
<descriptionHyperlinks>
<RecipeDef>InstallLimbicStimulator</RecipeDef>
</descriptionHyperlinks>
<costList>
<Steel>30</Steel>
<ComponentIndustrial>4</ComponentIndustrial>
<ComponentSpacer>1</ComponentSpacer>
</costList>
<recipeMaker>
<researchPrerequisite>FertilityProcedures</researchPrerequisite>
</recipeMaker>
</ThingDef>
</Defs>

View file

@ -116,4 +116,21 @@
</li>
</comps>
</HediffDef>
<ThingDef ParentName="BodyPartBionicBase">
<defName>OvaryAgitator</defName>
<label>ovary agitator</label>
<description>A crude slaver implant used to increase the number of eggs released during ovulation, increasing the likelihood of having multiple children per pregnancy. Their use is largely limited to rimworlds lacking in cloning infrastructure as most civilized and unified worlds have outlawed them.\n\nWhile it provides an initial boost in fertility, the implant will slowly deplete the victims's ovaries over several years until they're infertile. Allies of implanted victims will be angered.</description>
<descriptionHyperlinks>
<RecipeDef>InstallOvaryAgitator</RecipeDef>
</descriptionHyperlinks>
<costList>
<Plasteel>10</Plasteel>
<MedicineIndustrial>1</MedicineIndustrial>
<ComponentIndustrial>6</ComponentIndustrial>
</costList>
<recipeMaker>
<researchPrerequisite>FertilityProcedures</researchPrerequisite>
</recipeMaker>
</ThingDef>
</Defs>

View file

@ -29,4 +29,21 @@
</li>
</stages>
</HediffDef>
<ThingDef ParentName="BodyPartBionicBase">
<defName>Scrambler</defName>
<label>scrambler</label>
<description>A slaver implant, similar to the mindscrew, that can inject disorienting mind imagery directly into the visual cortex of the brain through a complex network of nanoelectrodes. Victims of scrambler implantation tend to socially withdraw to minimize additional stimulation. As a consequence of their confusion, they also become physically meek, making them easy to impose upon. Allies of implanted victims will be angered.</description>
<statBases>
<WorkToMake>50</WorkToMake>
</statBases>
<costList>
<ComponentIndustrial>8</ComponentIndustrial>
<ComponentSpacer>1</ComponentSpacer>
</costList>
<recipeMaker>
<researchPrerequisite>FertilityProcedures</researchPrerequisite>
</recipeMaker>
</ThingDef>
</Defs>

View file

@ -4,21 +4,21 @@
<JobDef>
<defName>rjw_genes_lifeforce_randomrape</defName>
<driverClass>rjw.JobDriver_RandomRape</driverClass>
<reportString>Raping</reportString>
<reportString>raping</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>
<JobDef>
<defName>rjw_genes_lifeforce_healpussy</defName>
<driverClass>RJW_Genes.JobDriver_CastAbilityAfterSex</driverClass>
<reportString>Tending someones wounds with sex.</reportString>
<reportString>tending wounds with sex.</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>
<JobDef>
<defName>rjw_genes_lifeforce_seduced</defName>
<driverClass>RJW_Genes.JobDriver_Seduced</driverClass>
<reportString>Seduced.</reportString>
<reportString>seduced.</reportString>
<casualInterruptible>false</casualInterruptible>
<playerInterruptible>false</playerInterruptible>
</JobDef>
@ -26,7 +26,7 @@
<JobDef>
<defName>rjw_genes_flirt</defName>
<driverClass>RJW_Genes.JobDriver_Flirt</driverClass>
<reportString>Seduced.</reportString>
<reportString>seduced.</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>
</Defs>

View file

@ -4,7 +4,7 @@
<JobDef>
<defName>sex_on_spot</defName>
<driverClass>RJW_Genes.JobDriver_SexOnSpot</driverClass>
<reportString>Making love on the spot.</reportString>
<reportString>making love on the spot.</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>

View file

@ -45,7 +45,7 @@
<PawnKindDef>
<defName>rjw_genes_incubus</defName>
<label>succubus</label>
<label>incubus</label>
<combatPower>50</combatPower>
<race>Human</race>
<xenotypeSet>

View file

@ -1,53 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<ThingDef ParentName="BodyPartNaturalBase">
<defName>Bioscaffold</defName>
<label>bioscaffold</label>
<description>A single-use nanite-constructed lattice of organic mesh material meant to be installed inside a woman's womb prior to pregnancy. It provides an enriching environment for an unborn baby to grow more quickly.</description>
<descriptionHyperlinks>
<RecipeDef>InstallBioscaffold</RecipeDef>
</descriptionHyperlinks>
<techLevel>Spacer</techLevel>
<tickerType>Rare</tickerType>
<drawGUIOverlay>true</drawGUIOverlay>
<stackLimit>25</stackLimit>
<healthAffectsPrice>false</healthAffectsPrice>
<statBases>
<MaxHitPoints>30</MaxHitPoints>
<MarketValue>350</MarketValue>
<Mass>0.15</Mass>
<Flammability>1.3</Flammability>
<DeteriorationRate>6</DeteriorationRate>
<WorkToMake>800</WorkToMake>
</statBases>
<comps>
<li Class="CompProperties_Rottable">
<daysToRotStart>5</daysToRotStart>
<rotDestroys>true</rotDestroys>
</li>
</comps>
<costList>
<Plasteel>5</Plasteel>
<BabyFood>10</BabyFood>
<MedicineUltratech>1</MedicineUltratech>
<ComponentSpacer>1</ComponentSpacer>
</costList>
<recipeMaker>
<workSpeedStat>DrugSynthesisSpeed</workSpeedStat>
<workSkill>Intellectual</workSkill>
<recipeUsers>
<li>DrugLab</li>
</recipeUsers>
<skillRequirements>
<Crafting>6</Crafting>
<Intellectual>4</Intellectual>
</skillRequirements>
<researchPrerequisite>FertilityProcedures</researchPrerequisite>
<bulkRecipeCount>4</bulkRecipeCount>
</recipeMaker>
<tradeTags>
<li>ExoticMisc</li>
</tradeTags>
</ThingDef>
</Defs>

View file

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<ThingDef ParentName="BodyPartProstheticImperialBase">
<defName>LimbicStimulator</defName>
<label>limbic stimulator</label>
<description>A perpetual slow-release chemical stimulation implant that is embedded deep within the reward center of the brain, greatly increasing the need for lovin'. The need is said to become so strong that it can drive people to force themselves onto others, even if they wouldn't otherwise. Post-lovin' clarity will leave the implanted in a state of bliss, but they may also feel a sense of regret if they steal lovin' if they normally wouldn't - at least until they become used to doing it.</description>
<descriptionHyperlinks>
<RecipeDef>InstallLimbicStimulator</RecipeDef>
</descriptionHyperlinks>
<costList>
<Steel>30</Steel>
<ComponentIndustrial>4</ComponentIndustrial>
<ComponentSpacer>1</ComponentSpacer>
</costList>
<recipeMaker>
<researchPrerequisite>BrainWiring</researchPrerequisite>
</recipeMaker>
</ThingDef>
</Defs>

View file

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<ThingDef ParentName="BodyPartBionicBase">
<defName>OvaryAgitator</defName>
<label>ovary agitator</label>
<description>A crude slaver implant used to increase the number of eggs released during ovulation, increasing the likelihood of having multiple children per pregnancy. Their use is largely limited to rimworlds lacking in cloning infrastructure as most civilized and unified worlds have outlawed them.\n\nWhile it provides an initial boost in fertility, the implant will slowly deplete the victims's ovaries over several years until they're infertile. Allies of implanted victims will be angered.</description>
<descriptionHyperlinks>
<RecipeDef>InstallOvaryAgitator</RecipeDef>
</descriptionHyperlinks>
<costList>
<Plasteel>10</Plasteel>
<MedicineIndustrial>1</MedicineIndustrial>
<ComponentIndustrial>6</ComponentIndustrial>
</costList>
<recipeMaker>
<researchPrerequisite>FertilityProcedures</researchPrerequisite>
</recipeMaker>
</ThingDef>
</Defs>

View file

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<ThingDef ParentName="BodyPartProstheticImperialBase">
<defName>Scrambler</defName>
<label>scrambler</label>
<description>A slaver implant, made from a modified mindscrew, that can inject disorienting mind imagery directly into the visual cortex of the brain through a complex network of nanoelectrodes. Victims of scrambler implantation tend to socially withdraw to minimize additional stimulation. As a consequence of their confusion, they also become physically meek, making them easy to impose upon. Allies of implanted victims will be angered.</description>
<descriptionHyperlinks><RecipeDef>InstallScrambler</RecipeDef></descriptionHyperlinks>
<statBases>
<WorkToMake>50</WorkToMake>
</statBases>
<costList>
<Mindscrew>1</Mindscrew>
<ComponentIndustrial>1</ComponentIndustrial>
<ComponentSpacer>1</ComponentSpacer>
</costList>
<recipeMaker>
<researchPrerequisite>BrainWiring</researchPrerequisite>
</recipeMaker>
</ThingDef>
</Defs>

View file

@ -8,7 +8,7 @@
<workerClass>RJW_Genes.ThoughtWorker_Aphrodisiac_Pheromones_Social</workerClass>
<stages>
<li>
<label>Pheromones</label>
<label>pheromones</label>
<description>{0} has a special vibe, we should hang out more often.</description>
<baseOpinionOffset>+3</baseOpinionOffset>
</li>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<rjw_genes_bestiality_hybrid_name>animal-hybrid</rjw_genes_bestiality_hybrid_name>
</LanguageData>

View file

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<rjw_genes_settings_genitalia_resizing_age>Genitalia resizing age:</rjw_genes_settings_genitalia_resizing_age>
<rjw_genes_settings_genitalia_resizing_postfix>years</rjw_genes_settings_genitalia_resizing_postfix>
<rjw_genes_settings_genitalia_resizing_age_explanation>At this age (in biological years) any resizing gene will be applied. This is done to prevent changes and issues related to genitalia changing in the pawns growth, but also for 'ethics'.</rjw_genes_settings_genitalia_resizing_age_explanation>
<rjw_genes_settings_fertilin_gain_from_animals>Fertilin-Gain from Animals:</rjw_genes_settings_fertilin_gain_from_animals>
<rjw_genes_settings_fertilin_gain_from_animals_explanation>% of fertilin gained (compared to human-baseline).</rjw_genes_settings_fertilin_gain_from_animals_explanation>
<rjw_genes_settings_sexdemon_spawn_key>Sexdemon Visits</rjw_genes_settings_sexdemon_spawn_key>
<rjw_genes_settings_sexdemon_spawn_explanation>If enabled, incubi and succubi can spawn in through an event.</rjw_genes_settings_sexdemon_spawn_explanation>
<rjw_genes_settings_sexdemon_size_matters_key>Size matters</rjw_genes_settings_sexdemon_size_matters_key>
<rjw_genes_settings_sexdemon_size_matters_explanation>Incubi and succubi will consider size/tightness of partners genital for deciding if they want to join</rjw_genes_settings_sexdemon_size_matters_explanation>
<rjw_genes_settings_sexdemon_group_spawn_key>Sexdemon groups</rjw_genes_settings_sexdemon_group_spawn_key>
<rjw_genes_settings_sexdemon_group_spawn_explanation>Multiple sexdemons can spawn during a event</rjw_genes_settings_sexdemon_group_spawn_explanation>
<rjw_genes_settings_sexdemon_succubi_spawn_key>Succubi</rjw_genes_settings_sexdemon_succubi_spawn_key>
<rjw_genes_settings_sexdemon_succubi_spawn_explanation>Allow Succubi to spawn through this event</rjw_genes_settings_sexdemon_succubi_spawn_explanation>
<rjw_genes_settings_sexdemon_incubi_spawn_key>Incubi</rjw_genes_settings_sexdemon_incubi_spawn_key>
<rjw_genes_settings_sexdemon_incubi_spawn_explanation>Allow Incubi to spawn through this event</rjw_genes_settings_sexdemon_incubi_spawn_explanation>
<rjw_genes_settings_regret_stealing_love_key>Regret Stealing Love</rjw_genes_settings_regret_stealing_love_key>
<rjw_genes_settings_regret_stealing_love_explanation>If off, pawns will not get bad thoughts for seduction.</rjw_genes_settings_regret_stealing_love_explanation>
<rjw_genes_settings_animal_mating_needs_penis_key>Animal-Mating GenitalCheck</rjw_genes_settings_animal_mating_needs_penis_key>
<rjw_genes_settings_animal_mating_needs_penis_explanation>If on, only animals that 'can rape' will be engaging in bestiality after being hit by a animal mating pulse. This usually means that only male animals will start breeding.</rjw_genes_settings_animal_mating_needs_penis_explanation>
<rjw_genes_settings_generous_donor_cheatmode_key>generous-donor cheatmode</rjw_genes_settings_generous_donor_cheatmode_key>
<rjw_genes_settings_generous_donor_cheatmode_explanation>When enabled, pawns with the 'generous donor' are not drained and not fertilin exhausted. Hence they can fuel succubi and incubi non-stop. This makes them drastically easier to keep, and you should not do it.</rjw_genes_settings_generous_donor_cheatmode_explanation>
<rjw_genes_settings_detailed_debug_key>detailed-debug</rjw_genes_settings_detailed_debug_key>
<rjw_genes_settings_detailed_debug_explanation>Adds detailed information to the log about interactions and genes.</rjw_genes_settings_detailed_debug_explanation>
</LanguageData>

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<rjw_genes_animal_inheritance_settings_enabled_key>enabled</rjw_genes_animal_inheritance_settings_enabled_key>
<rjw_genes_animal_inheritance_settings_enabled_explanation>If toggled, Animal Pregnancies will try inherit genes.</rjw_genes_animal_inheritance_settings_enabled_explanation>
<rjw_genes_animal_inheritance_settings_chance_key></rjw_genes_animal_inheritance_settings_chance_key>
<rjw_genes_animal_inheritance_settings_chance_explanation></rjw_genes_animal_inheritance_settings_chance_explanation>
<rjw_genes_animal_inheritance_settings_added_as_xenogene_key>genes as xenogenes</rjw_genes_animal_inheritance_settings_added_as_xenogene_key>
<rjw_genes_animal_inheritance_settings_added_as_xenogene_explanation>If toggled on, animal genes will be added as xenogenes.</rjw_genes_animal_inheritance_settings_added_as_xenogene_explanation>
<rjw_genes_animal_inheritance_settings_ve_genetics_hybridization_key>enable VE genetics hybridation</rjw_genes_animal_inheritance_settings_ve_genetics_hybridization_key>
<rjw_genes_animal_inheritance_settings_ve_genetics_hybridization_explanation>If enabled and if you have VE genetics it will enable the hybridation system.</rjw_genes_animal_inheritance_settings_ve_genetics_hybridization_explanation>
<rjw_genes_animal_inheritance_settings_detailed_debug_key></rjw_genes_animal_inheritance_settings_detailed_debug_key>
<rjw_genes_animal_inheritance_settings_detailed_debug_explanation></rjw_genes_animal_inheritance_settings_detailed_debug_explanation>
</LanguageData>

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Races Expanded - Insector</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/GeneDef[defName = "VRE_ChestburstPregnancy"]/exclusionTags</xpath>
<value>
<li>rjw_genes_littered_birth_vs_chestburst</li>
</value>
</match>
</Operation>
</Patch>

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/GeneDef[defName="Furskin"]</xpath>
<value>
<modExtensions>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>FurLoverQuirk</Satisfiedquirk>
</li>
</modExtensions>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/GeneDef[defName="Head_Gaunt"]</xpath>
<value>
<modExtensions>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>TeratophileQuirk</Satisfiedquirk>
</li>
</modExtensions>
</value>
</Operation>
</Patch>

View file

@ -14,6 +14,8 @@
<value>
<li>rjw_genes_much_cum</li>
<li>rjw_genes_zoophile</li>
<li>rjw_genes_Pig_genitalia</li>
<li>rjw_genes_human_genitalia</li>
</value>
</Operation>

View file

@ -1,77 +1,52 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationFindMod">
<Operation Class="PatchOperationFindMod">
<mods>
<li>Alpha Genes</li>
</mods>
<match Class="PatchOperationAdd">
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="AG_Fleetkind"]/genes</xpath>
<value>
<li>rjw_genes_slime_genitalia</li>
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_elasticity</li>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>Alpha Genes</li>
</mods>
<match Class="PatchOperationAdd">
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="AG_Helixien"]/genes</xpath>
<value>
<li>rjw_genes_slime_genitalia</li>
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_elasticity</li>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>Alpha Genes</li>
</mods>
<match Class="PatchOperationAdd">
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="AG_Taukai"]/genes</xpath>
<value>
<li>rjw_genes_sexual_mytosis</li>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>Alpha Genes</li>
</mods>
<match Class="PatchOperationAdd">
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="AG_MindDevourer"]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
<li>rjw_genes_sex_age_drain</li>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>Alpha Genes</li>
</mods>
<match Class="PatchOperationAdd">
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="AG_Lapis"]/genes</xpath>
<value>
<li>rjw_genes_big_breasts</li>
<li>rjw_genes_no_cum</li>
<li>rjw_genes_big_male_genitalia</li>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>Alpha Genes</li>
</mods>
<match Class="PatchOperationAdd">
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="AG_Efreet"]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
@ -79,14 +54,9 @@
<li>rjw_genes_tight_female_genitalia</li>
<li>rjw_genes_tight_anus</li>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>Alpha Genes</li>
</mods>
<match Class="PatchOperationAdd">
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="AG_Drakonori"]/genes</xpath>
<value>
<li>rjw_genes_dragon_genitalia</li>
@ -94,26 +64,16 @@
<li>rjw_genes_aphrodisiac_pheromones</li>
<li>rjw_genes_big_breasts</li>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>Alpha Genes</li>
</mods>
<match Class="PatchOperationAdd">
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="AG_Animusen"]/genes</xpath>
<value>
<li>rjw_genes_canine_genitalia</li>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>Alpha Genes</li>
</mods>
<match Class="PatchOperationFindMod">
<mods>
<li>Vanilla Races Expanded - Sanguophage</li>
</mods>
@ -123,9 +83,9 @@
<li>rjw_genes_demonic_genitalia</li>
</value>
</match>
</match>
</li>
</operations>
</match>
</Operation>
</Patch>

View file

@ -0,0 +1,92 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small - Heaven and Hell</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_Authority"]/genes</xpath>
<value>
<li>rjw_genes_big_male_genitalia</li>
<li>rjw_genes_big_breasts</li>
<li>rjw_genes_no_sex_need</li>
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_generous_donor</li>
<li MayRequire="rjw.sexperience">AptitudePoor_Sex</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_Malakim"]/genes</xpath>
<value>
<li>rjw_genes_small_breasts</li>
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_generous_donor</li>
<li MayRequire="rjw.sexperience">AptitudeTerrible_Sex</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_Satan"]/genes</xpath>
<value>
<li>rjw_genes_big_male_genitalia</li>
<li>rjw_genes_big_breasts</li>
<li>rjw_genes_human_genitalia</li>
<li>rjw_genes_equine_genitalia</li>
<li>rjw_genes_reptilian_genitalia</li>
<li>rjw_genes_crocodilian_genitalia</li>
<li MayRequire="rjw.sexperience">AptitudeStrong_Sex</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_Grigori"]/genes</xpath>
<value>
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_generous_donor</li>
<li MayRequire="rjw.sexperience">AptitudeStrong_Sex</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_Nephilim"]/genes</xpath>
<value>
<li>rjw_genes_big_male_genitalia</li>
<li>rjw_genes_big_breasts</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_Lilim"]/genes</xpath>
<value>
<li>rjw_genes_hypersexual</li>
<li MayRequire="rjw.sexperience">AptitudeStrong_Sex</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_Glutton"]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
<li>rjw_genes_big_male_genitalia</li>
<li>rjw_genes_loose_female_genitalia</li>
<li>rjw_genes_loose_anus</li>
<li>rjw_genes_extra_vagina</li>
<li>rjw_genes_extra_anus</li>
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_cumflation_immunity</li>
<li MayRequire="rjw.sexperience">AptitudeStrong_Sex</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_LilGlutton"]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
<li>rjw_genes_small_male_genitalia</li>
<li>rjw_genes_tight_female_genitalia</li>
<li>rjw_genes_tight_anus</li>
<li>rjw_genes_extra_vagina</li>
<li>rjw_genes_extra_anus</li>
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_likes_cumflation</li>
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_elastic</li>
<li MayRequire="rjw.sexperience">AptitudeStrong_Sex</li>
</value>
</li>
<!-- Remaining demon patches are in PatchBSShared.xml. -->
</operations>
</match>
</Operation>
</Patch>

View file

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small - More Xenotypes</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_Weaver" or defName="BS_Devilspider"]/genes</xpath>
<value>
<li>rjw_genes_ovipositor_genitalia</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_Abomination"]/genes</xpath>
<value>
<li>rjw_genes_Tentacle_genitalia</li>
<li>rjw_genes_reptilian_genitalia</li>
<li>rjw_genes_human_genitalia</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View file

@ -0,0 +1,94 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small - Races</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_Ogre"]/genes</xpath>
<value>
<li>rjw_genes_Orc_genitalia</li>
<li>rjw_genes_much_cum</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_GreatOgre"]/genes</xpath>
<value>
<li>rjw_genes_Orc_genitalia</li>
<li>rjw_genes_very_much_cum</li>
<li>rjw_genes_big_male_genitalia</li>
<li>rjw_genes_big_breasts</li>
<li>rjw_genes_loose_female_genitalia</li>
<li>rjw_genes_loose_anus</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_Troll"]/genes</xpath>
<value>
<li>rjw_genes_Orc_genitalia</li>
<li>rjw_genes_evergrowth</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_Jotun"
or defName="BS_FrostJotun"
or defName="BS_FireJotun"
or defName="BS_Surtr"
or defName="BS_Ymir"
or defName="BS_Half_Jotun"
]/genes</xpath>
<value>
<li>rjw_genes_big_male_genitalia</li>
<li>rjw_genes_big_breasts</li>
<li>rjw_genes_orgasm_rush</li>
</value>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>Alpha Genes</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_Corrupterd_Titan"]/genes</xpath> <!-- sic -->
<value>
<li>rjw_genes_rapist</li>
<li>rjw_genes_Tentacle_genitalia</li>
</value>
</match>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_Gnome"]/genes</xpath>
<value>
<li>rjw_genes_tight_female_genitalia</li>
<li>rjw_genes_tight_anus</li>
<li>rjw_genes_very_much_cum</li>
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_likes_cumflation</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_Dwarf" or defName="BS_Svartalf"]/genes</xpath>
<value>
<li>rjw_genes_big_male_genitalia</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_Redcap"]/genes</xpath>
<value>
<li>LitteredBirths</li>
<li>rjw_genes_tight_female_genitalia</li>
<li>rjw_genes_tight_anus</li>
<li>rjw_genes_much_cum</li>
<li>rjw_genes_rapist</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName = "BS_Hearthguard" or defName = "BS_Hearthdoll" or defName = "BS_PilotableFleshGolem" or defName="BS_FleshGolemServant"]/genes</xpath>
<value>
<li>rjw_genes_no_sex_need</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View file

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small - Genes &amp; More</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[@Name="BS_Succubus_A"]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
<li>rjw_genes_aphrodisiac_pheromones</li>
<li>rjw_genes_hypersexual</li>
<li>rjw_genes_bisexual</li>
<li MayRequire="rjw.sexperience">AptitudeRemarkable_Sex</li>
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_elasticity</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[@Name="BS_Hellguard_A"]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
<li>rjw_genes_equine_genitalia</li>
<li MayRequire="rjw.sexperience">AptitudePoor_Sex</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[@Name="BS_GateKeeper_A"]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
<li>rjw_genes_equine_genitalia</li>
<li>rjw_genes_big_male_genitalia</li>
<li>rjw_genes_much_cum</li>
<li MayRequire="rjw.sexperience">AptitudeTerrible_Sex</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[@Name="BS_Imp_A"]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
<li>rjw_genes_much_cum</li>
<li>rjw_genes_small_male_genitalia</li>
<li>rjw_genes_tight_female_genitalia</li>
<li>rjw_genes_small_breasts</li>
<li>rjw_genes_tight_anus</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View file

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small - Slimes</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_GreenSlime"
or defName="BS_PinkSlime"
or defName="BS_FrostSlime"
or defName="BS_LavaSlime"
or defName="BS_EmperorSlime"
or defName="BS_ElixirSlime"
or defName="BS_ToxicSludge"
or defName="BS_BananaSplitSlime"
]/genes</xpath>
<value>
<li>rjw_genes_slime_genitalia</li>
<li>rjw_genes_much_cum</li>
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_elasticity</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="BS_BananaSplitSlime"]/genes</xpath>
<value>
<li>rjw_genes_hypersexual</li> <!-- :3c -->
<li>rjw_genes_bisexual</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View file

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<!-- Placeholder pending refactor of genital type genes-->
<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small - Lamias and other Snake-People [HOLDHORSES]</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName = "LoS_Lamia"
or defName = "LoS_TrueLamia"
or defName = "LoS_Siren"
or defName = "LoS_Gorgon"
or defName = "Naga"
or defName = "Los_Adderman"
or defName = "Los_Anacondaman"
or defName = "Los_Snakeman"]/genes</xpath>
<value>
<li>rjw_genes_reptilian_genitalia</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName = "Nagaraj" or defName = "Los_Silver"]/genes</xpath>
<value>
<li>rjw_genes_reptilian_genitalia</li>
<li>rjw_genes_unbreakable</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View file

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small - Vampires and the Undead</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="VU_Returned" or defName="VU_Ghoul" or defName="VU_Frankenstein"]/genes</xpath>
<value>
<li>rjw_genes_Necro_genitalia</li>
<li>rjw_genes_no_sex_need</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="VU_Revenant"]/genes</xpath>
<value>
<li>rjw_genes_Necro_genitalia</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="VU_Lycantrope"]/genes</xpath> <!-- sic -->
<value>
<li>rjw_genes_canine_genitalia</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="VU_Nosferatu" or defName="VU_Dracul_Feral"]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
<li>rjw_genes_no_sex_need</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="VU_Dracul_Spawn"
or defName="VU_Dracul"
or defName="VU_Dracul_Mature"
or defName="VU_Dracul_Progenitor"
]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="VU_WhiteRose"]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
<li>rjw_genes_aphrodisiac_pheromones</li>
<li>rjw_genes_bisexual</li>
<li MayRequire="rjw.sexperience">AptitudeRemarkable_Sex</li>
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_elasticity</li>
</value>
</li>
<!-- See PatchBSShared.xml for demon patches. -->
</operations>
</match>
</Operation>
</Patch>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small - Yokai</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName = "BS_Kitsune"]/genes</xpath>
<value>
<li>rjw_genes_canine_genitalia</li>
<li>LitteredBirths</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName = "BS_Nekomata"]/genes</xpath>
<value>
<li>rjw_genes_feline_genitalia</li>
<li>rjw_genes_extra_vagina</li>
<li>rjw_genes_extra_penis</li>
<li>rjw_genes_small_breasts</li>
<li>LitteredBirths</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName = "BS_RedOni" or defName = "BS_BlueOni" or defName = "BS_LesserOni"]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
<li>rjw_genes_much_cum</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName = "BS_GreatBlueOni" or defName = "BS_GreatRedOni"]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
<li>rjw_genes_big_male_genitalia</li>
<li>rjw_genes_loose_female_genitalia</li>
<li>rjw_genes_very_much_cum</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View file

@ -0,0 +1,145 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Biotech Expansion - Mammalia</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="Barkkin"]/genes</xpath>
<value>
<li>rjw_genes_canine_genitalia</li>
<li>rjw_genes_zoophile</li>
</value>
</match>
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Biotech Expansion - Mammalia</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="Bonecrown"]/genes</xpath>
<value>
<li>rjw_genes_equine_genitalia</li>
<li>rjw_genes_zoophile</li>
</value>
</match>
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Biotech Expansion - Mammalia</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="Wiretail"]/genes</xpath>
<value>
<li>rjw_genes_small_breasts</li>
<li>rjw_genes_small_male_genitalia</li>
<li>rjw_genes_tight_female_genitalia</li>
<li>rjw_genes_tight_anus</li>
<li>rjw_genes_Needle_genitalia</li>
<li>rjw_genes_zoophile</li>
</value>
</match>
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Biotech Expansion - Mammalia</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="Hidewing"]/genes</xpath>
<value>
<li>rjw_genes_small_breasts</li>
<li>rjw_genes_small_male_genitalia</li>
<li>rjw_genes_tight_female_genitalia</li>
<li>rjw_genes_tight_anus</li>
<li>rjw_genes_Needle_genitalia</li>
<li>rjw_genes_zoophile</li>
</value>
</match>
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Biotech Expansion - Mammalia</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="Seertusk"]/genes</xpath>
<value>
<li>rjw_genes_big_breasts</li>
<li>rjw_genes_big_male_genitalia</li>
<li>rjw_genes_loose_female_genitalia</li>
<li>rjw_genes_loose_anus</li>
<li>rjw_genes_equine_genitalia</li>
<li>rjw_genes_zoophile</li>
</value>
</match>
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Biotech Expansion - Mammalia</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="Hindhopper"]/genes</xpath>
<value>
<li>rjw_genes_tight_female_genitalia</li>
<li>rjw_genes_tight_anus</li>
<li>rjw_genes_Needle_genitalia</li>
<li>LitteredBirths</li>
<li>rjw_genes_zoophile</li>
</value>
</match>
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Biotech Expansion - Mammalia</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="Haytankard"]/genes</xpath>
<value>
<li>rjw_genes_big_breasts</li>
<li>rjw_genes_big_male_genitalia</li>
<li>rjw_genes_loose_female_genitalia</li>
<li>rjw_genes_loose_anus</li>
<li>rjw_genes_udder</li>
<li>rjw_genes_equine_genitalia</li>
<li>rjw_genes_zoophile</li>
</value>
</match>
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Biotech Expansion - Mammalia</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="Cloudpuff"]/genes</xpath>
<value>
<li>rjw_genes_tight_female_genitalia</li>
<li>rjw_genes_Needle_genitalia</li>
<li>rjw_genes_zoophile</li>
</value>
</match>
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Biotech Expansion - Mammalia</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="Devilpuff"]/genes</xpath>
<value>
<li>rjw_genes_tight_female_genitalia</li>
<li>rjw_genes_Needle_genitalia</li>
<li>rjw_genes_zoophile</li>
</value>
</match>
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Biotech Expansion - Mammalia</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="Blastheart"]/genes</xpath>
<value>
<li>rjw_genes_equine_genitalia</li>
<li>rjw_genes_zoophile</li>
</value>
</match>
</Operation>
</Patch>

View file

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Biotech Expansion - Mythic</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="Glintscale"]/genes</xpath>
<value>
<li>rjw_genes_much_cum</li>
<li>rjw_genes_dragon_genitalia</li>
<li>rjw_genes_big_male_genitalia</li>
</value>
</match>
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Biotech Expansion - Mythic</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="Ashfeather"]/genes</xpath>
<value>
<li>rjw_genes_much_cum</li>
<li>rjw_genes_Needle_genitalia</li>
</value>
</match>
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Biotech Expansion - Mythic</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="Tailbinder"]/genes</xpath>
<value>
<li>rjw_genes_much_cum</li>
<li>rjw_genes_canine_genitalia</li>
</value>
</match>
</Operation>
</Patch>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Races Expanded - Pigskin</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="VRE_Boarskin"]/genes</xpath>
<value>
<li>rjw_genes_Pig_genitalia</li>
<li>rjw_genes_human_genitalia</li>
<li>rjw_genes_much_cum</li>
<li>rjw_genes_zoophile</li>
</value>
</match>
</Operation>
</Patch>

View file

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Races Expanded - Lycanthrope</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="VRE_Wolfman"]/genes</xpath>
<value>
<li>rjw_genes_human_genitalia</li>
<li>rjw_genes_zoophile</li>
</value>
</match>
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Races Expanded - Lycanthrope</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="VRE_Lycan"]/genes</xpath>
<value>
<li>rjw_genes_canine_genitalia</li>
<li>rjw_genes_zoophile</li>
<li>rjw_genes_rapist</li>
</value>
</match>
</Operation>
</Patch>

View file

@ -1,13 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationFindMod">
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Races Expanded - Phytokin</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="VRE_Poluxkin"]/genes</xpath>
<xpath>Defs/XenotypeDef[defName="VRE_Poluxkin" or defName="VRE_Gauranlenkin" or defName="VRE_Animakin"]/genes</xpath>
<value>
<li>rjw_genes_tight_female_genitalia</li>
<li>rjw_genes_tight_anus</li>
@ -15,36 +13,5 @@
<li>rjw_genes_bisexual</li>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>Vanilla Races Expanded - Phytokin</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="VRE_Gauranlenkin"]/genes</xpath>
<value>
<li>rjw_genes_tight_female_genitalia</li>
<li>rjw_genes_tight_anus</li>
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_elasticity</li>
<li>rjw_genes_bisexual</li>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>Vanilla Races Expanded - Phytokin</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="VRE_Animakin"]/genes</xpath>
<value>
<li>rjw_genes_tight_female_genitalia</li>
<li>rjw_genes_tight_anus</li>
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_elasticity</li>
<li>rjw_genes_bisexual</li>
</value>
</match>
</li>
</operations>
</Operation>
</Patch>

View file

@ -1,41 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationFindMod">
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Races Expanded - Sanguophage</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="VRE_Bruxa"]/genes</xpath>
<xpath>Defs/XenotypeDef[defName="VRE_Bruxa" or defName="VRE_Ekkimian" or defName="VRE_Strigoi"]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>Vanilla Races Expanded - Sanguophage</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="VRE_Ekkimian"]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>Vanilla Races Expanded - Sanguophage</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="VRE_Strigoi"]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
</value>
</match>
</li>
</operations>
</Operation>
</Patch>

View file

@ -1,69 +1,55 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationFindMod">
<Operation Class="PatchOperationFindMod">
<mods>
<li>[LTS]Xenotech</li>
</mods>
<match Class="PatchOperationAdd">
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="LTS_Nyankind"]/genes</xpath>
<value>
<li>rjw_genes_feline_genitalia</li>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>[LTS]Xenotech</li>
</mods>
<match Class="PatchOperationAdd">
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="LTS_Growler"]/genes</xpath>
<value>
<li>rjw_genes_canine_genitalia</li>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>[LTS]Xenotech</li>
</mods>
<match Class="PatchOperationAdd">
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="LTS_Elfin"]/genes</xpath>
<value>
<li>rjw_genes_small_male_genitalia</li>
<li>rjw_genes_tight_female_genitalia</li>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>[LTS]Xenotech</li>
</mods>
<match Class="PatchOperationAdd">
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="LTS_Ork"]/genes</xpath>
<value>
<li>rjw_genes_Orc_genitalia</li>
<li>rjw_genes_big_male_genitalia</li>
<li>rjw_genes_loose_female_genitalia</li>
</value>
</match>
</li>
<li Class="PatchOperationFindMod">
<mods>
<li>[LTS]Xenotech</li>
</mods>
<match Class="PatchOperationAdd">
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="LTS_Lilime"]/genes</xpath>
<value>
<li>rjw_genes_demonic_genitalia</li>
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_elasticity</li>
<li MayRequire="rjw.sexperience">AptitudeRemarkable_Sex</li>
</value>
</match>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="LTS_Anthrae"]/genes</xpath>
<value>
<li>rjw_genes_ovipositor_genitalia</li>
<li>rjw_genes_bisexual</li>
<li>rjw_genes_insectincubator</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

View file

@ -2,6 +2,34 @@
Collection of Known Bugs and reasons for their origin.
## System.MissingMethodException: bool RimWorld.Pawn_GeneTracker.HasActiveGene(Verse.GeneDef)
You might see a bug like this:
```
Exception in Verse.AI.ThinkNode_Priority TryIssueJobPackage: System.MissingMethodException: bool RimWorld.Pawn_GeneTracker.HasActiveGene(Verse.GeneDef)
[Ref A8629303] Duplicate stacktrace, see ref for original
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch2 (string)
Verse.AI.ThinkNode_Priority:TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams)
Verse.AI.ThinkNode_SubtreesByTag:TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams)
Verse.AI.ThinkNode_Priority:TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams)
Verse.AI.Pawn_JobTracker:DetermineNextJob (Verse.ThinkTreeDef&,bool)
Verse.AI.Pawn_JobTracker:TryFindAndStartJob ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.AI.Pawn_JobTracker.EndCurrentJob_Patch1 (Verse.AI.Pawn_JobTracker,Verse.AI.JobCondition,bool,bool)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.AI.Pawn_JobTracker.JobTrackerTick_Patch0 (Verse.AI.Pawn_JobTracker)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Pawn.Tick_Patch2 (Verse.Pawn)
Verse.TickList:Tick ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Game.UpdatePlay_Patch2 (Verse.Game)
Verse.Root_Play:Update ()
```
This is due to the game not being updated - hasActiveGene has been introduced later than 1.5.
You will have to update your game.
## My Youth Fountain / Age Drainer Pawns do not alter Ages!!!
Issue: You had a pawn with Youth Fountain have Sex with another Pawn, and the other pawn did not get younger.

View file

@ -5,5 +5,16 @@
<li>Common</li>
<!-- Mods -->
<li IfModNotActive="asmr.rjw.racesupport">Mods/NotRaceSupport</li>
<li IfModActive="vanillaracesexpanded.sanguophage">Mods/Sanguophage</li>
<li IfModActive="vanillaracesexpanded.saurid">Mods/Saurid</li>
<li IfModActive="vanillaracesexpanded.phytokin">Mods/Phytokin</li>
<li IfModActive="vanillaracesexpanded.lycanthrope">Mods/Lycanthrope</li>
<li IfModActive="vanillaracesexpanded.highmate">Mods/Highmate</li>
<li IfModActive="vanillaracesexpanded.genie">Mods/Genie</li>
<li IfModActive="vanillaracesexpanded.fungoid">Mods/Fungoid</li>
<li IfModActive="vanillaracesexpanded.archon">Mods/Archon</li>
<li IfModActive="vanillaracesexpanded.android">Mods/Android</li>
<li IfModActive="VanillaExpanded.VGeneticsE">Mods/VE_Genetics</li>
<li IfModActive="LustLicentia.RJWLabs">Mods/LicentiaLabs</li>
</v1.5>
</loadFolders>

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<Defs>
<VREAndroids.AndroidConvertableGenesDef>
<defName>rjw_genes_AndroidConvertableGenesDefs</defName>
<geneCategories>
<li>rjw_genes_gender</li>
</geneCategories>
</VREAndroids.AndroidConvertableGenesDef>
</Defs>

View file

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<VREAndroids.AndroidGeneDef ParentName="VREA_SubroutineBase">
<defName>rjw_genes_bionic_genitalia</defName>
<label>bionic genitalia</label>
<geneClass>RJW_Genes.Gene_GenitaliaType</geneClass>
<description>This piece of hardware is a set of bionic genitals of high quality</description>
<iconPath>Genes/Icons/Genitalia_human</iconPath>
<modExtensions>
<li Class="RJW_Genes.GenitaliaTypeExtension">
<penis>BionicPenis</penis>
<vagina>BionicVagina</vagina>
<anus>BionicAnus</anus>
<breasts>BionicBreasts</breasts>
</li>
</modExtensions>
<displayOrderInCategory>802</displayOrderInCategory>
<biostatMet>-2</biostatMet>
</VREAndroids.AndroidGeneDef>
<VREAndroids.AndroidGeneDef ParentName="VREA_HardwareBase">
<defName>rjw_genes_hydrolic_genitalia</defName>
<label>hydrolic genitalia</label>
<geneClass>RJW_Genes.Gene_GenitaliaType</geneClass>
<description>This piece of hardware is a set of crude hydrolic genitals, at least it come with a suspension system</description>
<iconPath>Genes/Icons/Genitalia_human</iconPath>
<modExtensions>
<li Class="RJW_Genes.GenitaliaTypeExtension">
<penis>HydraulicPenis</penis>
<vagina>HydraulicVagina</vagina>
<anus>HydraulicAnus</anus>
<breasts>HydraulicBreasts</breasts>
</li>
</modExtensions>
<displayOrderInCategory>802</displayOrderInCategory>
<statFactors>
<MoveSpeed>1.12</MoveSpeed>
</statFactors>
</VREAndroids.AndroidGeneDef>
<VREAndroids.AndroidGeneDef ParentName="VREA_HardwareBase">
<defName>rjw_genes_SexDisabled</defName>
<label>sex disabled</label>
<description>Androids do not feel satisfaction from sex, and have no need to feel it.</description>
<iconPath>Genes/Icons/sex_disabled</iconPath>
<displayOrderInCategory>3</displayOrderInCategory>
<biostatCpx>1</biostatCpx>
<disablesNeeds>
<li>Sex</li>
</disablesNeeds>
<removeWhenAwakened>true</removeWhenAwakened>
</VREAndroids.AndroidGeneDef>
</Defs>

View file

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/VREAndroids.AndroidGeneDef[defName="VREA_SyntheticBody"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>RobotLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/VREAndroids.AndroidGeneDef[defName="VREA_SyntheticSkin"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>RobotLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/GeneCategoryDef[defName="VREA_Subroutine"]/displayPriorityInXenotype</xpath>
<value>
<displayPriorityInXenotype>10</displayPriorityInXenotype>
</value>
</Operation>
</Patch>

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_Leatherskin"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>SkinLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
</Patch>

View file

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_FungalCrest"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_HairMushroom"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_FungalFlesh"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
</Patch>

View file

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<GeneDef Name="VRE_CuriosityBase" Abstract="True">
<displayCategory>VRE_Curiosity</displayCategory>
<exclusionTags>
<li>VRE_Curiosity</li>
<li>Curiosity</li>
</exclusionTags>
<biostatMet>-2</biostatMet>
<biostatCpx>2</biostatCpx>
</GeneDef>
<GeneDef ParentName="VRE_CuriosityBase">
<defName>VRE_Curiosity_Sex</defName>
<label>sex curiosity</label>
<displayOrderInCategory>0</displayOrderInCategory>
<description>The carrier has a natural curiosity for sex which makes them gain recreation whenever they learn it. Furthermore, curiosity prevents skill loss in sex completely.
</description>
<iconPath>Genes/Icons/sex_curiosity</iconPath>
<modExtensions>
<li Class="VanillaGenesExpanded.GeneExtension">
<noSkillLoss>Sex</noSkillLoss>
<skillRecreation>Sex</skillRecreation>
</li>
</modExtensions>
</GeneDef>
</Defs>

View file

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_FelineEars"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>FurLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_FelineTail"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>FurLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_PerfectBody"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>SkinLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
</Patch>

View file

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<GeneDef>
<defName>rjw_genes_elasticity</defName>
<label>elasticity</label>
<displayCategory>rjw_genes_damage</displayCategory>
<description>This Xenotype cannot get stretched by huge penetrators.</description>
<iconPath>Genes/Icons/Elasticity</iconPath>
<geneClass>RJW_Genes.Gene_Elasticity</geneClass>
<biostatMet>-1</biostatMet>
<biostatCpx>1</biostatCpx>
<displayOrderInCategory>1</displayOrderInCategory>
<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>
<GeneDef>
<defName>rjw_genes_likes_cumflation</defName>
<label>likes cumflation</label>
<displayCategory>rjw_genes_cum</displayCategory>
<description>This Xenotype loves being cumflated.</description>
<iconPath>Genes/Icons/Cumflation</iconPath>
<displayOrderInCategory>536</displayOrderInCategory>
<forcedTraits>
<li>
<def>LikesCumflation</def>
</li>
</forcedTraits>
<exclusionTags>
<li>NotCumflatable</li>
</exclusionTags>
<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>
<GeneDef>
<defName>rjw_genes_cumflation_immunity</defName>
<label>cumflation immunity</label>
<displayCategory>rjw_genes_cum</displayCategory>
<description>This Xenotype cannot get cumflated.</description>
<iconPath>Genes/Icons/Cumflation_Immunity</iconPath>
<displayOrderInCategory>537</displayOrderInCategory>
<exclusionTags>
<li>NotCumflatable</li>
</exclusionTags>
<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>
<GeneDef>
<defName>rjw_genes_generous_donor</defName>
<label>generous donor</label>
<displayCategory>rjw_genes_cum</displayCategory>
<description>When this Xenotype transfers nutrition via cumshot, the giver will not get hungry. (Licentia Configuration for Transfer Nutrition must be enabled).</description>
<iconPath>Genes/Icons/Generous_Donor</iconPath>
<displayOrderInCategory>538</displayOrderInCategory>
<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>

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_ChestFur"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>FurLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_CanineTail"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>FurLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
</Patch>

View file

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_BarkSkin"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_FoliageHair"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_SapBlood"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
</Patch>

View file

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_SanguineHair"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>DemonLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_BatEars"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>TeratophileQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_UpperBatEars"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>TeratophileQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_Talons"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>DemonLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRE_BatNose"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>TeratophileQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
</Patch>

View file

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRESaurids_FrilledEars"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRESaurids_CenterFrill"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRESaurids_GeckoTail"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRESaurids_SauridClaws"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/GeneDef[defName="VRESaurids_ScaleSkin"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
</Patch>

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<HediffDef>
<defName>rjw_genes_animal_control_hediff</defName>
<label>part human</label>
<description>This creature is more controlable with a natural human part.</description>
<hediffClass>HediffWithComps</hediffClass>
<defaultLabelColor>(0.9, 1.0, 0.35)</defaultLabelColor>
<initialSeverity>1</initialSeverity>
<comps>
<li Class="AnimalBehaviours.HediffCompProperties_Draftable">
<makeNonFleeingToo>true</makeNonFleeingToo>
</li>
</comps>
<isBad>false</isBad>
</HediffDef>
</Defs>

View file

@ -0,0 +1,654 @@
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<RJW_BGS.RaceGeneDef>
<defName>GR_Manbear_GenGroup</defName>
<raceNames>
<li>GR_Manbear</li>
<li>GR_Bearman</li>
</raceNames>
<genes>
<li>
<defName>Immunity_Strong</defName>
<chance>0.8</chance>
</li>
<li>
<defName>MinTemp_LargeDecrease</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Aggression_Aggressive</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Sleepy</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Beard_Always</defName>
<chance>0.8</chance>
</li>
<li>
<defName>VoiceRoar</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Body_Fat</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Body_Hulk</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Hair_ReddishBrown</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Hair_DarkBrown</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Hair_DarkSaturatedReddish</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Hair_DarkReddish</defName>
<chance>0.8</chance>
</li>
<li>
<defName>RobustDigestion</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Furskin</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Unstoppable</defName>
<chance>0.8</chance>
</li>
<li>
<defName>AptitudeTerrible_Artistic</defName>
<chance>0.8</chance>
</li>
<li>
<defName>AptitudeTerrible_Social</defName>
<chance>0.8</chance>
</li>
<li>
<defName>AptitudePoor_Intellectual</defName>
<chance>0.8</chance>
</li>
</genes>
</RJW_BGS.RaceGeneDef>
<RJW_BGS.RaceGeneDef>
<defName>GR_Manalope_GenGroup</defName>
<raceNames>
<li>GR_Manalope</li>
<li>GR_Booman</li>
</raceNames>
<genes>
<li>
<defName>FireSpew</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Beauty_Ugly</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Hair_Blonde</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Hair_SandyBlonde</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Hair_LightOrange</defName>
<chance>0.8</chance>
</li>
<li>
<defName>rjw_genes_udder</defName>
<chance>0.8</chance>
</li>
</genes>
</RJW_BGS.RaceGeneDef>
<RJW_BGS.RaceGeneDef>
<defName>GR_Manchicken_GenGroup</defName>
<raceNames>
<li>GR_Manchicken</li>
<li>GR_Turkeyman</li>
</raceNames>
<genes>
<li>
<defName>Mood_Optimist</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Delicate</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Beauty_Pretty</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Body_Thin</defName>
<chance>0.8</chance>
</li>
<li>
<defName>AptitudeTerrible_Melee</defName>
<chance>0.8</chance>
</li>
<li>
<defName>AptitudeTerrible_Mining</defName>
<chance>0.8</chance>
</li>
<li>
<defName>AptitudeRemarkable_Social</defName>
<chance>0.8</chance>
</li>
<li>
<defName>AptitudeStrong_Intellectual</defName>
<chance>0.8</chance>
</li>
</genes>
</RJW_BGS.RaceGeneDef>
<RJW_BGS.RaceGeneDef>
<defName>GR_Manffalo_GenGroup</defName>
<raceNames>
<li>GR_Manffalo</li>
<li>GR_Muffaloman</li>
</raceNames>
<genes>
<li>
<defName>Headbone_Human</defName>
<chance>0.9</chance>
</li>
<li>
<defName>Headbone_MiniHorns</defName>
<chance>0.9</chance>
</li>
<li>
<defName>Furskin</defName>
<chance>0.9</chance>
</li>
<li>
<defName>MinTemp_SmallIncrease</defName>
<chance>0.9</chance>
</li>
<li>
<defName>rjw_genes_big_male_genitalia</defName>
<chance>0.7</chance>
</li>
<li>
<defName>rjw_genes_loose_female_genitalia</defName>
<chance>0.7</chance>
</li>
<li>
<defName>rjw_genes_big_breasts</defName>
<chance>0.7</chance>
</li>
<li>
<defName>rjw_genes_udder</defName>
<chance>0.7</chance>
</li>
<li>
<defName>rjw_genes_Needle_genitalia</defName>
<chance>0.7</chance>
</li>
<li>
<defName>rjw_mc_genes_perm_lactating</defName>
<chance>0.05</chance>
</li>
<li>
<defName>rjw_genes_zoophile</defName>
<chance>0.5</chance>
</li>
<li>
<defName>AptitudeTerrible_Intellectual</defName>
<chance>0.05</chance>
</li>
<li>
<defName>AptitudePoor_Intellectual</defName>
<chance>0.7</chance>
</li>
</genes>
</RJW_BGS.RaceGeneDef>
<RJW_BGS.RaceGeneDef>
<defName>GR_Manwolf_GenGroup</defName>
<raceNames>
<li>GR_Manwolf</li>
<li>GR_Dogman</li>
</raceNames>
<genes>
<li>
<defName>AptitudeTerrible_Mining</defName>
<chance>0.05</chance>
</li>
<li>
<defName>PsychicBonding</defName>
<chance>0.05</chance>
</li>
<li>
<defName>Mood_Sanguine</defName>
<chance>0.05</chance>
</li>
<li>
<defName>Ears_Floppy</defName>
<chance>0.9</chance>
</li>
<li>
<defName>rjw_genes_canine_genitalia</defName>
<chance>0.9</chance>
</li>
<li>
<defName>Furskin</defName>
<chance>0.9</chance>
</li>
<li>
<defName>MinTemp_SmallIncrease</defName>
<chance>0.9</chance>
</li>
<li>
<defName>Libido_High</defName>
<chance>0.9</chance>
</li>
<li>
<defName>AptitudePoor_Mining</defName>
<chance>0.5</chance>
</li>
<li>
<defName>rjw_genes_zoophile</defName>
<chance>0.5</chance>
</li>
<li>
<defName>Mood_Optimist</defName>
<chance>0.5</chance>
</li>
</genes>
</RJW_BGS.RaceGeneDef>
<RJW_BGS.RaceGeneDef>
<defName>GR_Mancat_GenGroup</defName>
<raceNames>
<li>GR_Mancat</li>
<li>GR_Catman</li>
</raceNames>
<genes>
<li>
<defName>PsychicBonding</defName>
<chance>0.05</chance>
</li>
<li>
<defName>AptitudeTerrible_Animals</defName>
<chance>0.05</chance>
</li>
<li>
<defName>Ears_Cat</defName>
<chance>0.9</chance>
</li>
<li>
<defName>Body_Thin</defName>
<chance>0.9</chance>
</li>
<li>
<defName>rjw_genes_feline_genitalia</defName>
<chance>0.9</chance>
</li>
<li>
<defName>Furskin</defName>
<chance>0.9</chance>
</li>
<li>
<defName>MinTemp_SmallIncrease</defName>
<chance>0.9</chance>
</li>
<li>
<defName>rjw_genes_small_male_genitalia</defName>
<chance>0.7</chance>
</li>
<li>
<defName>rjw_genes_tight_female_genitalia</defName>
<chance>0.7</chance>
</li>
<li>
<defName>rjw_genes_small_breasts</defName>
<chance>0.7</chance>
</li>
<li>
<defName>rjw_genes_tight_anus</defName>
<chance>0.7</chance>
</li>
<li>
<defName>DarkVision</defName>
<chance>0.8</chance>
</li>
<li>
<defName>AptitudePoor_Animals</defName>
<chance>0.5</chance>
</li>
<li>
<defName>Beauty_Pretty</defName>
<chance>0.7</chance>
</li>
<li>
<defName>rjw_genes_zoophile</defName>
<chance>0.5</chance>
</li>
</genes>
</RJW_BGS.RaceGeneDef>
<RJW_BGS.RaceGeneDef>
<defName>GR_Mansquirrel_GenGroup</defName>
<raceNames>
<li>GR_Mansquirrel</li>
<li>GR_Moleman</li>
</raceNames>
<genes>
<li>
<defName>MoveSpeed_VeryQuick</defName>
<chance>0.8</chance>
</li>
<li>
<defName>KindInstinct</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Delicate</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Ears_Cat</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Body_Thin</defName>
<chance>0.8</chance>
</li>
<li>
<defName>Tail_Furry</defName>
<chance>0.8</chance>
</li>
<li>
<defName>AptitudeTerrible_Shooting</defName>
<chance>0.8</chance>
</li>
<li>
<defName>AptitudeTerrible_Melee</defName>
<chance>0.8</chance>
</li>
<li>
<defName>AptitudeTerrible_Mining</defName>
<chance>0.8</chance>
</li>
<li>
<defName>AptitudeTerrible_Animals</defName>
<chance>0.8</chance>
</li>
<li>
<defName>AptitudeStrong_Intellectual</defName>
<chance>0.8</chance>
</li>
<li>
<defName>rjw_genes_Needle_genitalia</defName>
<chance>0.8</chance>
</li>
<li>
<defName>rjw_genes_zoophile</defName>
<chance>0.8</chance>
</li>
</genes>
</RJW_BGS.RaceGeneDef>
<RJW_BGS.RaceGeneDef>
<defName>GR_Thrumboman_GenGroup</defName>
<raceNames>
<li>GR_Thrumboman</li>
</raceNames>
<genes>
<li>
<defName>Unstoppable</defName>
<chance>0.25</chance>
</li>
<li>
<defName>Headbone_CenterHorn</defName>
<chance>0.9</chance>
</li>
<li>
<defName>VoiceRoar</defName>
<chance>0.6</chance>
</li>
<li>
<defName>MaxTemp_SmallIncrease</defName>
<chance>0.7</chance>
</li>
<li>
<defName>MaxTemp_LargeIncrease</defName>
<chance>0.1</chance>
</li>
<li>
<defName>rjw_genes_dragon_genitalia</defName>
<chance>0.6</chance>
</li>
<li>
<defName>FireResistant</defName>
<chance>0.15</chance>
</li>
<li>
<defName>rjw_genes_much_cum</defName>
<chance>0.3</chance>
</li>
<li>
<defName>rjw_genes_very_much_cum</defName>
<chance>0.05</chance>
</li>
<li>
<defName>Body_Hulk</defName>
<chance>0.7</chance>
</li>
</genes>
</RJW_BGS.RaceGeneDef>
<RJW_BGS.RaceGeneDef>
<defName>GR_Hurseman_GenGroup</defName>
<raceNames>
<li>GR_Hurseman</li>
</raceNames>
<genes>
<li>
<defName>Body_Standard</defName>
<chance>0.9</chance>
</li>
<li>
<defName>Body_Hulk</defName>
<chance>0.7</chance>
</li>
<li>
<defName>rjw_genes_equine_genitalia</defName>
<chance>0.9</chance>
</li>
<li>
<defName>rjw_genes_zoophile</defName>
<chance>0.5</chance>
</li>
<li>
<defName>rjw_genes_much_cum</defName>
<chance>0.5</chance>
</li>
<li>
<defName>MoveSpeed_Quick</defName>
<chance>0.5</chance>
</li>
<li>
<defName>AptitudeTerrible_Mining</defName>
<chance>0.5</chance>
</li>
<li>
<defName>AptitudeTerrible_Intellectual</defName>
<chance>0.5</chance>
</li>
<li>
<defName>Furskin</defName>
<chance>0.9</chance>
</li>
<li>
<defName>MinTemp_SmallIncrease</defName>
<chance>0.9</chance>
</li>
</genes>
</RJW_BGS.RaceGeneDef>
<RJW_BGS.RaceGeneDef>
<defName>GR_Manscarab_GenGroup</defName>
<raceNames>
<li>GR_Manscarab</li>
</raceNames>
<genes>
<li>
<defName>Beauty_Ugly</defName>
<chance>0.5</chance>
</li>
<li>
<defName>Immunity_Strong</defName>
<chance>0.6</chance>
</li>
<li>
<defName>ToxicEnvironmentResistance_Partial</defName>
<chance>0.4</chance>
</li>
<li>
<defName>rjw_genes_ovipositor_genitalia</defName>
<chance>0.15</chance>
</li>
<li>
<defName>rjw_genes_insectincubator</defName>
<chance>0.1</chance>
</li>
<li>
<defName>rjw_genes_insectbreeder</defName>
<chance>0.1</chance>
</li>
<li>
<defName>Body_Thin</defName>
<chance>0.3</chance>
</li>
</genes>
</RJW_BGS.RaceGeneDef>
<RJW_BGS.RaceGeneDef>
<defName>GR_Lizardman_GenGroup</defName>
<raceNames>
<li>GR_Lizardman</li>
</raceNames>
<genes>
<li>
<defName>AcidSpray</defName>
<chance>0.7</chance>
</li>
<li>
<defName>MinTemp_SmallIncrease</defName>
<chance>0.7</chance>
</li>
<li>
<defName>MaxTemp_SmallIncrease</defName>
<chance>0.7</chance>
</li>
<li>
<defName>Robust</defName>
<chance>0.7</chance>
</li>
<li>
<defName>Hair_BaldOnly</defName>
<chance>0.7</chance>
</li>
<li>
<defName>Beard_NoBeardOnly</defName>
<chance>0.7</chance>
</li>
<li>
<defName>Body_Standard</defName>
<chance>0.7</chance>
</li>
<li>
<defName>Headbone_CenterHorn</defName>
<chance>0.7</chance>
</li>
<li>
<defName>AptitudeTerrible_Artistic</defName>
<chance>0.7</chance>
</li>
<li>
<defName>AptitudeTerrible_Social</defName>
<chance>0.7</chance>
</li>
<li>
<defName>rjw_genes_reptilian_genitalia</defName>
<chance>0.7</chance>
</li>
</genes>
</RJW_BGS.RaceGeneDef>
</Defs>

View file

@ -0,0 +1,795 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<rjw.RaceGroupDef>
<defName>Bear_Grizzly_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Bear_Grizzly</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manbear</li>
<li>GR_Bearman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Bear_Polar_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Bear_Polar</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manbear</li>
<li>GR_Bearman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Manbear_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Manbear</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Bearman_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Bearman</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Boomalope_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Boomalope</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manalope</li>
<li>GR_Booman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Manalope_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Manalope</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Booman_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Booman</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Chicken_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Chicken</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manchicken</li>
<li>GR_Turkeyman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Duck_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Duck</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manchicken</li>
<li>GR_Turkeyman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Turkey_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Turkey</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manchicken</li>
<li>GR_Turkeyman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Goose_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Goose</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manchicken</li>
<li>GR_Turkeyman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Ostrich_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Ostrich</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manchicken</li>
<li>GR_Turkeyman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Emu_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Emu</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manchicken</li>
<li>GR_Turkeyman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Cassowary_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Cassowary</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manchicken</li>
<li>GR_Turkeyman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Manchicken_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Manchicken</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Turkeyman_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Turkeyman</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Cow_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Cow</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manffalo</li>
<li>GR_Muffaloman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Muffalo_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Muffalo</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manffalo</li>
<li>GR_Muffaloman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Bison_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Bison</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manffalo</li>
<li>GR_Muffaloman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Yak_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Yak</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manffalo</li>
<li>GR_Muffaloman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Manffalo_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Manffalo</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Muffaloman_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Muffaloman</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Warg_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Warg</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manwolf</li>
<li>GR_Dogman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Wolf_Timber_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Wolf_Timber</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manwolf</li>
<li>GR_Dogman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Wolf_Arctic_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Wolf_Arctic</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manwolf</li>
<li>GR_Dogman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Fox_Fennec_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Fox_Fennec</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manwolf</li>
<li>GR_Dogman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Fox_Red_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Fox_Red</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manwolf</li>
<li>GR_Dogman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Fox_Arctic_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Fox_Arctic</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manwolf</li>
<li>GR_Dogman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Husky_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Husky</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manwolf</li>
<li>GR_Dogman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>LabradorRetriever_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>LabradorRetriever</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manwolf</li>
<li>GR_Dogman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>YorkshireTerrier_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>YorkshireTerrier</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manwolf</li>
<li>GR_Dogman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Manwolf_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Manwolf</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Dogman_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Dogman</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Cougar_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Cougar</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Mancat</li>
<li>GR_Catman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Panther_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Panther</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Mancat</li>
<li>GR_Catman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Lynx_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Lynx</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Mancat</li>
<li>GR_Catman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Cat_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Cat</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Mancat</li>
<li>GR_Catman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Mancat_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Mancat</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Catman_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Catman</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GuineaPig_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GuineaPig</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Mansquirrel</li>
<li>GR_Moleman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Hare_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Hare</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Mansquirrel</li>
<li>GR_Moleman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Snowhare_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Snowhare</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Mansquirrel</li>
<li>GR_Moleman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Squirrel_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Squirrel</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Mansquirrel</li>
<li>GR_Moleman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Rat_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Rat</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Mansquirrel</li>
<li>GR_Moleman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Raccoon_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Raccoon</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Mansquirrel</li>
<li>GR_Moleman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Mansquirrel_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Mansquirrel</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Moleman_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Moleman</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Thrumbo_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Thrumbo</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Thrumboman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Thrumboman_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Thrumboman</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Dromedary_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Dromedary</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Hurseman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Elk_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Elk</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Hurseman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Horse_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Horse</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Hurseman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Caribou_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Caribou</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Hurseman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Donkey_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Donkey</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Hurseman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Hurseman_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Hurseman</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Megascarab_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Megascarab</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manscarab</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Spelopede_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Spelopede</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manscarab</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Megaspider_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Megaspider</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Manscarab</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Manscarab_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Manscarab</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Iguana_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Iguana</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Lizardman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Cobra_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Cobra</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Lizardman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>Tortoise_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>Tortoise</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>GR_Lizardman</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
<rjw.RaceGroupDef>
<defName>GR_Lizardman_Group</defName>
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
<li>Human</li>
<li>GR_Lizardman</li>
</hybridRaceParents>
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
<li>Human</li>
</hybridChildKindDef>
</rjw.RaceGroupDef>
</Defs>

Some files were not shown because too many files have changed in this diff Show more