2022-07-26 03:55:56 +00:00
|
|
|
|
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;
|
|
|
|
|
|
|
|
|
|
[MayRequireIdeology] public static readonly MemeDef Zoophile;
|
|
|
|
|
[MayRequireIdeology] public static readonly MemeDef Rapist;
|
|
|
|
|
[MayRequireIdeology] public static readonly MemeDef Necrophile;
|
|
|
|
|
[MayRequireIdeology] public static readonly PreceptDef Bestiality_OnlyVenerated;
|
|
|
|
|
[MayRequireIdeology] public static readonly PreceptDef BabyFaction_AlwaysFather;
|
|
|
|
|
[MayRequireIdeology] public static readonly PreceptDef BabyFaction_AlwaysColony;
|
|
|
|
|
[MayRequireIdeology] public static readonly PreceptDef Submissive_Male;
|
|
|
|
|
[MayRequireIdeology] public static readonly PreceptDef Submissive_Female;
|
2022-10-22 05:12:18 +00:00
|
|
|
|
[MayRequireIdeology] public static readonly PreceptDef ProselyzingByOrgasm;
|
2022-07-26 03:55:56 +00:00
|
|
|
|
}
|
|
|
|
|
}
|