rjw-genes/Common/Patches/QuirkPatches/Lycanthrope_Quirk_Patch.xml

32 lines
792 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2024-06-04 11:08:37 +00:00
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Races Expanded - Lycanthrope</li>
</mods>
<match Class="PatchOperationAddModExtension">
2024-06-04 11:08:37 +00:00
<xpath>/Defs/GeneDef[defName="VRE_ChestFur"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>FurLoverQuirk</Satisfiedquirk>
2024-06-04 11:08:37 +00:00
</li>
</value>
</match>
2024-06-04 11:08:37 +00:00
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Races Expanded - Lycanthrope</li>
</mods>
<match Class="PatchOperationAddModExtension">
2024-06-04 11:08:37 +00:00
<xpath>/Defs/GeneDef[defName="VRE_CanineTail"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>FurLoverQuirk</Satisfiedquirk>
2024-06-04 11:08:37 +00:00
</li>
</value>
</match>
2024-06-04 11:08:37 +00:00
</Operation>
</Patch>