RW-IzzyTweaks/1.5/Patches/PlantPatches.xml

24 lines
691 B
XML
Raw Permalink Normal View History

2024-08-07 13:02:35 +10:00
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd" MayRequire="VanillaExpanded.VPlantsE">
<xpath>Defs/ThingDef[defName="VCE_Tomato"]/plant/sowTags</xpath>
<value>
<li>Hydroponic</li>
</value>
</li>
</operations>
</Operation>
<Operation Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd" MayRequire="ReGrowth.BOTR.Core">
<xpath>Defs/ThingDef[defName="RG_Plant_RaspberryCultivated"]/plant/sowTags</xpath>
<value>
<li>Hydroponic</li>
</value>
</li>
</operations>
</Operation>
</Patch>