mirror of
				https://github.com/vegapnk/RJW-Genes.git
				synced 2024-08-15 00:23:31 +00:00 
			
		
		
		
	Compare commits
	
		
			21 commits
		
	
	
		
			fa4a07dd77
			...
			8450689090
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
							 | 
						8450689090 | ||
| 
							 | 
						72bc46397b | ||
| 
							 | 
						af6577a9bb | ||
| 
							 | 
						046c97fb77 | ||
| 
							 | 
						951085ec59 | ||
| 
							 | 
						dbc4117059 | ||
| 
							 | 
						ea6c038782 | ||
| 
							 | 
						93c6b370c2 | ||
| 
							 | 
						a369432fe3 | ||
| 
							 | 
						7067766521 | ||
| 
							 | 
						c0e63b1a40 | ||
| 
							 | 
						3c9e4b760c | ||
| 
							 | 
						d83c2354b9 | ||
| 
							 | 
						3bcb79a278 | ||
| 
							 | 
						b79c733324 | ||
| 
							 | 
						79a8d10ea7 | ||
| 
							 | 
						9c109aea63 | ||
| 
							 | 
						620f2daab2 | ||
| 
							 | 
						707ca7cfa6 | ||
| 
							 | 
						c3773bb7ba | ||
| 
							 | 
						6dd8e27e0e | 
					 46 changed files with 2502 additions and 350 deletions
				
			
		
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,13 +9,13 @@
 | 
			
		|||
    <stunTargetWhileCasting>true</stunTargetWhileCasting>
 | 
			
		||||
    <displayGizmoWhileUndrafted>true</displayGizmoWhileUndrafted>
 | 
			
		||||
    <disableGizmoWhileUndrafted>false</disableGizmoWhileUndrafted>
 | 
			
		||||
	  <statBases>
 | 
			
		||||
    <statBases>
 | 
			
		||||
      <Ability_Duration>10</Ability_Duration>
 | 
			
		||||
    </statBases>
 | 
			
		||||
    <warmupMote>Mote_CoagulateStencil</warmupMote>
 | 
			
		||||
    <warmupEffecter>Coagulate</warmupEffecter>
 | 
			
		||||
    <warmupStartSound>Coagulate_Cast</warmupStartSound>
 | 
			
		||||
	<verbProperties>
 | 
			
		||||
    <verbProperties>
 | 
			
		||||
      <verbClass>Verb_CastAbility</verbClass>
 | 
			
		||||
      <range>10</range>
 | 
			
		||||
      <warmupTime>1</warmupTime>
 | 
			
		||||
| 
						 | 
				
			
			@ -35,7 +35,7 @@
 | 
			
		|||
      <li Class="CompProperties_AbilityFleckOnTarget">
 | 
			
		||||
        <fleckDef>Heart</fleckDef>
 | 
			
		||||
      </li>
 | 
			
		||||
	  <li Class="RJW_Genes.CompProperties_AbilityLifeForceCost">
 | 
			
		||||
      <li Class="RJW_Genes.CompProperties_AbilityLifeForceCost">
 | 
			
		||||
        <fertilinCost>0.20</fertilinCost>
 | 
			
		||||
      </li>
 | 
			
		||||
    </comps>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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>
 | 
			
		||||
  
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,7 +16,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 +26,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,7 +39,7 @@
 | 
			
		|||
  
 | 
			
		||||
  <GeneDef ParentName="BreedingBase">
 | 
			
		||||
      <defName>rjw_genes_fertile_anus</defName>
 | 
			
		||||
      <label>Fertile Anus</label>
 | 
			
		||||
      <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>    
 | 
			
		||||
| 
						 | 
				
			
			@ -47,7 +47,7 @@
 | 
			
		|||
 | 
			
		||||
  <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 +58,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,7 +68,7 @@
 | 
			
		|||
 | 
			
		||||
  <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>
 | 
			
		||||
    <iconPath>Genes/Icons/Fervent_Ovipositor</iconPath>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -17,7 +17,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 +28,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,7 +39,7 @@
 | 
			
		|||
 | 
			
		||||
  <GeneDef ParentName="GeneCumAmount">
 | 
			
		||||
    <defName>rjw_genes_very_much_cum</defName>
 | 
			
		||||
    <label>Very Much Cum</label>
 | 
			
		||||
    <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>
 | 
			
		||||
| 
						 | 
				
			
			@ -50,7 +50,7 @@
 | 
			
		|||
 | 
			
		||||
  <GeneDef MayRequire="LustLicentia.RJWLabs">
 | 
			
		||||
    <defName>rjw_genes_likes_cumflation</defName>
 | 
			
		||||
    <label>Likes Cumflation</label>
 | 
			
		||||
    <label>likes cumflation</label>
 | 
			
		||||
    <displayCategory>rjw_genes_cum</displayCategory>
 | 
			
		||||
    <description>This Xenotype loves being cumflated.</description>
 | 
			
		||||
    <iconPath>Genes/Icons/Cumflation</iconPath>
 | 
			
		||||
| 
						 | 
				
			
			@ -74,7 +74,7 @@
 | 
			
		|||
 | 
			
		||||
  <GeneDef MayRequire="LustLicentia.RJWLabs">
 | 
			
		||||
    <defName>rjw_genes_cumflation_immunity</defName>
 | 
			
		||||
    <label>Cumflation Immunity</label>
 | 
			
		||||
    <label>cumflation immunity</label>
 | 
			
		||||
    <displayCategory>rjw_genes_cum</displayCategory>
 | 
			
		||||
    <description>This Xenotype cannot get cumflated.</description>
 | 
			
		||||
    <iconPath>Genes/Icons/Cumflation_Immunity</iconPath>
 | 
			
		||||
| 
						 | 
				
			
			@ -94,7 +94,7 @@
 | 
			
		|||
 | 
			
		||||
  <GeneDef MayRequire="LustLicentia.RJWLabs">
 | 
			
		||||
    <defName>rjw_genes_generous_donor</defName>
 | 
			
		||||
    <label>Generous Donor</label>
 | 
			
		||||
    <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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
 | 
			
		||||
  <GeneDef MayRequire="LustLicentia.RJWLabs">
 | 
			
		||||
    <defName>rjw_genes_elasticity</defName>
 | 
			
		||||
    <label>Elasticity</label>
 | 
			
		||||
    <label>elasticity</label>
 | 
			
		||||
    <displayCategory>rjw_genes_damage</displayCategory>
 | 
			
		||||
    <description>This Xenotype cannot get stretched by huge penetrators.</description>
 | 
			
		||||
    <iconPath>Genes/Icons/Elasticity</iconPath>
 | 
			
		||||
| 
						 | 
				
			
			@ -22,7 +22,7 @@
 | 
			
		|||
 | 
			
		||||
  <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>
 | 
			
		||||
    <iconPath>UI/Icons/Rituals/TrialDefend</iconPath>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -148,8 +148,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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -62,7 +62,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>
 | 
			
		||||
| 
						 | 
				
			
			@ -87,7 +87,7 @@
 | 
			
		|||
	
 | 
			
		||||
	<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>
 | 
			
		||||
		<iconPath>Genes/Icons/cockeater</iconPath>
 | 
			
		||||
| 
						 | 
				
			
			@ -178,7 +178,7 @@
 | 
			
		|||
	
 | 
			
		||||
	<GeneDef ParentName="LifeForceBase">
 | 
			
		||||
		<defName>rjw_genes_cum_eater</defName>
 | 
			
		||||
		<label>Cum eater</label>
 | 
			
		||||
		<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>
 | 
			
		||||
| 
						 | 
				
			
			@ -188,7 +188,7 @@
 | 
			
		|||
	
 | 
			
		||||
	<GeneDef ParentName="LifeForceBase">
 | 
			
		||||
		<defName>rjw_genes_fertilin_absorber</defName>
 | 
			
		||||
		<label>Fertilin Absorber</label>
 | 
			
		||||
		<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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			@ -25,7 +25,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>
 | 
			
		||||
| 
						 | 
				
			
			@ -49,7 +49,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>
 | 
			
		||||
| 
						 | 
				
			
			@ -72,7 +72,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>
 | 
			
		||||
| 
						 | 
				
			
			@ -95,7 +95,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>
 | 
			
		||||
| 
						 | 
				
			
			@ -121,7 +121,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>
 | 
			
		||||
| 
						 | 
				
			
			@ -148,7 +148,7 @@
 | 
			
		|||
 | 
			
		||||
  <GeneDef>
 | 
			
		||||
    <defName>rjw_genes_no_sex_need</defName>
 | 
			
		||||
    <label>Asexual</label>
 | 
			
		||||
    <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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -14,7 +14,7 @@
 | 
			
		|||
 | 
			
		||||
    <GeneDef ParentName="SpecialBase">
 | 
			
		||||
        <defName>rjw_genes_orgasm_rush</defName>
 | 
			
		||||
        <label>Orgasm Rush</label>
 | 
			
		||||
        <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>
 | 
			
		||||
| 
						 | 
				
			
			@ -24,7 +24,7 @@
 | 
			
		|||
	
 | 
			
		||||
    <GeneDef ParentName="SpecialBase">
 | 
			
		||||
        <defName>rjw_genes_youth_fountain</defName>
 | 
			
		||||
        <label>Youth Fountain</label>
 | 
			
		||||
        <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>
 | 
			
		||||
| 
						 | 
				
			
			@ -41,7 +41,7 @@
 | 
			
		|||
    
 | 
			
		||||
    <GeneDef ParentName="SpecialBase">
 | 
			
		||||
        <defName>rjw_genes_sex_age_drain</defName>
 | 
			
		||||
        <label>Sexual Age Drain</label>
 | 
			
		||||
        <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>
 | 
			
		||||
| 
						 | 
				
			
			@ -58,7 +58,7 @@
 | 
			
		|||
    
 | 
			
		||||
    <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>
 | 
			
		||||
| 
						 | 
				
			
			@ -80,7 +80,7 @@
 | 
			
		|||
    
 | 
			
		||||
    <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 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>
 | 
			
		||||
| 
						 | 
				
			
			@ -92,7 +92,7 @@
 | 
			
		|||
 | 
			
		||||
    <GeneDef ParentName="SpecialBase">
 | 
			
		||||
        <defName>rjw_genes_hormonal_saliva</defName>
 | 
			
		||||
        <label>Hormonal Saliva</label>
 | 
			
		||||
        <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>
 | 
			
		||||
| 
						 | 
				
			
			@ -112,7 +112,7 @@
 | 
			
		|||
 | 
			
		||||
    <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>
 | 
			
		||||
		<iconPath>Genes/Icons/Cocoon</iconPath>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
<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>
 | 
			
		||||
| 
						 | 
				
			
			@ -26,7 +26,7 @@
 | 
			
		|||
    <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>
 | 
			
		||||
| 
						 | 
				
			
			@ -50,7 +50,7 @@
 | 
			
		|||
    <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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
 | 
			
		||||
  <XenotypeDef>
 | 
			
		||||
    <defName>rjw_genes_succubus</defName>
 | 
			
		||||
    <label>Succubus</label>
 | 
			
		||||
    <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>
 | 
			
		||||
| 
						 | 
				
			
			@ -53,7 +53,7 @@
 | 
			
		|||
  
 | 
			
		||||
  <XenotypeDef>
 | 
			
		||||
    <defName>rjw_genes_incubus</defName>
 | 
			
		||||
    <label>Incubus</label>
 | 
			
		||||
    <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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			@ -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>
 | 
			
		||||
	
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -45,7 +45,7 @@
 | 
			
		|||
	
 | 
			
		||||
	<PawnKindDef>
 | 
			
		||||
		<defName>rjw_genes_incubus</defName>
 | 
			
		||||
		<label>succubus</label>
 | 
			
		||||
		<label>incubus</label>
 | 
			
		||||
		<combatPower>50</combatPower>
 | 
			
		||||
		<race>Human</race>
 | 
			
		||||
		<xenotypeSet>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,131 +1,91 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<Patch>
 | 
			
		||||
    <Operation Class="PatchOperationSequence">
 | 
			
		||||
        <operations>
 | 
			
		||||
            <li Class="PatchOperationFindMod">
 | 
			
		||||
                <mods>
 | 
			
		||||
                    <li>Alpha Genes</li>
 | 
			
		||||
                </mods>
 | 
			
		||||
                <match 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>
 | 
			
		||||
  <Operation Class="PatchOperationFindMod">
 | 
			
		||||
    <mods>
 | 
			
		||||
      <li>Alpha Genes</li>
 | 
			
		||||
    </mods>
 | 
			
		||||
    <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>
 | 
			
		||||
        </li>
 | 
			
		||||
        
 | 
			
		||||
            <li Class="PatchOperationFindMod">
 | 
			
		||||
                <mods>
 | 
			
		||||
                    <li>Alpha Genes</li>
 | 
			
		||||
                </mods>
 | 
			
		||||
                <match 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="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>
 | 
			
		||||
        </li>
 | 
			
		||||
        
 | 
			
		||||
            <li Class="PatchOperationFindMod">
 | 
			
		||||
                <mods>
 | 
			
		||||
                    <li>Alpha Genes</li>
 | 
			
		||||
                </mods>
 | 
			
		||||
                <match Class="PatchOperationAdd">
 | 
			
		||||
                    <xpath>Defs/XenotypeDef[defName="AG_Taukai"]/genes</xpath>
 | 
			
		||||
                    <value>
 | 
			
		||||
                        <li>rjw_genes_sexual_mytosis</li>
 | 
			
		||||
                    </value>
 | 
			
		||||
                </match>
 | 
			
		||||
            </li>
 | 
			
		||||
        <li Class="PatchOperationAdd">
 | 
			
		||||
          <xpath>Defs/XenotypeDef[defName="AG_Taukai"]/genes</xpath>
 | 
			
		||||
          <value>
 | 
			
		||||
            <li>rjw_genes_sexual_mytosis</li>
 | 
			
		||||
          </value>
 | 
			
		||||
        </li>
 | 
			
		||||
        
 | 
			
		||||
            <li Class="PatchOperationFindMod">
 | 
			
		||||
                <mods>
 | 
			
		||||
                    <li>Alpha Genes</li>
 | 
			
		||||
                </mods>
 | 
			
		||||
                <match 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="PatchOperationAdd">
 | 
			
		||||
          <xpath>Defs/XenotypeDef[defName="AG_MindDevourer"]/genes</xpath>
 | 
			
		||||
          <value>
 | 
			
		||||
            <li>rjw_genes_demonic_genitalia</li>
 | 
			
		||||
            <li>rjw_genes_sex_age_drain</li>
 | 
			
		||||
          </value>
 | 
			
		||||
        </li>
 | 
			
		||||
        
 | 
			
		||||
            <li Class="PatchOperationFindMod">
 | 
			
		||||
                <mods>
 | 
			
		||||
                    <li>Alpha Genes</li>
 | 
			
		||||
                </mods>
 | 
			
		||||
                <match 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="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>
 | 
			
		||||
        </li>
 | 
			
		||||
        
 | 
			
		||||
            <li Class="PatchOperationFindMod">
 | 
			
		||||
                <mods>
 | 
			
		||||
                    <li>Alpha Genes</li>
 | 
			
		||||
                </mods>
 | 
			
		||||
                <match Class="PatchOperationAdd">
 | 
			
		||||
                    <xpath>Defs/XenotypeDef[defName="AG_Efreet"]/genes</xpath>
 | 
			
		||||
                    <value>
 | 
			
		||||
                        <li>rjw_genes_demonic_genitalia</li>
 | 
			
		||||
                        <li>rjw_genes_small_breasts</li>
 | 
			
		||||
                        <li>rjw_genes_tight_female_genitalia</li>
 | 
			
		||||
                        <li>rjw_genes_tight_anus</li>
 | 
			
		||||
                    </value>
 | 
			
		||||
                </match>
 | 
			
		||||
            </li>
 | 
			
		||||
        <li Class="PatchOperationAdd">
 | 
			
		||||
          <xpath>Defs/XenotypeDef[defName="AG_Efreet"]/genes</xpath>
 | 
			
		||||
          <value>
 | 
			
		||||
            <li>rjw_genes_demonic_genitalia</li>
 | 
			
		||||
            <li>rjw_genes_small_breasts</li>
 | 
			
		||||
            <li>rjw_genes_tight_female_genitalia</li>
 | 
			
		||||
            <li>rjw_genes_tight_anus</li>
 | 
			
		||||
          </value>
 | 
			
		||||
        </li>
 | 
			
		||||
        
 | 
			
		||||
            <li Class="PatchOperationFindMod">
 | 
			
		||||
                <mods>
 | 
			
		||||
                    <li>Alpha Genes</li>
 | 
			
		||||
                </mods>
 | 
			
		||||
                <match Class="PatchOperationAdd">
 | 
			
		||||
                    <xpath>Defs/XenotypeDef[defName="AG_Drakonori"]/genes</xpath>
 | 
			
		||||
                    <value>
 | 
			
		||||
                        <li>rjw_genes_dragon_genitalia</li>
 | 
			
		||||
                        <li>rjw_genes_big_male_genitalia</li>
 | 
			
		||||
                        <li>rjw_genes_aphrodisiac_pheromones</li>
 | 
			
		||||
                        <li>rjw_genes_big_breasts</li>
 | 
			
		||||
                    </value>
 | 
			
		||||
                </match>
 | 
			
		||||
            </li>
 | 
			
		||||
        <li Class="PatchOperationAdd">
 | 
			
		||||
          <xpath>Defs/XenotypeDef[defName="AG_Drakonori"]/genes</xpath>
 | 
			
		||||
          <value>
 | 
			
		||||
            <li>rjw_genes_dragon_genitalia</li>
 | 
			
		||||
            <li>rjw_genes_big_male_genitalia</li>
 | 
			
		||||
            <li>rjw_genes_aphrodisiac_pheromones</li>
 | 
			
		||||
            <li>rjw_genes_big_breasts</li>
 | 
			
		||||
          </value>
 | 
			
		||||
        </li>
 | 
			
		||||
        
 | 
			
		||||
            <li Class="PatchOperationFindMod">
 | 
			
		||||
                <mods>
 | 
			
		||||
                    <li>Alpha Genes</li>
 | 
			
		||||
                </mods>
 | 
			
		||||
                <match Class="PatchOperationAdd">
 | 
			
		||||
                    <xpath>Defs/XenotypeDef[defName="AG_Animusen"]/genes</xpath>
 | 
			
		||||
                    <value>
 | 
			
		||||
                        <li>rjw_genes_canine_genitalia</li>
 | 
			
		||||
                    </value>
 | 
			
		||||
                </match>
 | 
			
		||||
            </li>
 | 
			
		||||
        <li Class="PatchOperationAdd">
 | 
			
		||||
          <xpath>Defs/XenotypeDef[defName="AG_Animusen"]/genes</xpath>
 | 
			
		||||
          <value>
 | 
			
		||||
            <li>rjw_genes_canine_genitalia</li>
 | 
			
		||||
          </value>
 | 
			
		||||
        </li>
 | 
			
		||||
        
 | 
			
		||||
            <li Class="PatchOperationFindMod">
 | 
			
		||||
                <mods>
 | 
			
		||||
                    <li>Alpha Genes</li>
 | 
			
		||||
                </mods>
 | 
			
		||||
                <match Class="PatchOperationFindMod">
 | 
			
		||||
                    <mods>
 | 
			
		||||
                        <li>Vanilla Races Expanded - Sanguophage</li>
 | 
			
		||||
                    </mods>
 | 
			
		||||
                    <match Class="PatchOperationAdd">
 | 
			
		||||
                        <xpath>Defs/XenotypeDef[defName="AG_Malachai"]/genes</xpath>
 | 
			
		||||
                        <value>
 | 
			
		||||
                            <li>rjw_genes_demonic_genitalia</li>
 | 
			
		||||
                        </value>
 | 
			
		||||
                    </match>
 | 
			
		||||
                </match>
 | 
			
		||||
            </li>
 | 
			
		||||
        <li Class="PatchOperationFindMod">
 | 
			
		||||
          <mods>
 | 
			
		||||
            <li>Vanilla Races Expanded - Sanguophage</li>
 | 
			
		||||
          </mods>
 | 
			
		||||
          <match Class="PatchOperationAdd">
 | 
			
		||||
            <xpath>Defs/XenotypeDef[defName="AG_Malachai"]/genes</xpath>
 | 
			
		||||
            <value>
 | 
			
		||||
              <li>rjw_genes_demonic_genitalia</li>
 | 
			
		||||
            </value>
 | 
			
		||||
          </match>
 | 
			
		||||
        </li>
 | 
			
		||||
        
 | 
			
		||||
        </operations>
 | 
			
		||||
    </Operation>
 | 
			
		||||
      </operations>
 | 
			
		||||
    </match>
 | 
			
		||||
  </Operation>
 | 
			
		||||
</Patch>
 | 
			
		||||
							
								
								
									
										92
									
								
								Common/Patches/Xenotypes/PatchBSHeavHell.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								Common/Patches/Xenotypes/PatchBSHeavHell.xml
									
										
									
									
									
										Normal 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>
 | 
			
		||||
							
								
								
									
										26
									
								
								Common/Patches/Xenotypes/PatchBSMore.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								Common/Patches/Xenotypes/PatchBSMore.xml
									
										
									
									
									
										Normal 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>
 | 
			
		||||
							
								
								
									
										94
									
								
								Common/Patches/Xenotypes/PatchBSRaces.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										94
									
								
								Common/Patches/Xenotypes/PatchBSRaces.xml
									
										
									
									
									
										Normal 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>
 | 
			
		||||
							
								
								
									
										52
									
								
								Common/Patches/Xenotypes/PatchBSShared.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								Common/Patches/Xenotypes/PatchBSShared.xml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,52 @@
 | 
			
		|||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<Patch>
 | 
			
		||||
  <Operation Class="PatchOperationFindMod">
 | 
			
		||||
    <mods>
 | 
			
		||||
      <li>Big and Small - Genes & 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>
 | 
			
		||||
							
								
								
									
										35
									
								
								Common/Patches/Xenotypes/PatchBSSlimes.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								Common/Patches/Xenotypes/PatchBSSlimes.xml
									
										
									
									
									
										Normal 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>
 | 
			
		||||
							
								
								
									
										33
									
								
								Common/Patches/Xenotypes/PatchBSSneks.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								Common/Patches/Xenotypes/PatchBSSneks.xml
									
										
									
									
									
										Normal 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>
 | 
			
		||||
							
								
								
									
										60
									
								
								Common/Patches/Xenotypes/PatchBSUndead.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										60
									
								
								Common/Patches/Xenotypes/PatchBSUndead.xml
									
										
									
									
									
										Normal 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>
 | 
			
		||||
							
								
								
									
										48
									
								
								Common/Patches/Xenotypes/PatchBSYokai.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										48
									
								
								Common/Patches/Xenotypes/PatchBSYokai.xml
									
										
									
									
									
										Normal 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>
 | 
			
		||||
							
								
								
									
										145
									
								
								Common/Patches/Xenotypes/PatchMammalia.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										145
									
								
								Common/Patches/Xenotypes/PatchMammalia.xml
									
										
									
									
									
										Normal 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>
 | 
			
		||||
							
								
								
									
										40
									
								
								Common/Patches/Xenotypes/PatchMammaliaMythic.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								Common/Patches/Xenotypes/PatchMammaliaMythic.xml
									
										
									
									
									
										Normal 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>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,50 +1,17 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<Patch>
 | 
			
		||||
    <Operation Class="PatchOperationSequence">
 | 
			
		||||
        <operations>
 | 
			
		||||
            <li Class="PatchOperationFindMod">
 | 
			
		||||
                <mods>
 | 
			
		||||
                    <li>Vanilla Races Expanded - Phytokin</li>
 | 
			
		||||
                </mods>
 | 
			
		||||
                <match Class="PatchOperationAdd">
 | 
			
		||||
                    <xpath>Defs/XenotypeDef[defName="VRE_Poluxkin"]/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_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>
 | 
			
		||||
  <Operation Class="PatchOperationFindMod">
 | 
			
		||||
    <mods>
 | 
			
		||||
      <li>Vanilla Races Expanded - Phytokin</li>
 | 
			
		||||
    </mods>
 | 
			
		||||
    <match Class="PatchOperationAdd">
 | 
			
		||||
      <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>
 | 
			
		||||
        <li MayRequire="LustLicentia.RJWLabs">rjw_genes_elasticity</li>
 | 
			
		||||
        <li>rjw_genes_bisexual</li>
 | 
			
		||||
      </value>
 | 
			
		||||
    </match>
 | 
			
		||||
  </Operation>
 | 
			
		||||
</Patch>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,41 +1,15 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<Patch>
 | 
			
		||||
    <Operation Class="PatchOperationSequence">
 | 
			
		||||
        <operations>
 | 
			
		||||
            <li Class="PatchOperationFindMod">
 | 
			
		||||
                <mods>
 | 
			
		||||
                    <li>Vanilla Races Expanded - Sanguophage</li>
 | 
			
		||||
                </mods>
 | 
			
		||||
                <match Class="PatchOperationAdd">
 | 
			
		||||
                    <xpath>Defs/XenotypeDef[defName="VRE_Bruxa"]/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>
 | 
			
		||||
  <Operation Class="PatchOperationFindMod">
 | 
			
		||||
    <mods>
 | 
			
		||||
      <li>Vanilla Races Expanded - Sanguophage</li>
 | 
			
		||||
    </mods>
 | 
			
		||||
    <match Class="PatchOperationAdd">
 | 
			
		||||
      <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 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>
 | 
			
		||||
  </Operation>
 | 
			
		||||
</Patch>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,69 +1,55 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<Patch>
 | 
			
		||||
    <Operation Class="PatchOperationSequence">
 | 
			
		||||
        <operations>
 | 
			
		||||
            <li Class="PatchOperationFindMod">
 | 
			
		||||
                <mods>
 | 
			
		||||
                    <li>[LTS]Xenotech</li>
 | 
			
		||||
                </mods>
 | 
			
		||||
                <match 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">
 | 
			
		||||
                    <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">
 | 
			
		||||
                    <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">
 | 
			
		||||
                    <xpath>Defs/XenotypeDef[defName="LTS_Ork"]/genes</xpath>
 | 
			
		||||
                    <value>
 | 
			
		||||
                        <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">
 | 
			
		||||
                    <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>
 | 
			
		||||
        </operations>
 | 
			
		||||
    </Operation>
 | 
			
		||||
  <Operation Class="PatchOperationFindMod">
 | 
			
		||||
    <mods>
 | 
			
		||||
      <li>[LTS]Xenotech</li>
 | 
			
		||||
    </mods>
 | 
			
		||||
    <match Class="PatchOperationSequence">
 | 
			
		||||
      <operations>
 | 
			
		||||
        <li Class="PatchOperationAdd">
 | 
			
		||||
          <xpath>Defs/XenotypeDef[defName="LTS_Nyankind"]/genes</xpath>
 | 
			
		||||
          <value>
 | 
			
		||||
            <li>rjw_genes_feline_genitalia</li>
 | 
			
		||||
          </value>
 | 
			
		||||
        </li>
 | 
			
		||||
        <li Class="PatchOperationAdd">
 | 
			
		||||
          <xpath>Defs/XenotypeDef[defName="LTS_Growler"]/genes</xpath>
 | 
			
		||||
          <value>
 | 
			
		||||
            <li>rjw_genes_canine_genitalia</li>
 | 
			
		||||
          </value>
 | 
			
		||||
        </li>        
 | 
			
		||||
        <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>
 | 
			
		||||
        </li>        
 | 
			
		||||
        <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>
 | 
			
		||||
        </li>
 | 
			
		||||
        <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>
 | 
			
		||||
        </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>
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								Common/Textures/Genes/Icons/sex_curiosity.dds
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Common/Textures/Genes/Icons/sex_curiosity.dds
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								Common/Textures/Genes/Icons/sex_disabled.dds
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Common/Textures/Genes/Icons/sex_disabled.dds
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								Common/Textures/Genes/Icons/sex_enabled.dds
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Common/Textures/Genes/Icons/sex_enabled.dds
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -14,5 +14,6 @@
 | 
			
		|||
		<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>
 | 
			
		||||
	</v1.5>
 | 
			
		||||
</loadFolders>
 | 
			
		||||
							
								
								
									
										22
									
								
								Mods/VE_Genetics/Defs/HedifDef/Hediffs_Animals.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								Mods/VE_Genetics/Defs/HedifDef/Hediffs_Animals.xml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,22 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8" ?>
 | 
			
		||||
<Defs>
 | 
			
		||||
	
 | 
			
		||||
	
 | 
			
		||||
	
 | 
			
		||||
	<HediffDef>
 | 
			
		||||
		<defName>RJWGenes_AnimalControlHediff</defName>
 | 
			
		||||
		<label>part human</label>
 | 
			
		||||
		<description>This creature is more controlable with a natural huamn 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>
 | 
			
		||||
							
								
								
									
										654
									
								
								Mods/VE_Genetics/Defs/RaceGeneDef/RaceGeneDefs_VEgenetic.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										654
									
								
								Mods/VE_Genetics/Defs/RaceGeneDef/RaceGeneDefs_VEgenetic.xml
									
										
									
									
									
										Normal 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>
 | 
			
		||||
							
								
								
									
										795
									
								
								Mods/VE_Genetics/Defs/RaceGroupDef/Hybrid_Group.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										795
									
								
								Mods/VE_Genetics/Defs/RaceGroupDef/Hybrid_Group.xml
									
										
									
									
									
										Normal 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>
 | 
			
		||||
							
								
								
									
										108
									
								
								Source/Animal_Inheritance/Patches/BasePregnancyPatcher.cs
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										108
									
								
								Source/Animal_Inheritance/Patches/BasePregnancyPatcher.cs
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,108 @@
 | 
			
		|||
using System;
 | 
			
		||||
using System.Collections.Generic;
 | 
			
		||||
using System.Linq;
 | 
			
		||||
using System.Text;
 | 
			
		||||
using System.Threading.Tasks;
 | 
			
		||||
using Verse;
 | 
			
		||||
using UnityEngine;
 | 
			
		||||
using HarmonyLib;
 | 
			
		||||
using rjw;
 | 
			
		||||
 | 
			
		||||
namespace RJW_BGS
 | 
			
		||||
{
 | 
			
		||||
    [HarmonyPatch(typeof(Hediff_BasePregnancy))]
 | 
			
		||||
    public class BasePregnancyPatcher
 | 
			
		||||
    {
 | 
			
		||||
        public static List<string> racesgen1 = new List<string>()
 | 
			
		||||
            {
 | 
			
		||||
            "GR_Manbear",
 | 
			
		||||
            "GR_Bearman",
 | 
			
		||||
            "GR_Manalope",
 | 
			
		||||
            "GR_Booman",
 | 
			
		||||
            "GR_Manchicken",
 | 
			
		||||
            "GR_Turkeyman",
 | 
			
		||||
            "GR_Manffalo",
 | 
			
		||||
            "GR_Muffaloman",
 | 
			
		||||
            "GR_Manwolf",
 | 
			
		||||
            "GR_Dogman",
 | 
			
		||||
            "GR_Mancat",
 | 
			
		||||
            "GR_Catman",
 | 
			
		||||
            "GR_Mansquirrel",
 | 
			
		||||
            "GR_Moleman",
 | 
			
		||||
            "GR_Thrumboman",
 | 
			
		||||
            "GR_Hurseman",
 | 
			
		||||
            "GR_Manscarab",
 | 
			
		||||
            "GR_Lizardman"
 | 
			
		||||
            };
 | 
			
		||||
 | 
			
		||||
        public static List<string> racesgen0 = new List<string>()
 | 
			
		||||
            {
 | 
			
		||||
            "Bear_Grizzly",
 | 
			
		||||
            "Bear_Polar",
 | 
			
		||||
            "Boomalope",
 | 
			
		||||
            "Chicken",
 | 
			
		||||
            "Duck",
 | 
			
		||||
            "Turkey",
 | 
			
		||||
            "Goose",
 | 
			
		||||
            "Ostrich",
 | 
			
		||||
            "Emu",
 | 
			
		||||
            "Cassowary",
 | 
			
		||||
            "Cow",
 | 
			
		||||
            "Muffalo",
 | 
			
		||||
            "Bison",
 | 
			
		||||
            "Yak",
 | 
			
		||||
            "Warg",
 | 
			
		||||
            "Wolf_Timber",
 | 
			
		||||
            "Wolf_Arctic",
 | 
			
		||||
            "Fox_Fennec",
 | 
			
		||||
            "Fox_Red",
 | 
			
		||||
            "Fox_Arctic",
 | 
			
		||||
            "Husky",
 | 
			
		||||
            "LabradorRetriever",
 | 
			
		||||
            "YorkshireTerrier",
 | 
			
		||||
            "Cougar",
 | 
			
		||||
            "Panther",
 | 
			
		||||
            "Lynx",
 | 
			
		||||
            "Cat",
 | 
			
		||||
            "GuineaPig",
 | 
			
		||||
            "Hare",
 | 
			
		||||
            "Snowhare",
 | 
			
		||||
            "Squirrel",
 | 
			
		||||
            "Rat",
 | 
			
		||||
            "Raccoon",
 | 
			
		||||
            "Thrumbo",
 | 
			
		||||
            "Dromedary",
 | 
			
		||||
            "Elk",
 | 
			
		||||
            "Horse",
 | 
			
		||||
            "Caribou",
 | 
			
		||||
            "Donkey",
 | 
			
		||||
            "Megascarab",
 | 
			
		||||
            "Spelopede",
 | 
			
		||||
            "Megaspider",
 | 
			
		||||
            "Iguana",
 | 
			
		||||
            "Cobra",
 | 
			
		||||
            "Tortoise"
 | 
			
		||||
            };
 | 
			
		||||
        public static HediffDef controler = DefDatabase<HediffDef>.GetNamed("RJWGenes_AnimalControlHediff", true);
 | 
			
		||||
        [HarmonyPostfix]
 | 
			
		||||
        [HarmonyPatch("GenerateBabies")]
 | 
			
		||||
        public static void addHedif (Hediff_BasePregnancy __instance)
 | 
			
		||||
        {
 | 
			
		||||
            if (controler == null) return;
 | 
			
		||||
            
 | 
			
		||||
            foreach (Pawn p in __instance.babies)
 | 
			
		||||
            {
 | 
			
		||||
                if(p != null)
 | 
			
		||||
                {
 | 
			
		||||
                    if (racesgen1.Contains(p.kindDef.race.defName))
 | 
			
		||||
                    {
 | 
			
		||||
                        p.health.AddHediff(controler);
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										55
									
								
								Source/Animal_Inheritance/Patches/PregnancyHelperPatcher.cs
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										55
									
								
								Source/Animal_Inheritance/Patches/PregnancyHelperPatcher.cs
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,55 @@
 | 
			
		|||
using System;
 | 
			
		||||
using System.Collections.Generic;
 | 
			
		||||
using System.Linq;
 | 
			
		||||
using System.Text;
 | 
			
		||||
using System.Threading.Tasks;
 | 
			
		||||
using Verse;
 | 
			
		||||
using RJW_BGS;
 | 
			
		||||
using HarmonyLib;
 | 
			
		||||
using rjw;
 | 
			
		||||
using static rjw.Hediff_BasePregnancy;
 | 
			
		||||
 | 
			
		||||
namespace RJW_BGS
 | 
			
		||||
{
 | 
			
		||||
    [HarmonyPatch(typeof(PregnancyHelper))]
 | 
			
		||||
    public class PregnancyHelperPatcher
 | 
			
		||||
    {
 | 
			
		||||
 | 
			
		||||
        [HarmonyPrefix]
 | 
			
		||||
        [HarmonyPatch("AddPregnancyHediff")]
 | 
			
		||||
        public static bool AddPregnancyHediffPrefix(Pawn mother, Pawn father)
 | 
			
		||||
        {
 | 
			
		||||
            if (!RJW_BGSSettings.rjw_bgs_VE_genetics) return true;
 | 
			
		||||
            if (mother == null || father == null) return true;
 | 
			
		||||
            bool a = mother.IsHuman() && BasePregnancyPatcher.racesgen0.Contains(father.kindDef.race.defName);
 | 
			
		||||
            bool b = mother.IsHuman() && BasePregnancyPatcher.racesgen1.Contains(father.kindDef.race.defName);
 | 
			
		||||
            bool c = father.IsHuman() && BasePregnancyPatcher.racesgen0.Contains(mother.kindDef.race.defName);
 | 
			
		||||
            bool d = father.IsHuman() && BasePregnancyPatcher.racesgen1.Contains(mother.kindDef.race.defName);
 | 
			
		||||
 | 
			
		||||
            if (!(a || b||c|| d)) return true;
 | 
			
		||||
            if (a)
 | 
			
		||||
            {
 | 
			
		||||
                Hediff_BasePregnancy.Create<Hediff_BestialPregnancy>(mother, father, DnaGivingParent.Father);
 | 
			
		||||
                return false;
 | 
			
		||||
            }
 | 
			
		||||
            else if (b)
 | 
			
		||||
            {
 | 
			
		||||
                ModLog.Message("preg hediffdefof PregnantHuman " + RimWorld.HediffDefOf.PregnantHuman);
 | 
			
		||||
                PregnancyHelper.StartVanillaPregnancy(mother, father);
 | 
			
		||||
                return false;
 | 
			
		||||
            }
 | 
			
		||||
            else if (c)
 | 
			
		||||
            {
 | 
			
		||||
                Hediff_BasePregnancy.Create<Hediff_BestialPregnancy>(mother, father, DnaGivingParent.Mother);
 | 
			
		||||
                return false;
 | 
			
		||||
            }
 | 
			
		||||
            else if (d)
 | 
			
		||||
            {
 | 
			
		||||
                Hediff_BasePregnancy.Create<Hediff_BestialPregnancy>(mother, father, DnaGivingParent.Father);
 | 
			
		||||
                return false;
 | 
			
		||||
            }
 | 
			
		||||
            return true;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -30,6 +30,8 @@ namespace RJW_BGS
 | 
			
		|||
            listing_Standard.Gap(5f);
 | 
			
		||||
            listing_Standard.CheckboxLabeled("genes as xenogenes", ref rjw_bgs_animal_genes_as_xenogenes, "If toggled, animal genes will be added as xenogenes.", 0f, 1f);
 | 
			
		||||
            listing_Standard.Gap(5f);
 | 
			
		||||
            listing_Standard.CheckboxLabeled("enable VE genetics hybridation", ref rjw_bgs_VE_genetics, "If enabled and if you have VE genetics it will enable the hybridation system.", 0f, 1f);
 | 
			
		||||
            listing_Standard.Gap(5f);
 | 
			
		||||
            listing_Standard.CheckboxLabeled("detailed-debug", ref rjw_bgs_detailed_debug, "Adds detailed information to the log about pregnancies and genes.", 0f, 1f);
 | 
			
		||||
            listing_Standard.End();
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			@ -41,11 +43,13 @@ namespace RJW_BGS
 | 
			
		|||
            Scribe_Values.Look<float>(ref RJW_BGSSettings.rjw_bgs_global_gene_chance, "rjw_bgs_global_gene_chance", RJW_BGSSettings.rjw_bgs_global_gene_chance, true);
 | 
			
		||||
            Scribe_Values.Look<bool>(ref RJW_BGSSettings.rjw_bgs_animal_genes_as_xenogenes, "rjw_bgs_animal_genes_as_xenogenes", RJW_BGSSettings.rjw_bgs_animal_genes_as_xenogenes, true);
 | 
			
		||||
            Scribe_Values.Look<bool>(ref RJW_BGSSettings.rjw_bgs_detailed_debug, "rjw_bgs_detailed_debug", RJW_BGSSettings.rjw_bgs_detailed_debug, true);
 | 
			
		||||
            Scribe_Values.Look<bool>(ref RJW_BGSSettings.rjw_bgs_VE_genetics, "rjw_bgs_VE_genetics", RJW_BGSSettings.rjw_bgs_VE_genetics, true);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        public static float rjw_bgs_global_gene_chance = 1f;
 | 
			
		||||
        public static bool rjw_bgs_enabled = true;
 | 
			
		||||
        public static bool rjw_bgs_animal_genes_as_xenogenes = false;
 | 
			
		||||
        public static bool rjw_bgs_detailed_debug = false;
 | 
			
		||||
        public static bool rjw_bgs_VE_genetics = true;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -53,6 +53,8 @@
 | 
			
		|||
    <Compile Include="Animal_Inheritance\Patches\Patch_Vanilla_PregnancyUtility.cs" />
 | 
			
		||||
    <Compile Include="Animal_Inheritance\Defs\RaceGeneDef.cs" />
 | 
			
		||||
    <Compile Include="Animal_Inheritance\Defs\RaceGeneDef_Helper.cs" />
 | 
			
		||||
    <Compile Include="Animal_Inheritance\Patches\PregnancyHelperPatcher.cs" />
 | 
			
		||||
    <Compile Include="Animal_Inheritance\Patches\BasePregnancyPatcher.cs" />
 | 
			
		||||
    <Compile Include="Animal_Inheritance\Settings\RJW_BGSSettings.cs" />
 | 
			
		||||
    <Compile Include="Animal_Inheritance\Settings\RJW_BGSSettingsController.cs" />
 | 
			
		||||
    <Compile Include="Animal_Inheritance\Defs\BestialityGeneInheritanceDef.cs" />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue