highmates patch

This commit is contained in:
Jaaldabaoth 2024-05-27 21:19:08 +02:00
parent 72b3c10c56
commit 9ae622bb7f
6 changed files with 103 additions and 3 deletions

View file

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Races Expanded - Highmate</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationReplace">
<xpath>/Defs/GeneDef[defName="VRE_Libido_VeryHigh"]/abilities</xpath>
<value>
<abilities>
<li>rjw_genes_ability_InitiateLovin</li>
</abilities>
</value>
</li>
<li Class="PatchOperationReplace">
<xpath>/Defs/GeneDef[defName="VRE_Libido_VeryHigh"]/descriptionHyperlinks</xpath>
<value>
<descriptionHyperlinks>
<AbilityDef>rjw_genes_ability_InitiateLovin</AbilityDef>
</descriptionHyperlinks>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>