mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added Sexuality Genes
This commit is contained in:
parent
ee85bd750d
commit
be7f280ae7
3 changed files with 41 additions and 1 deletions
|
@ -6,6 +6,7 @@ Features:
|
||||||
- Orgasm Rush got a Hediff
|
- Orgasm Rush got a Hediff
|
||||||
- Unbreakable Gene
|
- Unbreakable Gene
|
||||||
- Age-Transfer and Youth-Fountain per Sex Gene
|
- Age-Transfer and Youth-Fountain per Sex Gene
|
||||||
|
- Bisexual and Homosexual Genes with Placeholder Icon
|
||||||
- Balancing some Genes by changing metabolism and complexity
|
- Balancing some Genes by changing metabolism and complexity
|
||||||
|
|
||||||
Succubus:
|
Succubus:
|
||||||
|
|
|
@ -29,4 +29,41 @@
|
||||||
</li>
|
</li>
|
||||||
</forcedTraits>
|
</forcedTraits>
|
||||||
</GeneDef>
|
</GeneDef>
|
||||||
|
|
||||||
|
<GeneDef>
|
||||||
|
<defName>rjw_genes_homosexual</defName>
|
||||||
|
<label>Homosexual</label>
|
||||||
|
<displayCategory>Reproduction</displayCategory>
|
||||||
|
<description>This Gene makes you gay.</description>
|
||||||
|
<iconPath>UI\Ideoligions\Universal\RoundC</iconPath>
|
||||||
|
<biostatMet>0</biostatMet>
|
||||||
|
<displayOrderInCategory>3</displayOrderInCategory>
|
||||||
|
<forcedTraits>
|
||||||
|
<li>
|
||||||
|
<def>Gay</def>
|
||||||
|
</li>
|
||||||
|
</forcedTraits>
|
||||||
|
<exclusionTags>
|
||||||
|
<li>rjw_genes_sexual_orientation</li>
|
||||||
|
</exclusionTags>
|
||||||
|
</GeneDef>
|
||||||
|
|
||||||
|
<GeneDef>
|
||||||
|
<defName>rjw_genes_bisexual</defName>
|
||||||
|
<label>Bisexual</label>
|
||||||
|
<displayCategory>Reproduction</displayCategory>
|
||||||
|
<description>Carriers of this Gene are Bisexual.</description>
|
||||||
|
<iconPath>UI\Ideoligions\Universal\RoundC</iconPath>
|
||||||
|
<biostatMet>0</biostatMet>
|
||||||
|
<displayOrderInCategory>4</displayOrderInCategory>
|
||||||
|
<forcedTraits>
|
||||||
|
<li>
|
||||||
|
<def>Bisexual</def>
|
||||||
|
</li>
|
||||||
|
</forcedTraits>
|
||||||
|
<exclusionTags>
|
||||||
|
<li>rjw_genes_sexual_orientation</li>
|
||||||
|
</exclusionTags>
|
||||||
|
</GeneDef>
|
||||||
|
|
||||||
</Defs>
|
</Defs>
|
|
@ -51,6 +51,7 @@ namespace RJW_Genes
|
||||||
public static readonly GeneDef rjw_genes_mechbreeder;
|
public static readonly GeneDef rjw_genes_mechbreeder;
|
||||||
public static readonly GeneDef rjw_genes_insectincubator;
|
public static readonly GeneDef rjw_genes_insectincubator;
|
||||||
public static readonly GeneDef rjw_genes_insectbreeder;
|
public static readonly GeneDef rjw_genes_insectbreeder;
|
||||||
|
public static readonly GeneDef rjw_genes_zoophile;
|
||||||
|
|
||||||
// Cum
|
// Cum
|
||||||
public static readonly GeneDef rjw_genes_no_cum;
|
public static readonly GeneDef rjw_genes_no_cum;
|
||||||
|
@ -63,7 +64,8 @@ namespace RJW_Genes
|
||||||
// Reproduction
|
// Reproduction
|
||||||
public static readonly GeneDef rjw_genes_hypersexual;
|
public static readonly GeneDef rjw_genes_hypersexual;
|
||||||
public static readonly GeneDef rjw_genes_rapist;
|
public static readonly GeneDef rjw_genes_rapist;
|
||||||
public static readonly GeneDef rjw_genes_zoophile;
|
public static readonly GeneDef rjw_genes_homosexual;
|
||||||
|
public static readonly GeneDef rjw_genes_bisexual;
|
||||||
|
|
||||||
// Damage & Side Effects
|
// Damage & Side Effects
|
||||||
[MayRequire("LustLicentia.RJWLabs")] public static readonly GeneDef rjw_genes_elasticity;
|
[MayRequire("LustLicentia.RJWLabs")] public static readonly GeneDef rjw_genes_elasticity;
|
||||||
|
|
Loading…
Reference in a new issue