mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2026-06-18 19:25:57 +00:00
- Updated Breeding Pulse c# with more debugging information. - Updated Vanilla Genes Expanded Genie with updated function call. - Removed Licentia XML & method calls from Gene_Elasticity.cs - Fixed MatingCall Ability & checked to make sure Pheromone Spit was still functional. - Fixed incorrect mod requirement for sex curiosity Gene.
47 lines
No EOL
1.9 KiB
XML
47 lines
No EOL
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Defs>
|
|
|
|
<GeneDef>
|
|
<defName>rjw_genes_unbreakable</defName>
|
|
<label>unbreakable</label>
|
|
<displayCategory>rjw_genes_damage</displayCategory>
|
|
<description>Carriers of this gene are unable to get mood or social penalties from being raped and they cannot be broken for a long period of time.</description>
|
|
<iconPath>Genes/Icons/TrialDefend</iconPath>
|
|
<displayOrderInCategory>2</displayOrderInCategory>
|
|
<biostatMet>-1</biostatMet>
|
|
<biostatCpx>1</biostatCpx>
|
|
<!-- Note: This Gene is mostly handled by patching XMLs -->
|
|
<geneClass>RJW_Genes.Gene_Unbreakable</geneClass>
|
|
<hediffGiversCannotGive>
|
|
<li>FeelingBroken</li>
|
|
</hediffGiversCannotGive>
|
|
|
|
<modExtensions>
|
|
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VEF.Genes.GeneExtension">
|
|
<backgroundPathEndogenes>Genes/Icons/RJW_Genes_Endogene_Background</backgroundPathEndogenes>
|
|
<backgroundPathXenogenes>Genes/Icons/RJW_Genes_Xenogene_Background</backgroundPathXenogenes>
|
|
</li>
|
|
</modExtensions>
|
|
</GeneDef>
|
|
|
|
<GeneDef>
|
|
<defName>rjw_genes_elasticity</defName>
|
|
<label>elasticity</label>
|
|
<displayCategory>rjw_genes_damage</displayCategory>
|
|
<description>This Xenotype does not suffer any injury from being stretched by large penetrations or large volumes of fluid.</description>
|
|
<iconPath>Genes/Icons/Elasticity</iconPath>
|
|
<!-- <geneClass>RJW_Genes.Gene_Elasticity</geneClass> -->
|
|
<biostatMet>-1</biostatMet>
|
|
<biostatCpx>1</biostatCpx>
|
|
<displayOrderInCategory>1</displayOrderInCategory>
|
|
|
|
<modExtensions>
|
|
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core" Class="VEF.Genes.GeneExtension">
|
|
<backgroundPathEndogenes>Genes/Icons/RJW_Genes_Endogene_Background</backgroundPathEndogenes>
|
|
<backgroundPathXenogenes>Genes/Icons/RJW_Genes_Xenogene_Background</backgroundPathXenogenes>
|
|
</li>
|
|
</modExtensions>
|
|
</GeneDef>
|
|
|
|
|
|
</Defs> |