rjw-genes/Common/Patches/Genes/Patch_Highmates.xml
2024-05-28 00:51:33 +02:00

20 lines
516 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Races Expanded - Highmate</li>
</mods>
<match Class="PatchOperationReplace">
<xpath>/Defs/AbilityDef[defName="VRE_InitiateLovin"]/comps</xpath>
<value>
<comps>
<li Class = "RJW_Genes.CompProperties_Seduce">
<compClass>RJW_Genes.CompAbilityEffect_Seduce</compClass>
<destination>Caster</destination>
</li>
</comps>
</value>
</match>
</Operation>
</Patch>