2022-12-25 11:38:05 +00:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
using Verse;
|
|
|
|
|
using RimWorld;
|
|
|
|
|
|
|
|
|
|
namespace RJW_Genes
|
|
|
|
|
{
|
|
|
|
|
[DefOf]
|
|
|
|
|
public static class HediffDefOf
|
|
|
|
|
{
|
2023-01-17 15:44:08 +00:00
|
|
|
|
public static readonly HediffDef rjw_genes_aphrodisiac_pheromone;
|
2024-05-26 21:41:32 +00:00
|
|
|
|
public static readonly HediffDef rjw_genes_fertilin_lost;
|
|
|
|
|
public static readonly HediffDef rjw_genes_succubus_drained;
|
2023-01-15 20:14:26 +00:00
|
|
|
|
public static readonly HediffDef rjw_genes_orgasm_rush_hediff;
|
2024-05-26 21:41:32 +00:00
|
|
|
|
public static readonly HediffDef rjw_genes_fertilin_craving;
|
2023-06-28 12:45:43 +00:00
|
|
|
|
public static readonly HediffDef rjw_genes_evergrowth_sideeffect;
|
2023-06-05 13:51:15 +00:00
|
|
|
|
public static readonly HediffDef rjw_genes_orgasmic_mytosis_hediff;
|
|
|
|
|
public static readonly HediffDef rjw_genes_mytosis_shock_hediff;
|
2024-05-29 16:16:26 +00:00
|
|
|
|
|
2024-07-09 17:48:51 +00:00
|
|
|
|
public static readonly HediffDef rjw_genes_twinkification_progress;
|
|
|
|
|
public static readonly HediffDef rjw_genes_feminization_progress;
|
|
|
|
|
|
|
|
|
|
// Note: Counter does meant it counters it, not it's counting
|
2024-06-06 12:40:42 +00:00
|
|
|
|
[MayRequire("LustLicentia.RJWLabs")] public static readonly HediffDef rjw_genes_cumstuffed_counter;
|
|
|
|
|
[MayRequire("LustLicentia.RJWLabs")] public static readonly HediffDef rjw_genes_cumflation_counter;
|
|
|
|
|
|
2024-05-28 19:40:07 +00:00
|
|
|
|
public static readonly HediffDef OvaryAgitator;
|
|
|
|
|
public static readonly HediffDef Bioscaffold;
|
2022-12-25 11:38:05 +00:00
|
|
|
|
}
|
|
|
|
|
}
|