using RimWorld; using Verse; namespace RJWSexperience.Ideology { [DefOf] public static class VariousDefOf { public static readonly JobDef RapeVictim; public static readonly JobDef Gangbang; public static readonly JobDef GettinGangbang; public static readonly JobDef DrugSex; public static readonly JobDef GettinDrugSex; public static readonly JobDef DrugMasturbate; public static readonly MemeDef Zoophile; public static readonly MemeDef Rapist; public static readonly MemeDef Necrophile; public static readonly IssueDef Incestuos; public static readonly PreceptDef Incestuos_Free; public static readonly PreceptDef Incestuos_Disapproved_CloseOnly; public static readonly PreceptDef Incestuos_Disapproved; public static readonly PreceptDef Incestuos_Forbidden; public static readonly PreceptDef Incestuos_IncestOnly; public static readonly PreceptDef Bestiality_OnlyVenerated; public static readonly PreceptDef BabyFaction_AlwaysFather; public static readonly PreceptDef BabyFaction_AlwaysColony; public static readonly PreceptDef Submissive_Male; public static readonly PreceptDef Submissive_Female; public static readonly PreceptDef ProselyzingByOrgasm; [MayRequireBiotech] public static readonly HediffDef PregnantHuman; } }