<LittleRedSonja>

<!-- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- NO REPAIRABLE TRACTORS : REPLACE THE ORIGINAL FILE WITH THIS ONE IF YOU DO NOT WANT THE REPAIRABLE TRACTORS FEATURE IN YOUR GAME -->
<!-- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->

	<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="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="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>
	
</LittleRedSonja>