mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
53 lines
No EOL
1.9 KiB
XML
53 lines
No EOL
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Defs>
|
|
<GeneDef Name="GeneCumAmount" Abstract="True">
|
|
<displayCategory>rjw_genes_cum</displayCategory>
|
|
<exclusionTags>
|
|
<li>CumAmount</li>
|
|
</exclusionTags>
|
|
<randomChosen>false</randomChosen>
|
|
<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>
|
|
|
|
<!-- Penis -->
|
|
<GeneDef ParentName="GeneCumAmount">
|
|
<defName>rjw_genes_no_cum</defName>
|
|
<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>
|
|
<displayOrderInCategory>533</displayOrderInCategory>
|
|
<biostatCpx>0</biostatCpx>
|
|
<biostatMet>1</biostatMet>
|
|
</GeneDef>
|
|
|
|
<GeneDef ParentName="GeneCumAmount">
|
|
<defName>rjw_genes_much_cum</defName>
|
|
<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>
|
|
<displayOrderInCategory>534</displayOrderInCategory>
|
|
<biostatCpx>1</biostatCpx>
|
|
<biostatMet>-1</biostatMet>
|
|
</GeneDef>
|
|
|
|
<GeneDef ParentName="GeneCumAmount">
|
|
<defName>rjw_genes_very_much_cum</defName>
|
|
<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>
|
|
<displayOrderInCategory>535</displayOrderInCategory>
|
|
<biostatCpx>1</biostatCpx>
|
|
<biostatMet>-2</biostatMet>
|
|
</GeneDef>
|
|
|
|
</Defs> |