Add SexWithNonVeneratedAnimal HistoryEventDef

This commit is contained in:
amevarashi 2022-06-26 12:30:17 +05:00
parent 282f8f4283
commit 2599814c3a
2 changed files with 9 additions and 3 deletions

View File

@ -17,6 +17,7 @@ namespace RJWSexperience.Ideology
[MayRequireIdeology] public static readonly MemeDef Necrophile = DefDatabase<MemeDef>.GetNamed("Necrophile");
[MayRequireIdeology] public static readonly HistoryEventDef SexWithAnimal = DefDatabase<HistoryEventDef>.GetNamed("SexWithAnimal");
[MayRequireIdeology] public static readonly HistoryEventDef SexWithVeneratedAnimal = DefDatabase<HistoryEventDef>.GetNamed("SexWithVeneratedAnimal");
[MayRequireIdeology] public static readonly HistoryEventDef SexWithNonVeneratedAnimal = DefDatabase<HistoryEventDef>.GetNamed("SexWithNonVeneratedAnimal");
[MayRequireIdeology] public static readonly HistoryEventDef SexWithBondedAnimal = DefDatabase<HistoryEventDef>.GetNamed("SexWithBondedAnimal");
[MayRequireIdeology] public static readonly HistoryEventDef SexWithNonBondAnimal = DefDatabase<HistoryEventDef>.GetNamed("SexWithNonBondAnimal");
[MayRequireIdeology] public static readonly HistoryEventDef Raped = DefDatabase<HistoryEventDef>.GetNamed("Raped");

View File

@ -18,6 +18,11 @@
<label>sex with venerated animal</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>SexWithNonVeneratedAnimal</defName>
<label>sex with non venerated animal</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>SexWithBondedAnimal</defName>
<label>Sex with bonded</label>
@ -25,7 +30,7 @@
<HistoryEventDef>
<defName>SexWithNonBondAnimal</defName>
<label>Sex with Non Bonded</label>
<label>Sex with non Bonded</label>
</HistoryEventDef>
<!-- Precepts -->
@ -222,12 +227,12 @@
</requiredMemes>
<comps>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>SexWithAnimal</eventDef>
<eventDef>SexWithNonVeneratedAnimal</eventDef>
<thought>Bestiality_Nonvenerated_Disapproved</thought>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>SexWithAnimal</eventDef>
<eventDef>SexWithNonVeneratedAnimal</eventDef>
<thought>Bestiality_Nonvenerated_Know_Disapproved</thought>
<description>Someone sex with any animal</description>
<onlyForNonSlaves>true</onlyForNonSlaves>