<?xml version="1.0" encoding="utf-8"?>
<Patch>
	<Operation Class="PatchOperationFindMod">
		<mods><li>[RF] Fertile Fields [1.0]</li></mods>
		<match Class="PatchOperationSequence">
			<operations>
				<li Class="PatchOperationConditional">
					<xpath>Defs/ThingDef[defName="VFE_PlanterBox"]/costList</xpath>
					<match Class="PatchOperationAdd">
						<xpath>Defs/ThingDef[defName="VFE_PlanterBox"]/costList</xpath>
						<value>
							<PileofDirt>16</PileofDirt>
						</value>
					</match>
					<nomatch Class="PatchOperationAdd">
						<xpath>Defs/ThingDef[defName="VFE_PlanterBox"]</xpath>
						<value>
							<costList>
								<PileofDirt>16</PileofDirt>
							</costList>
						</value>
					</nomatch>
				</li>
				<li Class="PatchOperationConditional">
					<xpath>Defs/ThingDef[defName="VFE_PlanterBox_Tilable"]/costList</xpath>
					<match Class="PatchOperationAdd">
						<xpath>Defs/ThingDef[defName="VFE_PlanterBox_Tilable"]/costList</xpath>
						<value>
							<PileofDirt>2</PileofDirt>
						</value>
					</match>
					<nomatch Class="PatchOperationAdd">
						<xpath>Defs/ThingDef[defName="VFE_PlanterBox_Tilable"]</xpath>
						<value>
							<costList>
								<PileofDirt>2</PileofDirt>
							</costList>
						</value>
					</nomatch>
				</li>
				<li Class="PatchOperationReplace">
					<xpath>Defs/ThingDef[defName="VFE_PlanterBox" or defName="VFE_Ecosystem" or @Name="VFE_TilableHydroponics_Base" or defName="VFE_Scarecrow" or defName="VFE_AnimalFeeder" or defName="VFE_Sprinkler"]/designationCategory</xpath>
					<value>
						<designationCategory>RFF_Farm</designationCategory>
					</value>
				</li>
			</operations>
		</match>
	</Operation>
</Patch>