CustomPatchesForRimworld/ModPatches/VRE.phytokin/Patches/PNoRenderVREBarkSkin.xml
2025-01-14 11:53:59 +08:00

15 lines
582 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationRemove">
<xpath>Defs/GeneDef[defName="VRE_BarkSkin"]/renderNodeProperties</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath>Defs/GeneDef[defName="VRE_BarkSkin"]/fur</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath>Defs/GeneDef[defName="VRE_BarkSkin"]/forcedHeadTypes</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath>Defs/GeneDef[defName="VRE_BarkSkin"]/modExtensions/li[@Class="VanillaGenesExpanded.GeneExtension"]</xpath>
</Operation>
</Patch>