<LittleRedSonja>

	<append xpath="/recipes">

		<recipe name="vehicleSonjaFarmerSageTractorChassis" count="1" craft_time="60" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="vehicleTruck4x4Chassis" count="1"/>
			<ingredient name="foodCropCorn" count="20"/>
		</recipe>
		
		<recipe name="vehicleSonjaFarmerSageTractorAccessories" count="1" craft_time="60" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="vehicleTruck4x4Accessories" count="1"/>
			<ingredient name="foodCropPotato" count="20"/>
		</recipe>

		<recipe name="vehicleSonjaFarmerSageTractorPlaceable" count="1" craft_time="180" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="vehicleWheels" count="4"/>
			<ingredient name="vehicleSonjaFarmerSageTractorChassis" count="1"/>
			<ingredient name="vehicleSonjaFarmerSageTractorAccessories" count="1"/>
			<ingredient name="smallEngine" count="1"/>
			<ingredient name="carBattery" count="1"/>
		</recipe>
			
		<recipe name="vehicleSonjaFarmerSageTractorGreyPlaceable" count="1" craft_time="10" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="vehicleWheels" count="4"/>
			<ingredient name="vehicleSonjaFarmerSageTractorChassis" count="1"/>
			<ingredient name="vehicleSonjaFarmerSageTractorAccessories" count="1"/>
			<ingredient name="smallEngine" count="1"/>
			<ingredient name="carBattery" count="1"/>
		</recipe>
		
		<recipe name="vehicleSonjaFarmerSageTractorPlaceable" count="1" craft_time="180" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="vehicleSonjaFarmerSageTractorGreyPlaceable" count="1"/>
			<ingredient name="resourcePaint" count="5"/>
		</recipe>
		
		<recipe name="vehicleSonjaFarmerSageTractorGreyPlaceable" count="1" craft_time="10" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="vehicleSonjaFarmerSageTractorPlaceable" count="1"/>
			<ingredient name="resourcePaint" count="5"/>
		</recipe>
		
	</append>
	
	
<!-- ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- REPAIRABLE TRACTORS : DELETE THE CODE BETWEEN THESE 2 COMMENTS IF YOU DO NOT WANT THE REPAIRABLE TRACTORS FEATURE IN YOUR GAME -->
<!-- ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
	<append xpath="/recipes">	
		<recipe name="SonjaBatteryCharger" count="1" craft_time="30" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="carBattery" count="1"/>
			<ingredient name="resourceElectricParts" count="10"/>
			<ingredient name="resourceScrapPolymers" count="5"/>
			<ingredient name="resourceSpring" count="4"/>
		</recipe>		
		<recipe name="SonjaGarageToolKit" count="1" craft_time="30" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="meleeToolSalvageT1Wrench" count="1"/>
			<ingredient name="meleeToolRepairT1ClawHammer" count="1"/>
			<ingredient name="resourceDuctTape" count="5"/>			
			<ingredient name="resourceOil" count="1"/>
		</recipe>		
		<recipe name="SonjaTractorRepairKit" count="1" craft_time="60" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="SonjaBatteryCharger" count="1"/>
			<ingredient name="SonjaGarageToolKit" count="1"/>
			<ingredient name="resourceMechanicalParts" count="10"/>
			<ingredient name="ammoGasCan" count="100"/>
			<ingredient name="resourceMetalPipe" count="5"/>
		</recipe>		
	</append>
<!-- ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- REPAIRABLE TRACTORS : DELETE THE CODE BETWEEN THESE 2 COMMENTS IF YOU DO NOT WANT THE REPAIRABLE TRACTORS FEATURE IN YOUR GAME -->
<!-- ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->	
	
</LittleRedSonja>