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 MemeDef Necrophile = DefDatabase<MemeDef>.GetNamed("Necrophile");
[MayRequireIdeology] public static readonly HistoryEventDef SexWithAnimal = DefDatabase<HistoryEventDef>.GetNamed("SexWithAnimal"); [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 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 SexWithBondedAnimal = DefDatabase<HistoryEventDef>.GetNamed("SexWithBondedAnimal");
[MayRequireIdeology] public static readonly HistoryEventDef SexWithNonBondAnimal = DefDatabase<HistoryEventDef>.GetNamed("SexWithNonBondAnimal"); [MayRequireIdeology] public static readonly HistoryEventDef SexWithNonBondAnimal = DefDatabase<HistoryEventDef>.GetNamed("SexWithNonBondAnimal");
[MayRequireIdeology] public static readonly HistoryEventDef Raped = DefDatabase<HistoryEventDef>.GetNamed("Raped"); [MayRequireIdeology] public static readonly HistoryEventDef Raped = DefDatabase<HistoryEventDef>.GetNamed("Raped");

View file

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