mirror of
				https://github.com/vegapnk/RJW-Genes.git
				synced 2024-08-15 00:23:31 +00:00 
			
		
		
		
	Revert "Conditionalised the Quirk Patches - only if their VRE Mod is loaded"
This reverts commit ea63db147d.
			
			
This commit is contained in:
		
							parent
							
								
									710efc7d85
								
							
						
					
					
						commit
						aa85ce0786
					
				
					 14 changed files with 192 additions and 269 deletions
				
			
		| 
						 | 
				
			
			@ -7,6 +7,8 @@
 | 
			
		|||
- Xenogenes for "Biotech Expansion Mammalia" and "Biotech Expansion - Mythic" thanks to @Ohreallyow (#86)
 | 
			
		||||
- Xenogenes update for (many?) "Vanilla Races Expanded (VRE)" Mods - Thanks to @Jaaldabaoth (#84 / #88 )
 | 
			
		||||
- Genes can now fulfill RJW Quirks, configurable in XML. Thanks to @Jaaldabaoth (#84 / #88)
 | 
			
		||||
- "Genes" to support VRE Androids having Mechanical Genitalia. Thanks to @Jaaldabaoth (#88)
 | 
			
		||||
- "Curiosity Genes" alongside other Curiosities from VRE. Thanks to @Jaaldabaoth (#88)
 | 
			
		||||
- Support for many VE-Genetics Animals into the Animal-Framework. Thanks to @Jaaldabaoth (#88)
 | 
			
		||||
 | 
			
		||||
**Fixes**:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,14 +1,11 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<?xml version="1.0" encoding="utf-8" ?>
 | 
			
		||||
<Defs>
 | 
			
		||||
 | 
			
		||||
	<rjw.HediffDef_PartBase ParentName="NaturalPrivatePartPenis">
 | 
			
		||||
		<defName>NeedlePenis</defName>
 | 
			
		||||
		<label>needle penis</label>
 | 
			
		||||
		<labelNoun>a needle penis</labelNoun>
 | 
			
		||||
		<description>A long thin needle penis</description>
 | 
			
		||||
		<descriptionHyperlinks>
 | 
			
		||||
			<ThingDef>NeedlePenis</ThingDef>
 | 
			
		||||
		</descriptionHyperlinks>
 | 
			
		||||
		<descriptionHyperlinks><ThingDef>NeedlePenis</ThingDef></descriptionHyperlinks>
 | 
			
		||||
		<spawnThingOnRemoved>NeedlePenis</spawnThingOnRemoved>
 | 
			
		||||
		<modExtensions>
 | 
			
		||||
			<li Class="rjw.PartProps">
 | 
			
		||||
| 
						 | 
				
			
			@ -19,15 +16,12 @@
 | 
			
		|||
			</li>
 | 
			
		||||
		</modExtensions>
 | 
			
		||||
	</rjw.HediffDef_PartBase>
 | 
			
		||||
 | 
			
		||||
	<rjw.HediffDef_PartBase ParentName="NaturalPrivatePartPenis">
 | 
			
		||||
		<defName>PigPenis</defName>
 | 
			
		||||
		<label>screw penis</label>
 | 
			
		||||
		<labelNoun>a screw penis</labelNoun>
 | 
			
		||||
		<description>A large screw penis.</description>
 | 
			
		||||
		<descriptionHyperlinks>
 | 
			
		||||
			<ThingDef>PigPenis</ThingDef>
 | 
			
		||||
		</descriptionHyperlinks>
 | 
			
		||||
		<descriptionHyperlinks><ThingDef>PigPenis</ThingDef></descriptionHyperlinks>
 | 
			
		||||
		<spawnThingOnRemoved>PigPenis</spawnThingOnRemoved>
 | 
			
		||||
		<modExtensions>
 | 
			
		||||
			<li Class="rjw.PartProps">
 | 
			
		||||
| 
						 | 
				
			
			@ -39,15 +33,12 @@
 | 
			
		|||
			</li>
 | 
			
		||||
		</modExtensions>
 | 
			
		||||
	</rjw.HediffDef_PartBase>
 | 
			
		||||
 | 
			
		||||
	<rjw.HediffDef_PartBase ParentName="NaturalPrivatePartPenis">
 | 
			
		||||
		<defName>MarinePenis</defName>
 | 
			
		||||
		<label>marine penis</label>
 | 
			
		||||
		<labelNoun>a marine penis</labelNoun>
 | 
			
		||||
		<description>A penis similar to those of marine mammals.</description>
 | 
			
		||||
		<descriptionHyperlinks>
 | 
			
		||||
			<ThingDef>MarinePenis</ThingDef>
 | 
			
		||||
		</descriptionHyperlinks>
 | 
			
		||||
		<descriptionHyperlinks><ThingDef>MarinePenis</ThingDef></descriptionHyperlinks>
 | 
			
		||||
		<spawnThingOnRemoved>MarinePenis</spawnThingOnRemoved>
 | 
			
		||||
		<modExtensions>
 | 
			
		||||
			<li Class="rjw.PartProps">
 | 
			
		||||
| 
						 | 
				
			
			@ -58,15 +49,12 @@
 | 
			
		|||
			</li>
 | 
			
		||||
		</modExtensions>
 | 
			
		||||
	</rjw.HediffDef_PartBase>
 | 
			
		||||
 | 
			
		||||
	<rjw.HediffDef_PartBase ParentName="NaturalPrivatePartPenis">
 | 
			
		||||
		<defName>TentaclePenis</defName>
 | 
			
		||||
		<label>alien penis</label>
 | 
			
		||||
		<labelNoun>an alien penis</labelNoun>
 | 
			
		||||
		<description>A alien penis featuring multiples tentacles.</description>
 | 
			
		||||
		<descriptionHyperlinks>
 | 
			
		||||
			<ThingDef>TentaclePenis</ThingDef>
 | 
			
		||||
		</descriptionHyperlinks>
 | 
			
		||||
		<descriptionHyperlinks><ThingDef>TentaclePenis</ThingDef></descriptionHyperlinks>
 | 
			
		||||
		<spawnThingOnRemoved>TentaclePenis</spawnThingOnRemoved>
 | 
			
		||||
		<modExtensions>
 | 
			
		||||
			<li Class="rjw.PartProps">
 | 
			
		||||
| 
						 | 
				
			
			@ -83,9 +71,7 @@
 | 
			
		|||
		<label>golem penis</label>
 | 
			
		||||
		<labelNoun>an golem penis</labelNoun>
 | 
			
		||||
		<description>A large rocky golem penis.</description>
 | 
			
		||||
		<descriptionHyperlinks>
 | 
			
		||||
			<ThingDef>GolemPenis</ThingDef>
 | 
			
		||||
		</descriptionHyperlinks>
 | 
			
		||||
		<descriptionHyperlinks><ThingDef>GolemPenis</ThingDef></descriptionHyperlinks>
 | 
			
		||||
		<spawnThingOnRemoved>GolemPenis</spawnThingOnRemoved>
 | 
			
		||||
		<modExtensions>
 | 
			
		||||
			<li Class="rjw.PartProps">
 | 
			
		||||
| 
						 | 
				
			
			@ -97,15 +83,12 @@
 | 
			
		|||
			</li>
 | 
			
		||||
		</modExtensions>
 | 
			
		||||
	</rjw.HediffDef_PartBase>
 | 
			
		||||
 | 
			
		||||
	<rjw.HediffDef_PartBase ParentName="NaturalPrivatePartPenis">
 | 
			
		||||
		<defName>OrcPenis</defName>
 | 
			
		||||
		<label>orc penis</label>
 | 
			
		||||
		<labelNoun>an orc penis</labelNoun>
 | 
			
		||||
		<description>A large orc penis.</description>
 | 
			
		||||
		<descriptionHyperlinks>
 | 
			
		||||
			<ThingDef>OrcPenis</ThingDef>
 | 
			
		||||
		</descriptionHyperlinks>
 | 
			
		||||
		<descriptionHyperlinks><ThingDef>OrcPenis</ThingDef></descriptionHyperlinks>
 | 
			
		||||
		<spawnThingOnRemoved>OrcPenis</spawnThingOnRemoved>
 | 
			
		||||
		<modExtensions>
 | 
			
		||||
			<li Class="rjw.PartProps">
 | 
			
		||||
| 
						 | 
				
			
			@ -116,15 +99,12 @@
 | 
			
		|||
			</li>
 | 
			
		||||
		</modExtensions>
 | 
			
		||||
	</rjw.HediffDef_PartBase>
 | 
			
		||||
 | 
			
		||||
	<rjw.HediffDef_PartBase ParentName="NaturalPrivatePartPenis">
 | 
			
		||||
		<defName>GhostPenis</defName>
 | 
			
		||||
		<label>ghost penis</label>
 | 
			
		||||
		<labelNoun>an ghost penis</labelNoun>
 | 
			
		||||
		<description>A evanescent ghost penis, you can barely feel it.</description>
 | 
			
		||||
		<descriptionHyperlinks>
 | 
			
		||||
			<ThingDef>GhostPenis</ThingDef>
 | 
			
		||||
		</descriptionHyperlinks>
 | 
			
		||||
		<descriptionHyperlinks><ThingDef>GhostPenis</ThingDef></descriptionHyperlinks>
 | 
			
		||||
		<spawnThingOnRemoved>GhostPenis</spawnThingOnRemoved>
 | 
			
		||||
		<modExtensions>
 | 
			
		||||
			<li Class="rjw.PartProps">
 | 
			
		||||
| 
						 | 
				
			
			@ -135,15 +115,12 @@
 | 
			
		|||
			</li>
 | 
			
		||||
		</modExtensions>
 | 
			
		||||
	</rjw.HediffDef_PartBase>
 | 
			
		||||
 | 
			
		||||
	<rjw.HediffDef_PartBase ParentName="NaturalPrivatePartPenis">
 | 
			
		||||
		<defName>NecroPenis</defName>
 | 
			
		||||
		<label>undead penis</label>
 | 
			
		||||
		<labelNoun>an undead penis</labelNoun>
 | 
			
		||||
		<description>A rotten, reanimated penis.</description>
 | 
			
		||||
		<descriptionHyperlinks>
 | 
			
		||||
			<ThingDef>NecroPenis</ThingDef>
 | 
			
		||||
		</descriptionHyperlinks>
 | 
			
		||||
		<descriptionHyperlinks><ThingDef>NecroPenis</ThingDef></descriptionHyperlinks>
 | 
			
		||||
		<spawnThingOnRemoved>NecroPenis</spawnThingOnRemoved>
 | 
			
		||||
		<modExtensions>
 | 
			
		||||
			<li Class="rjw.PartProps">
 | 
			
		||||
| 
						 | 
				
			
			@ -154,15 +131,12 @@
 | 
			
		|||
			</li>
 | 
			
		||||
		</modExtensions>
 | 
			
		||||
	</rjw.HediffDef_PartBase>
 | 
			
		||||
 | 
			
		||||
	<rjw.HediffDef_PartBase ParentName="NaturalPrivatePartVagina">
 | 
			
		||||
		<defName>GhostVagina</defName>
 | 
			
		||||
		<label>ghost vagina</label>
 | 
			
		||||
		<labelNoun>a ghost vagina</labelNoun>
 | 
			
		||||
		<description>A evanescent ghost vagina, you can barely feel it.</description>
 | 
			
		||||
		<descriptionHyperlinks>
 | 
			
		||||
			<ThingDef>GhostVagina</ThingDef>
 | 
			
		||||
		</descriptionHyperlinks>
 | 
			
		||||
		<descriptionHyperlinks><ThingDef>GhostVagina</ThingDef></descriptionHyperlinks>
 | 
			
		||||
		<spawnThingOnRemoved>GhostVagina</spawnThingOnRemoved>
 | 
			
		||||
		<modExtensions>
 | 
			
		||||
			<li Class="rjw.PartProps">
 | 
			
		||||
| 
						 | 
				
			
			@ -174,4 +148,5 @@
 | 
			
		|||
		</modExtensions>
 | 
			
		||||
	</rjw.HediffDef_PartBase>
 | 
			
		||||
 | 
			
		||||
	
 | 
			
		||||
</Defs>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<?xml version="1.0" encoding="utf-8" ?>
 | 
			
		||||
 | 
			
		||||
<Defs>
 | 
			
		||||
	<ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale">
 | 
			
		||||
| 
						 | 
				
			
			@ -10,7 +10,7 @@
 | 
			
		|||
			<Mass>0.40</Mass>
 | 
			
		||||
		</statBases>
 | 
			
		||||
	</ThingDef>
 | 
			
		||||
 | 
			
		||||
	
 | 
			
		||||
	<ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale">
 | 
			
		||||
		<defName>PigPenis</defName>
 | 
			
		||||
		<label>screw penis</label>
 | 
			
		||||
| 
						 | 
				
			
			@ -20,7 +20,7 @@
 | 
			
		|||
			<Mass>0.40</Mass>
 | 
			
		||||
		</statBases>
 | 
			
		||||
	</ThingDef>
 | 
			
		||||
 | 
			
		||||
	
 | 
			
		||||
	<ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale">
 | 
			
		||||
		<defName>MarinePenis</defName>
 | 
			
		||||
		<label>marine penis</label>
 | 
			
		||||
| 
						 | 
				
			
			@ -30,7 +30,7 @@
 | 
			
		|||
			<Mass>0.40</Mass>
 | 
			
		||||
		</statBases>
 | 
			
		||||
	</ThingDef>
 | 
			
		||||
 | 
			
		||||
	
 | 
			
		||||
	<ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale">
 | 
			
		||||
		<defName>TentaclePenis</defName>
 | 
			
		||||
		<label>alien penis</label>
 | 
			
		||||
| 
						 | 
				
			
			@ -40,7 +40,7 @@
 | 
			
		|||
			<Mass>0.40</Mass>
 | 
			
		||||
		</statBases>
 | 
			
		||||
	</ThingDef>
 | 
			
		||||
 | 
			
		||||
	
 | 
			
		||||
	<ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale">
 | 
			
		||||
		<defName>GolemPenis</defName>
 | 
			
		||||
		<label>golem penis</label>
 | 
			
		||||
| 
						 | 
				
			
			@ -50,7 +50,7 @@
 | 
			
		|||
			<Mass>0.40</Mass>
 | 
			
		||||
		</statBases>
 | 
			
		||||
	</ThingDef>
 | 
			
		||||
 | 
			
		||||
	
 | 
			
		||||
	<ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale">
 | 
			
		||||
		<defName>OrcPenis</defName>
 | 
			
		||||
		<label>orc penis</label>
 | 
			
		||||
| 
						 | 
				
			
			@ -60,7 +60,7 @@
 | 
			
		|||
			<Mass>0.40</Mass>
 | 
			
		||||
		</statBases>
 | 
			
		||||
	</ThingDef>
 | 
			
		||||
 | 
			
		||||
	
 | 
			
		||||
	<ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale">
 | 
			
		||||
		<defName>GhostPenis</defName>
 | 
			
		||||
		<label>ghost penis</label>
 | 
			
		||||
| 
						 | 
				
			
			@ -70,7 +70,7 @@
 | 
			
		|||
			<Mass>0.40</Mass>
 | 
			
		||||
		</statBases>
 | 
			
		||||
	</ThingDef>
 | 
			
		||||
 | 
			
		||||
	
 | 
			
		||||
	<ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale">
 | 
			
		||||
		<defName>NecroPenis</defName>
 | 
			
		||||
		<label>undead penis</label>
 | 
			
		||||
| 
						 | 
				
			
			@ -80,18 +80,17 @@
 | 
			
		|||
			<Mass>0.40</Mass>
 | 
			
		||||
		</statBases>
 | 
			
		||||
	</ThingDef>
 | 
			
		||||
 | 
			
		||||
	
 | 
			
		||||
	<ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale">
 | 
			
		||||
		<defName>GhostVagina</defName>
 | 
			
		||||
		<label>ghost vagina</label>
 | 
			
		||||
		<descriptionHyperlinks>
 | 
			
		||||
			<ThingDef>GhostVagina</ThingDef>
 | 
			
		||||
		</descriptionHyperlinks>
 | 
			
		||||
		<descriptionHyperlinks><ThingDef>GhostVagina</ThingDef></descriptionHyperlinks>
 | 
			
		||||
		<statBases>
 | 
			
		||||
			<MarketValue>250</MarketValue>
 | 
			
		||||
			<Mass>0.40</Mass>
 | 
			
		||||
		</statBases>
 | 
			
		||||
	</ThingDef>
 | 
			
		||||
	
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
</Defs>
 | 
			
		||||
</Defs>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										11
									
								
								Common/Patches/Genes/VRE_AndroidConvertableGenesDefs.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								Common/Patches/Genes/VRE_AndroidConvertableGenesDefs.xml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<Defs>
 | 
			
		||||
	<VREAndroids.AndroidConvertableGenesDef>
 | 
			
		||||
		<defName>rjw_genes_AndroidConvertableGenesDefs</defName>
 | 
			
		||||
		<geneCategories>
 | 
			
		||||
			<li>rjw_genes_gender</li>
 | 
			
		||||
		</geneCategories>
 | 
			
		||||
 | 
			
		||||
		
 | 
			
		||||
	</VREAndroids.AndroidConvertableGenesDef>
 | 
			
		||||
</Defs>
 | 
			
		||||
							
								
								
									
										54
									
								
								Common/Patches/Genes/VRE_GeneDefs_Androids.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										54
									
								
								Common/Patches/Genes/VRE_GeneDefs_Androids.xml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,54 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<Defs>
 | 
			
		||||
	<VREAndroids.AndroidGeneDef ParentName="VREA_SubroutineBase">
 | 
			
		||||
		<defName>rjw_genes_bionic_genitalia</defName>
 | 
			
		||||
		<label>bionic genitalia</label>
 | 
			
		||||
		<geneClass>RJW_Genes.Gene_GenitaliaType</geneClass>
 | 
			
		||||
		<description>This piece of hardware is a set of bionic genitals of high quality</description>
 | 
			
		||||
		<iconPath>Genes/Icons/Genitalia_human</iconPath>
 | 
			
		||||
			<modExtensions>
 | 
			
		||||
				<li Class="RJW_Genes.GenitaliaTypeExtension">
 | 
			
		||||
				<penis>BionicPenis</penis>
 | 
			
		||||
				<vagina>BionicVagina</vagina>
 | 
			
		||||
				<anus>BionicAnus</anus>
 | 
			
		||||
				<breasts>BionicBreasts</breasts>
 | 
			
		||||
				</li>
 | 
			
		||||
			</modExtensions>
 | 
			
		||||
		<displayOrderInCategory>802</displayOrderInCategory>
 | 
			
		||||
		<biostatMet>-2</biostatMet>
 | 
			
		||||
	</VREAndroids.AndroidGeneDef>
 | 
			
		||||
	
 | 
			
		||||
	<VREAndroids.AndroidGeneDef ParentName="VREA_HardwareBase">
 | 
			
		||||
		<defName>rjw_genes_hydrolic_genitalia</defName>
 | 
			
		||||
		<label>hydrolic genitalia</label>
 | 
			
		||||
		<geneClass>RJW_Genes.Gene_GenitaliaType</geneClass>
 | 
			
		||||
		<description>This piece of hardware is a set of crude hydrolic genitals, at least it come with a suspension system</description>
 | 
			
		||||
		<iconPath>Genes/Icons/Genitalia_human</iconPath>
 | 
			
		||||
			<modExtensions>
 | 
			
		||||
				<li Class="RJW_Genes.GenitaliaTypeExtension">
 | 
			
		||||
				<penis>HydraulicPenis</penis>
 | 
			
		||||
				<vagina>HydraulicVagina</vagina>
 | 
			
		||||
				<anus>HydraulicAnus</anus>
 | 
			
		||||
				<breasts>HydraulicBreasts</breasts>
 | 
			
		||||
				</li>
 | 
			
		||||
			</modExtensions>
 | 
			
		||||
		<displayOrderInCategory>802</displayOrderInCategory>
 | 
			
		||||
		<statFactors>
 | 
			
		||||
			<MoveSpeed>1.12</MoveSpeed>
 | 
			
		||||
		</statFactors>
 | 
			
		||||
	</VREAndroids.AndroidGeneDef>
 | 
			
		||||
	
 | 
			
		||||
	<VREAndroids.AndroidGeneDef ParentName="VREA_HardwareBase">
 | 
			
		||||
		<defName>rjw_genes_SexDisabled</defName>
 | 
			
		||||
		<label>sex disabled</label>
 | 
			
		||||
		<description>Androids do not feel satisfaction from sex, and have no need to feel it.</description>
 | 
			
		||||
		<iconPath>Genes/Icons/sex_disabled</iconPath>
 | 
			
		||||
		<displayOrderInCategory>3</displayOrderInCategory>
 | 
			
		||||
		<biostatCpx>1</biostatCpx>
 | 
			
		||||
		<disablesNeeds>
 | 
			
		||||
			<li>Sex</li>
 | 
			
		||||
		</disablesNeeds>
 | 
			
		||||
		<removeWhenAwakened>true</removeWhenAwakened>
 | 
			
		||||
	</VREAndroids.AndroidGeneDef>
 | 
			
		||||
	
 | 
			
		||||
</Defs>
 | 
			
		||||
							
								
								
									
										30
									
								
								Common/Patches/Genes/VRE_Genie_GeneDefs_Curiosity_sex.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								Common/Patches/Genes/VRE_Genie_GeneDefs_Curiosity_sex.xml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,30 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8" ?>
 | 
			
		||||
<Defs>
 | 
			
		||||
 | 
			
		||||
	<GeneDef Name="VRE_CuriosityBase" Abstract="True">
 | 
			
		||||
		<displayCategory>VRE_Curiosity</displayCategory>
 | 
			
		||||
		<exclusionTags>
 | 
			
		||||
			<li>VRE_Curiosity</li>
 | 
			
		||||
			<li>Curiosity</li>			
 | 
			
		||||
		</exclusionTags>
 | 
			
		||||
		<biostatMet>-2</biostatMet>
 | 
			
		||||
		<biostatCpx>2</biostatCpx>
 | 
			
		||||
	</GeneDef>
 | 
			
		||||
	
 | 
			
		||||
	<GeneDef ParentName="VRE_CuriosityBase">
 | 
			
		||||
		<defName>VRE_Curiosity_Sex</defName>
 | 
			
		||||
		<label>sex curiosity</label>
 | 
			
		||||
		<displayOrderInCategory>0</displayOrderInCategory>
 | 
			
		||||
		<description>The carrier has a natural curiosity for sex which makes them gain recreation whenever they learn it. Furthermore, curiosity prevents skill loss in sex completely. 
 | 
			
		||||
		</description>
 | 
			
		||||
		<iconPath>Genes/Icons/sex_curiosity</iconPath>		
 | 
			
		||||
		<modExtensions>
 | 
			
		||||
			<li Class="VanillaGenesExpanded.GeneExtension">
 | 
			
		||||
				<noSkillLoss>Sex</noSkillLoss>
 | 
			
		||||
				<skillRecreation>Sex</skillRecreation>
 | 
			
		||||
			</li>
 | 
			
		||||
		</modExtensions>	
 | 
			
		||||
	</GeneDef>	
 | 
			
		||||
 | 
			
		||||
	
 | 
			
		||||
</Defs>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,44 +1,26 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<?xml version="1.0" encoding="utf-8" ?>
 | 
			
		||||
<Patch>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Android</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/VREAndroids.AndroidGeneDef[defName="VREA_SyntheticBody"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>RobotLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>RobotLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Android</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/VREAndroids.AndroidGeneDef[defName="VREA_SyntheticSkin"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>RobotLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>RobotLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Android</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationReplace">
 | 
			
		||||
		<Operation Class="PatchOperationReplace">
 | 
			
		||||
			<xpath>/Defs/GeneCategoryDef[defName="VREA_Subroutine"]/displayPriorityInXenotype</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<displayPriorityInXenotype>10</displayPriorityInXenotype>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
</Patch>
 | 
			
		||||
 | 
			
		||||
</Patch>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,18 +1,12 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<?xml version="1.0" encoding="utf-8" ?>
 | 
			
		||||
<Patch>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Archon</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_Leatherskin"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>SkinLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>SkinLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
	
 | 
			
		||||
</Patch>
 | 
			
		||||
</Patch>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,46 +1,28 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<?xml version="1.0" encoding="utf-8" ?>
 | 
			
		||||
<Patch>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Fungoid</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_FungalCrest"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Fungoid</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_HairMushroom"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Fungoid</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_FungalFlesh"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
</Patch>
 | 
			
		||||
 | 
			
		||||
</Patch>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,45 +1,28 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<?xml version="1.0" encoding="utf-8" ?>
 | 
			
		||||
<Patch>
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Highmate</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_FelineEars"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>FurLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>FurLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Highmate</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_FelineTail"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>FurLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>FurLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Highmate</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_PerfectBody"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>SkinLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>SkinLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
</Patch>
 | 
			
		||||
 | 
			
		||||
</Patch>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,32 +1,20 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<?xml version="1.0" encoding="utf-8" ?>
 | 
			
		||||
<Patch>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Lycanthrope</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_ChestFur"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>FurLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>FurLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Lycanthrope</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_CanineTail"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>FurLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>FurLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
</Patch>
 | 
			
		||||
 | 
			
		||||
</Patch>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,46 +1,28 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<?xml version="1.0" encoding="utf-8" ?>
 | 
			
		||||
<Patch>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Phytokin</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_BarkSkin"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Phytokin</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_FoliageHair"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Phytokin</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_SapBlood"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>PlantLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
</Patch>
 | 
			
		||||
 | 
			
		||||
</Patch>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,74 +1,44 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<?xml version="1.0" encoding="utf-8" ?>
 | 
			
		||||
<Patch>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Sanguophage</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_SanguineHair"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>DemonLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>DemonLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Sanguophage</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_BatEars"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>TeratophileQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>TeratophileQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Sanguophage</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_UpperBatEars"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>TeratophileQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>TeratophileQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Sanguophage</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_Talons"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>DemonLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>DemonLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Sanguophage</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRE_BatNose"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>TeratophileQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>TeratophileQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
</Patch>
 | 
			
		||||
 | 
			
		||||
</Patch>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,73 +1,44 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<?xml version="1.0" encoding="utf-8" ?>
 | 
			
		||||
<Patch>
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Saurid</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRESaurids_FrilledEars"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Saurid</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRESaurids_GeckoTail"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Saurid</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRESaurids_CenterFrill"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Saurid</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRESaurids_GeckoTail"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
				<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
	</Operation>
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRESaurids_SauridClaws"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
 | 
			
		||||
	<Operation Class="PatchOperationFindMod">
 | 
			
		||||
		<mods>
 | 
			
		||||
			<li>Vanilla Races Expanded - Saurid</li>
 | 
			
		||||
		</mods>
 | 
			
		||||
		<match Class="PatchOperationAddModExtension">
 | 
			
		||||
	<Operation Class="PatchOperationAddModExtension">
 | 
			
		||||
			<xpath>/Defs/GeneDef[defName="VRESaurids_ScaleSkin"]</xpath>
 | 
			
		||||
			<value>
 | 
			
		||||
				<li Class="RJW_Genes.QirkExtension">
 | 
			
		||||
					<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				<Satisfiedquirk>ScaleLoverQuirk</Satisfiedquirk>
 | 
			
		||||
				</li>
 | 
			
		||||
			</value>
 | 
			
		||||
		</match>
 | 
			
		||||
	</Operation>
 | 
			
		||||
</Patch>
 | 
			
		||||
 | 
			
		||||
</Patch>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue