mirror of
				https://github.com/vegapnk/RJW-Genes.git
				synced 2024-08-15 00:23:31 +00:00 
			
		
		
		
	Added Patches for more popular Xenotypes
This commit is contained in:
		
							parent
							
								
									d1b45f02db
								
							
						
					
					
						commit
						4fc3f94f2a
					
				
					 17 changed files with 158 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -17,8 +17,9 @@
 | 
			
		|||
- Custom background icons when Vanilla-Expanded-Framework is loaded
 | 
			
		||||
- Sexual Age Drainer & Youth Fountain now change age as configured in XML
 | 
			
		||||
- Draft for a Hive-Start Scenario
 | 
			
		||||
- Added Orgasmic Mytosis Gene: On Multiple Orgasms, spawn an identical copy of a pawn. Items and Implants are not copied. 
 | 
			
		||||
- New Simple Genitalia Patches for popular Xenotypes (Thanks @Pali42K)
 | 
			
		||||
- Added Orgasmic Mytosis Gene: On Multiple Orgasms, spawn an identical copy of a pawn. Items and Implants are not copied.
 | 
			
		||||
- Patches for Alpha Genes Xenotypes and LTS Xenotech
 | 
			
		||||
- New Simple Genitalia Patches for other popular Xenotypes (Thanks @Pali42K)
 | 
			
		||||
 | 
			
		||||
**Internal:**
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										86
									
								
								Common/Patches/Xenotypes/PatchAlphaGenes.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										86
									
								
								Common/Patches/Xenotypes/PatchAlphaGenes.xml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,86 @@
 | 
			
		|||
<?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>
 | 
			
		||||
 | 
			
		||||
        <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="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="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="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="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>
 | 
			
		||||
    </operations>
 | 
			
		||||
</Operation>
 | 
			
		||||
</Patch>
 | 
			
		||||
							
								
								
									
										69
									
								
								Common/Patches/Xenotypes/PatchXenotech.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										69
									
								
								Common/Patches/Xenotypes/PatchXenotech.xml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,69 @@
 | 
			
		|||
<?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>
 | 
			
		||||
</Patch>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue