equipments = {
	water_caravans_0 = {
		is_archetype = yes
		picture = archetype_support_equipment
		
		is_buildable = yes
		active = yes 
		
		type = { infantry motorized }
		
		group_by = archetype		
		interface_category = interface_category_land
		
		reliability = 0.8

		#Space taken in convoy
		lend_lease_cost = 1

		build_cost_ic = 1
	}
	
	water_caravans = {
		archetype = water_caravans_0
		active = yes
		priority = 10
		resources = {
			water = 20
		}
	}
	
	energy_cells_0 = {
		is_archetype = yes
		picture = archetype_support_equipment
		
		is_buildable = yes
		active = yes 
		
		type = { infantry motorized }
		
		group_by = archetype		
		interface_category = interface_category_land
		
		reliability = 0.8

		#Space taken in convoy
		lend_lease_cost = 1

		build_cost_ic = 1
	}
	
	energy_cells = {
		archetype = energy_cells_0
		active = yes
		priority = 10
		resources = {
			electricity = 20
		}
	}
	
	construction_supplies_0 = {
		is_archetype = yes
		picture = archetype_support_equipment
		
		is_buildable = yes
		active = yes 
		
		type = { infantry motorized }
		
		group_by = archetype		
		interface_category = interface_category_land
		
		reliability = 0.8

		#Space taken in convoy
		lend_lease_cost = 1

		build_cost_ic = 1
	}
	
	construction_supplies = {
		archetype = construction_supplies_0
		active = yes 
		priority = 10
		resources = {
			metal = 20
		}
	}
}
