2022-04-23 20:12:02 +00:00
|
|
|
|
using RimWorld;
|
2021-07-27 14:28:31 +00:00
|
|
|
|
using Verse;
|
|
|
|
|
|
|
|
|
|
namespace RJWSexperience
|
|
|
|
|
{
|
2022-07-23 10:41:57 +00:00
|
|
|
|
[DefOf]
|
2022-04-23 20:12:02 +00:00
|
|
|
|
public static class VariousDefOf
|
|
|
|
|
{
|
2022-07-23 10:41:57 +00:00
|
|
|
|
public static readonly RecordDef NumofEatenCum;
|
|
|
|
|
public static readonly RecordDef AmountofEatenCum;
|
|
|
|
|
public static readonly RecordDef Lust;
|
|
|
|
|
public static readonly RecordDef VaginalSexCount;
|
|
|
|
|
public static readonly RecordDef AnalSexCount;
|
|
|
|
|
public static readonly RecordDef OralSexCount;
|
|
|
|
|
public static readonly RecordDef BlowjobCount;
|
|
|
|
|
public static readonly RecordDef CunnilingusCount;
|
|
|
|
|
public static readonly RecordDef GenitalCaressCount;
|
|
|
|
|
public static readonly RecordDef HandjobCount;
|
|
|
|
|
public static readonly RecordDef FingeringCount;
|
|
|
|
|
public static readonly RecordDef FootjobCount;
|
|
|
|
|
public static readonly RecordDef MiscSexualBehaviorCount;
|
|
|
|
|
public static readonly RecordDef SexPartnerCount;
|
|
|
|
|
public static readonly RecordDef OrgasmCount;
|
|
|
|
|
public static readonly SkillDef Sex;
|
|
|
|
|
public static readonly ThingDef CumBucket;
|
|
|
|
|
public static readonly ThingDef GatheredCum;
|
|
|
|
|
public static readonly ThingDef FilthCum;
|
|
|
|
|
public static readonly ChemicalDef Cum;
|
|
|
|
|
public static readonly NeedDef Chemical_Cum;
|
|
|
|
|
public static readonly TraitDef Virgin;
|
|
|
|
|
public static readonly KeyBindingDef OpenSexStatistics;
|
|
|
|
|
public static readonly StatDef SexAbility;
|
|
|
|
|
|
|
|
|
|
public static readonly HediffDef CumAddiction;
|
|
|
|
|
public static readonly HediffDef CumTolerance;
|
2022-04-23 20:12:02 +00:00
|
|
|
|
}
|
2021-07-27 14:28:31 +00:00
|
|
|
|
}
|