Fixed Path of Used-Condom Ingestion, Added SexSkill Aptitude to Succubi and Incubi when present, CAI5000 is incompatible mod

This commit is contained in:
Vegapnk 2023-02-21 09:26:01 +01:00
parent 6ab90baccd
commit c187765400
4 changed files with 41 additions and 6 deletions

View file

@ -3,14 +3,16 @@
<!-- Add RJW Sex meditation focus icon to VanillaPsycastsExpanded -->
<Operation Class="PatchOperationFindMod">
<mods>
<li>RJW Sexperience</li>
<li>RimJobWorld</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="UsedCondom"]/ingestible/outcomeDoers</xpath>
<xpath>/Defs/ThingDef[defName="UsedCondom"]/ingestible</xpath>
<value>
<li Class="RJW_Genes.IngestionOutcomeDoer_LifeForceOffset">
<FertilinPerUnit>1</FertilinPerUnit>
</li>
<outcomeDoers>
<li Class="RJW_Genes.IngestionOutcomeDoer_LifeForceOffset">
<FertilinPerUnit>1</FertilinPerUnit>
</li>
</outcomeDoers>
</value>
</match>
</Operation>