mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
73 lines
No EOL
2.2 KiB
XML
73 lines
No EOL
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<Patch>
|
|
<Operation Class="PatchOperationAddModExtension">
|
|
<xpath>/Defs/InteractionDef[defName="Sex_Vaginal"]</xpath>
|
|
<value>
|
|
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
|
|
<pawnEvents>
|
|
<li>RSI_VaginalSex</li>
|
|
</pawnEvents>
|
|
<partnerEvents>
|
|
<li>RSI_VaginalSex</li>
|
|
</partnerEvents>
|
|
</li>
|
|
</value>
|
|
</Operation>
|
|
|
|
<Operation Class="PatchOperationAddModExtension">
|
|
<xpath>/Defs/InteractionDef[defName="Sex_Anal" or defName="Sex_Rimming"]</xpath>
|
|
<value>
|
|
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
|
|
<pawnEvents>
|
|
<li>RSI_AnalSex</li>
|
|
</pawnEvents>
|
|
<partnerEvents>
|
|
<li>RSI_AnalSex</li>
|
|
</partnerEvents>
|
|
</li>
|
|
</value>
|
|
</Operation>
|
|
|
|
<Operation Class="PatchOperationAddModExtension">
|
|
<xpath>/Defs/InteractionDef[defName="Sex_Beakjob" or defName="Sex_Cunnilingus" or defName="Sex_Fellatio" or defName="Sex_Makeout" or defName="Sex_Sixtynine"]</xpath>
|
|
<value>
|
|
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
|
|
<pawnEvents>
|
|
<li>RSI_OralSex</li>
|
|
</pawnEvents>
|
|
<partnerEvents>
|
|
<li>RSI_OralSex</li>
|
|
</partnerEvents>
|
|
</li>
|
|
</value>
|
|
</Operation>
|
|
|
|
<Operation Class="PatchOperationAddModExtension">
|
|
<xpath>/Defs/InteractionDef[defName="Sex_Breastjob" or defName="Sex_Fingering" or defName="Sex_Footjob" or defName="Sex_Handjob" or defName="Sex_MutualHandholding" or defName="Sex_MutualMasturbation" or defName="Sex_MutualTailholding"]</xpath>
|
|
<value>
|
|
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
|
|
<pawnEvents>
|
|
<li>RSI_MiscSex</li>
|
|
</pawnEvents>
|
|
<partnerEvents>
|
|
<li>RSI_MiscSex</li>
|
|
</partnerEvents>
|
|
</li>
|
|
</value>
|
|
</Operation>
|
|
|
|
<Operation Class="PatchOperationAddModExtension">
|
|
<xpath>/Defs/InteractionDef[defName="Sex_DoublePenetration" or defName="Sex_DoublePenetrationM" or defName="Sex_Fisting" or defName="Sex_Scissoring"]</xpath>
|
|
<value>
|
|
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
|
|
<pawnEvents>
|
|
<li>RSI_PromiscuousSex</li>
|
|
</pawnEvents>
|
|
<partnerEvents>
|
|
<li>RSI_PromiscuousSex</li>
|
|
</partnerEvents>
|
|
</li>
|
|
</value>
|
|
</Operation>
|
|
</Patch> |