mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Fixed Path of Used-Condom Ingestion, Added SexSkill Aptitude to Succubi and Incubi when present, CAI5000 is incompatible mod
This commit is contained in:
parent
6ab90baccd
commit
c187765400
4 changed files with 41 additions and 6 deletions
|
@ -3,14 +3,16 @@
|
||||||
<!-- Add RJW Sex meditation focus icon to VanillaPsycastsExpanded -->
|
<!-- Add RJW Sex meditation focus icon to VanillaPsycastsExpanded -->
|
||||||
<Operation Class="PatchOperationFindMod">
|
<Operation Class="PatchOperationFindMod">
|
||||||
<mods>
|
<mods>
|
||||||
<li>RJW Sexperience</li>
|
<li>RimJobWorld</li>
|
||||||
</mods>
|
</mods>
|
||||||
<match Class="PatchOperationAdd">
|
<match Class="PatchOperationAdd">
|
||||||
<xpath>/Defs/ThingDef[defName="UsedCondom"]/ingestible/outcomeDoers</xpath>
|
<xpath>/Defs/ThingDef[defName="UsedCondom"]/ingestible</xpath>
|
||||||
<value>
|
<value>
|
||||||
<li Class="RJW_Genes.IngestionOutcomeDoer_LifeForceOffset">
|
<outcomeDoers>
|
||||||
<FertilinPerUnit>1</FertilinPerUnit>
|
<li Class="RJW_Genes.IngestionOutcomeDoer_LifeForceOffset">
|
||||||
</li>
|
<FertilinPerUnit>1</FertilinPerUnit>
|
||||||
|
</li>
|
||||||
|
</outcomeDoers>
|
||||||
</value>
|
</value>
|
||||||
</match>
|
</match>
|
||||||
</Operation>
|
</Operation>
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<Patch>
|
||||||
|
<Operation Class="PatchOperationSequence">
|
||||||
|
<operations>
|
||||||
|
<li Class="PatchOperationFindMod">
|
||||||
|
<mods>
|
||||||
|
<li>RJW Sexperience</li>
|
||||||
|
</mods>
|
||||||
|
<match Class="PatchOperationAdd">
|
||||||
|
<xpath>Defs/XenotypeDef[defName="rjw_genes_succubus"]/genes</xpath>
|
||||||
|
<value>
|
||||||
|
<li>AptitudeRemarkable_Sex</li>
|
||||||
|
</value>
|
||||||
|
</match>
|
||||||
|
</li>
|
||||||
|
<li Class="PatchOperationFindMod">
|
||||||
|
<mods>
|
||||||
|
<li>RJW Sexperience</li>
|
||||||
|
</mods>
|
||||||
|
<match Class="PatchOperationAdd">
|
||||||
|
<xpath>Defs/XenotypeDef[defName="rjw_genes_incubus"]/genes</xpath>
|
||||||
|
<value>
|
||||||
|
<li>AptitudeRemarkable_Sex</li>
|
||||||
|
</value>
|
||||||
|
</match>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</operations>
|
||||||
|
</Operation>
|
||||||
|
</Patch>
|
|
@ -23,6 +23,8 @@ Things to Consider:
|
||||||
|
|
||||||
1. Is your Succubus drafted? If not, they might have a flight-mode set and are scared of the enemy.
|
1. Is your Succubus drafted? If not, they might have a flight-mode set and are scared of the enemy.
|
||||||
|
|
||||||
|
It seems that things changing Enemy Combat AI also affect this. One report was about CAI5000 and we also expect Combat Extended to be incompatible.
|
||||||
|
|
||||||
## Random Vaginas for Goblins
|
## Random Vaginas for Goblins
|
||||||
|
|
||||||
Error: Pawns have different genitalia than expected, e.g. if the "no vagina" gene is specified there are pawns with vaginas AND a penis.
|
Error: Pawns have different genitalia than expected, e.g. if the "no vagina" gene is specified there are pawns with vaginas AND a penis.
|
||||||
|
|
|
@ -32,4 +32,5 @@ One of the main motivations was to have genes being added to the xenotypes that
|
||||||
|
|
||||||
1. Please load this after any mod adding genes, and after the used RJW-Mods (Licentia, Sexperience).
|
1. Please load this after any mod adding genes, and after the used RJW-Mods (Licentia, Sexperience).
|
||||||
2. Should not be used with the original RJW_Animal_Gene_Inheritance anymore.
|
2. Should not be used with the original RJW_Animal_Gene_Inheritance anymore.
|
||||||
3. There was an issue with other "Male-Only / Female-Only" Mods --- for which we provide our own Genes now.
|
3. There was an issue with other "Male-Only / Female-Only" Mods --- for which we provide our own Genes now.
|
||||||
|
4. CAI5000 will not crash, but will make *Seduce*-Ability fail.
|
Loading…
Reference in a new issue