mirror of
				https://github.com/vegapnk/RJW-Genes.git
				synced 2024-08-15 00:23:31 +00:00 
			
		
		
		
	Fixed hidden dependencies on Ideology icons by copying them (closes #118)
This commit is contained in:
		
							parent
							
								
									9d6361454e
								
							
						
					
					
						commit
						b263b68538
					
				
					 9 changed files with 25 additions and 31 deletions
				
			
		| 
						 | 
				
			
			@ -96,6 +96,7 @@ but they are meant mostly to have infectors immune against their own diseases.
 | 
			
		|||
 | 
			
		||||
- Fixed an Issue where pawns would always get the Pheromone social boost, unless they had the pheromone (#113)
 | 
			
		||||
- Fixed two hidden dependencies on Ideology and Royalty (#115)
 | 
			
		||||
- Fixed some more hidden dependencies on Ideology Icons (#118)
 | 
			
		||||
 | 
			
		||||
**Internal:**
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,7 +7,7 @@
 | 
			
		|||
    <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>
 | 
			
		||||
    <iconPath>Genes/Icons/TrialDefend</iconPath>
 | 
			
		||||
    <displayOrderInCategory>2</displayOrderInCategory>
 | 
			
		||||
    <biostatMet>-1</biostatMet>
 | 
			
		||||
    <biostatCpx>1</biostatCpx>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -23,7 +23,7 @@
 | 
			
		|||
            imply negative side-effects.</description>
 | 
			
		||||
        <biostatCpx>1</biostatCpx>
 | 
			
		||||
        <biostatMet>-1</biostatMet>
 | 
			
		||||
        <iconPath>UI/Icons/Rituals/TrialDefend</iconPath>
 | 
			
		||||
        <iconPath>Genes/Icons/TrialDefend</iconPath>
 | 
			
		||||
        <modExtensions>
 | 
			
		||||
            <li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core"
 | 
			
		||||
                Class="VanillaGenesExpanded.GeneExtension">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -52,31 +52,6 @@
 | 
			
		|||
        </modExtensions>
 | 
			
		||||
    </GeneDef>
 | 
			
		||||
 | 
			
		||||
    <!-- 
 | 
			
		||||
	<GeneDef>
 | 
			
		||||
        <defName>rjw_genes_sadist_gene</defName>
 | 
			
		||||
        <label>sadist</label>
 | 
			
		||||
        <displayCategory>Reproduction</displayCategory>
 | 
			
		||||
        <description>Xenotypes with this Gene are Sadists.</description>
 | 
			
		||||
        <iconPath>Genes/Icons/Rape</iconPath>
 | 
			
		||||
        <biostatMet>1</biostatMet>
 | 
			
		||||
        <displayOrderInCategory>2</displayOrderInCategory>    
 | 
			
		||||
        <forcedTraits>
 | 
			
		||||
            <li>
 | 
			
		||||
                <def>rjw_genes_sadist</def>
 | 
			
		||||
            </li>
 | 
			
		||||
        </forcedTraits>
 | 
			
		||||
 | 
			
		||||
        <modExtensions>
 | 
			
		||||
			<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core"
 | 
			
		||||
    Class="VanillaGenesExpanded.GeneExtension">
 | 
			
		||||
				<backgroundPathEndogenes>Genes/Icons/RJW_Genes_Endogene_Background</backgroundPathEndogenes>
 | 
			
		||||
				<backgroundPathXenogenes>Genes/Icons/RJW_Genes_Xenogene_Background</backgroundPathXenogenes>
 | 
			
		||||
			</li>
 | 
			
		||||
		</modExtensions>
 | 
			
		||||
    </GeneDef>
 | 
			
		||||
	-->
 | 
			
		||||
 | 
			
		||||
    <GeneDef>
 | 
			
		||||
        <defName>rjw_genes_masochist</defName>
 | 
			
		||||
        <label>masochist</label>
 | 
			
		||||
| 
						 | 
				
			
			@ -106,7 +81,7 @@
 | 
			
		|||
        <label>homosexual</label>
 | 
			
		||||
        <displayCategory>Reproduction</displayCategory>
 | 
			
		||||
        <description>This Gene makes you gay.</description>
 | 
			
		||||
        <iconPath>UI\Ideoligions\Universal\RoundC</iconPath>
 | 
			
		||||
        <iconPath>Genes/Icons/RoundC</iconPath>
 | 
			
		||||
        <biostatMet>0</biostatMet>
 | 
			
		||||
        <displayOrderInCategory>3</displayOrderInCategory>
 | 
			
		||||
        <forcedTraits>
 | 
			
		||||
| 
						 | 
				
			
			@ -134,7 +109,7 @@
 | 
			
		|||
        <label>bisexual</label>
 | 
			
		||||
        <displayCategory>Reproduction</displayCategory>
 | 
			
		||||
        <description>Carriers of this Gene are Bisexual.</description>
 | 
			
		||||
        <iconPath>UI\Ideoligions\Universal\RoundC</iconPath>
 | 
			
		||||
        <iconPath>Genes/Icons/RoundC</iconPath>
 | 
			
		||||
        <biostatMet>0</biostatMet>
 | 
			
		||||
        <displayOrderInCategory>4</displayOrderInCategory>
 | 
			
		||||
        <forcedTraits>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,7 +19,7 @@
 | 
			
		|||
            partially filled)</description>
 | 
			
		||||
        <biostatCpx>1</biostatCpx>
 | 
			
		||||
        <biostatMet>-2</biostatMet>
 | 
			
		||||
        <iconPath>UI/Memes/FleshPurity</iconPath>
 | 
			
		||||
        <iconPath>Genes/Icons/FleshPurity</iconPath>
 | 
			
		||||
        <displayOrderInCategory>1</displayOrderInCategory>
 | 
			
		||||
    </GeneDef>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -30,7 +30,7 @@
 | 
			
		|||
            (Partner stays adult)</description>
 | 
			
		||||
        <biostatCpx>2</biostatCpx>
 | 
			
		||||
        <biostatMet>-2</biostatMet>
 | 
			
		||||
        <iconPath>UI/Ideoligions/FireLeaves</iconPath>
 | 
			
		||||
        <iconPath>Genes/Icons/FireLeaves</iconPath>
 | 
			
		||||
        <displayOrderInCategory>2</displayOrderInCategory>
 | 
			
		||||
        <modExtensions>
 | 
			
		||||
            <li Class="RJW_Genes.AgeTransferExtension">
 | 
			
		||||
| 
						 | 
				
			
			@ -194,6 +194,15 @@
 | 
			
		|||
                    <li>rjw_genes_feminizer</li>
 | 
			
		||||
                </givesImmunityAgainst>
 | 
			
		||||
            </li>
 | 
			
		||||
            <li Class="RJW_Genes.HediffIncreaseOnSexExtension">
 | 
			
		||||
                <hediffDef>rjw_genes_feminization_progress</hediffDef>
 | 
			
		||||
                <canCreateHediff>true</canCreateHediff>
 | 
			
		||||
                <severityIncrease>0.01</severityIncrease>
 | 
			
		||||
                <applicationChance>1.00</applicationChance>
 | 
			
		||||
                <applicableForWomen>false</applicableForWomen>
 | 
			
		||||
                <applicableForMen>true</applicableForMen>
 | 
			
		||||
                <requiresPenetrativeSex>false</requiresPenetrativeSex>
 | 
			
		||||
            </li>
 | 
			
		||||
        </modExtensions>
 | 
			
		||||
    </GeneDef>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -212,6 +221,15 @@
 | 
			
		|||
                    <li>rjw_genes_twinkifier</li>
 | 
			
		||||
                </givesImmunityAgainst>
 | 
			
		||||
            </li>
 | 
			
		||||
            <li Class="RJW_Genes.HediffIncreaseOnSexExtension">
 | 
			
		||||
                <hediffDef>rjw_genes_twinkification_progress</hediffDef>
 | 
			
		||||
                <canCreateHediff>true</canCreateHediff>
 | 
			
		||||
                <severityIncrease>0.01</severityIncrease>
 | 
			
		||||
                <applicationChance>1.00</applicationChance>
 | 
			
		||||
                <applicableForWomen>false</applicableForWomen>
 | 
			
		||||
                <applicableForMen>true</applicableForMen>
 | 
			
		||||
                <requiresPenetrativeSex>false</requiresPenetrativeSex>
 | 
			
		||||
            </li>
 | 
			
		||||
        </modExtensions>
 | 
			
		||||
    </GeneDef>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										
											BIN
										
									
								
								Common/Textures/Genes/Icons/FireLeaves.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Common/Textures/Genes/Icons/FireLeaves.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 4.7 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								Common/Textures/Genes/Icons/FleshPurity.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Common/Textures/Genes/Icons/FleshPurity.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 8.6 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								Common/Textures/Genes/Icons/RoundC.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Common/Textures/Genes/Icons/RoundC.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 2.2 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								Common/Textures/Genes/Icons/TrialDefend.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Common/Textures/Genes/Icons/TrialDefend.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 4.2 KiB  | 
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue