<LittleRedSonja>

	<append xpath="/recipes">

		<recipe name="vehicleSonjaArmyTruckChassis" count="1" craft_time="60" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="vehicleTruck4x4Chassis" count="1"/>
			<ingredient name="resourceMechanicalParts" count="15"/>
			<ingredient name="resourcePaint" count="10"/>
		</recipe>
		
		<recipe name="vehicleSonjaArmyTruckAccessories" count="1" craft_time="60" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="vehicleTruck4x4Accessories" count="1"/>
			<ingredient name="resourceCloth" count="50"/>
			<ingredient name="resourcePaint" count="10"/>
		</recipe>

		<recipe name="vehicleSonjaArmyTruckPlaceable" count="1" craft_time="180" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="vehicleWheels" count="6"/>
			<ingredient name="vehicleSonjaArmyTruckChassis" count="1"/>
			<ingredient name="vehicleSonjaArmyTruckAccessories" count="1"/>
			<ingredient name="smallEngine" count="1"/>
			<ingredient name="carBattery" count="1"/>
		</recipe>
		
		<recipe name="vehicleSonjaArmyTruck_DyesPlaceable" count="1" craft_time="180" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="vehicleWheels" count="6"/>
			<ingredient name="vehicleSonjaArmyTruckChassis" count="1"/>
			<ingredient name="vehicleSonjaArmyTruckAccessories" count="1"/>
			<ingredient name="smallEngine" count="1"/>
			<ingredient name="carBattery" count="1"/>
		</recipe>
		
		<recipe name="vehicleSonjaArmyTruck_NLPlaceable" count="1" craft_time="180" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="vehicleWheels" count="6"/>
			<ingredient name="vehicleSonjaArmyTruckChassis" count="1"/>
			<ingredient name="vehicleSonjaArmyTruckAccessories" count="1"/>
			<ingredient name="smallEngine" count="1"/>
			<ingredient name="carBattery" count="1"/>
		</recipe>
		
		<recipe name="vehicleSonjaArmyTruck_Dyes_NLPlaceable" count="1" craft_time="180" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="vehicleWheels" count="6"/>
			<ingredient name="vehicleSonjaArmyTruckChassis" count="1"/>
			<ingredient name="vehicleSonjaArmyTruckAccessories" count="1"/>
			<ingredient name="smallEngine" count="1"/>
			<ingredient name="carBattery" count="1"/>
		</recipe>
		
		<recipe name="vehicleSonjaArmyTruck_NLPlaceable" count="1" craft_time="180" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="vehicleSonjaArmyTruck_Dyes_NLPlaceable" count="1"/>
			<ingredient name="resourcePaint" count="5"/>
		</recipe>
		
		<recipe name="vehicleSonjaArmyTruck_Dyes_NLPlaceable" count="1" craft_time="10" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="vehicleSonjaArmyTruck_NLPlaceable" count="1"/>
			<ingredient name="resourcePaint" count="5"/>
		</recipe>
		
	</append>
	
	
<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- REPAIRABLE ARMY TRUCKS : 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="SonjaArmyTruckRepairKit" 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 ARMY TRUCKS : DELETE THE CODE BETWEEN THESE 2 COMMENTS IF YOU DO NOT WANT THE REPAIRABLE TRACTORS FEATURE IN YOUR GAME -->
<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->

</LittleRedSonja>