equipments = {

	motorized_equipment = {
		year = 1910

		is_archetype = yes
		picture = archetype_motorized_equipment		
		is_buildable = no
		type = {
			#infantry #Removing inf type 
			motorized
		}
		group_by = archetype
		
		interface_category = interface_category_land
		
		maximum_speed = 10
		reliability = 0.8
		hardness = 0.1

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 15
		resources = {
			#oil = 1
			rubber = 1
			steel = 1
			machine_parts = 1
		}
		
		fuel_consumption = 1.2
		supply_truck = yes
	}

	motorized_equipment_1 = {
		year = 1910

		archetype = motorized_equipment
		priority = 30			
	}
	
	motorized_equipment_2 = {
		year = 1918

		archetype = motorized_equipment
		parent = motorized_equipment_1
		type = {
			#infantry #Removing inf type 
			motorized
		}
		group_by = archetype
		
		interface_category = interface_category_land
		
		maximum_speed = 12
		reliability = 0.8
		hardness = 0.1

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 25
		resources = {
			#oil = 1
			rubber = 1
			steel = 1
		}
		
		fuel_consumption = 1.2
	}
	
	motorized_equipment_3 = {
		year = 1930

		archetype = motorized_equipment
		parent = motorized_equipment_2
		type = {
			#infantry #Removing inf type 
			motorized
		}
		group_by = archetype
		
		interface_category = interface_category_land
		
		maximum_speed = 12
		reliability = 0.8
		hardness = 0.1

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 30
		resources = {
			#oil = 1
			rubber = 1
			steel = 1
		}
		
		fuel_consumption = 1.2
	}
	motorized_equipment_4 = {
		year = 1935

		archetype = motorized_equipment
		parent = motorized_equipment_3
		type = {
			#infantry #Removing inf type 
			motorized
		}
		group_by = archetype
		
		interface_category = interface_category_land
		
		maximum_speed = 12
		reliability = 0.8
		hardness = 0.1

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 35
		resources = {
			#oil = 1
			rubber = 1
			steel = 1
		}
		
		fuel_consumption = 1.2
	}
	
	technical_equipment = {
		year = 1935

		is_archetype = yes
		picture = archetype_motorized_equipment		
		is_buildable = no
		type = {
			#infantry #Removing inf type 
			motorized
		}
		group_by = archetype
		
		interface_category = interface_category_land
		
		maximum_speed = 10
		reliability = 0.8
		hardness = 0.1

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 10
		resources = {
			#oil = 1
			rubber = 1
			steel = 1
			machine_parts = 1
		}
		
		fuel_consumption = 1.0
	}

	technical_equipment_1 = {
		year = 1935

		archetype = technical_equipment
		priority = 30			
	}
	
	technical_equipment_2 = {
		year = 1943

		archetype = technical_equipment
		parent = technical_equipment_1
		type = {
			#infantry #Removing inf type 
			motorized
		}
		group_by = archetype
		
		interface_category = interface_category_land
		
		maximum_speed = 13
		reliability = 0.8
		hardness = 0.1

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 20
		resources = {
			#oil = 1
			rubber = 1
			steel = 1
		}
		
		fuel_consumption = 1.0
	}
	technical_equipment_3 = {
		year = 1955

		archetype = technical_equipment
		parent = technical_equipment_2
		type = {
			#infantry #Removing inf type 
			motorized
		}
		group_by = archetype
		
		interface_category = interface_category_land
		
		maximum_speed = 14
		reliability = 0.8
		hardness = 0.1

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 25
		resources = {
			#oil = 1
			rubber = 1
			steel = 1
		}
		
		fuel_consumption = 1.0
	}
	technical_equipment_4 = {
		year = 1980

		archetype = technical_equipment
		parent = technical_equipment_3
		type = {
			#infantry #Removing inf type 
			motorized
		}
		group_by = archetype
		
		interface_category = interface_category_land
		
		maximum_speed = 15
		reliability = 0.8
		hardness = 0.1

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 30
		resources = {
			#oil = 1
			rubber = 1
			steel = 1
		}
		
		fuel_consumption = 1.0
	}
#	technical_equipment_5 = {
#		year = 2010
#
#		archetype = technical_equipment
#		parent = technical_equipment_4
#		type = {
#			#infantry #Removing inf type 
#			motorized
#		}
#		group_by = archetype
#		
#		interface_category = interface_category_land
#		
#		maximum_speed = 16
#		reliability = 0.8
#		hardness = 0.1
#
#		#Space taken in convoy
#		lend_lease_cost = 5
#
#		build_cost_ic = 35
#		resources = {
#			#oil = 1
#			rubber = 1
#			steel = 1
#		}
#		
#		fuel_consumption = 1.0
#	}

}
