equipments = {

	motorized_equipment = {
		year = 1920

		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 = 12
		reliability = 0.8
		hardness = 0.1

		breakthrough = 5

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 2.5
		resources = {
			#oil = 1
			rubber = 1
			steel = 1
		}

		fuel_consumption = 1.2
		supply_truck = yes
	}

	motorized_equipment_0 = { # Introducing WW1 style trucks
		year = 1920

		archetype = motorized_equipment
		priority = 30
		maximum_speed = 10
		reliability = 0.65
		breakthrough = 2
	}

	motorized_equipment_1 = {
		year = 1920
		parent = motorized_equipment_0

		archetype = motorized_equipment
		priority = 30
	}

	motorized_equipment_2 = {
		year = 1928
		parent = motorized_equipment_1

		archetype = motorized_equipment
		priority = 30
		hardness = 0.125
		maximum_speed = 13
		build_cost_ic = 2.8
		breakthrough = 7

	}
	motorized_equipment_3 = {
		year = 1934
		parent = motorized_equipment_2

		archetype = motorized_equipment
		priority = 30
		hardness = 0.15
		maximum_speed = 14
		build_cost_ic = 3.1
		breakthrough = 9

	}

	motorbike_equipment = {
		year = 1922

		is_archetype = yes
		picture = archetype_motorized_equipment	#TODO_Manu: check if new one needed
		is_buildable = no
		type = {
			motorized #TODO_Manu: Maybe remove this?
			support
		}
		group_by = archetype

		interface_category = interface_category_land

		maximum_speed = 12
		reliability = 0.9
		#hardness = 0

		breakthrough = 1

		#Space taken in convoy
		lend_lease_cost = 2

		build_cost_ic = 1.5
		resources = {
			#oil = 1
			rubber = 1
			steel = 1
		}

		fuel_consumption = 0.5
	}

	motorbike_equipment_1 = {

		archetype = motorbike_equipment
		priority = 1 #Very low
	}

	light_motorized_equipment = {
		year = 1920

		is_archetype = yes
		picture = archetype_light_motorized_equipment
		is_buildable = no
		type = {
			#infantry #Removing inf type
			motorized
		}
		group_by = archetype

		interface_category = interface_category_land

		maximum_speed = 12
		reliability = 0.8
		hardness = 0.1

		soft_attack = 1

		breakthrough = 2

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 0.6
		resources = {
			#oil = 1
			rubber = 1
			steel = 1
		}

		fuel_consumption = 0.8
		supply_truck = yes
	}

	light_motorized_equipment_0 = { # Introducing WW1 style trucks
		year = 1920

		archetype = light_motorized_equipment
		priority = 30
		maximum_speed = 12
		reliability = 0.8
		breakthrough = 2
	}

	light_motorized_equipment_1 = {
		year = 1920
		parent = light_motorized_equipment_0

		archetype = light_motorized_equipment
		priority = 30
		hardness = 0.11
		maximum_speed = 13
		build_cost_ic = 1
		breakthrough = 3

		soft_attack = 1.5
	}
}
