equipments = {

	mechanized_equipment = {
		year = 1936

		is_archetype = yes
		picture = archetype_motorized_equipment
		is_buildable = no
		type = {
			#infantry #Removing inf type
			mechanized
		}

		upgrades = {
			tank_reliability_upgrade
			tank_engine_upgrade
			tank_armor_upgrade
			mech_cost_upgrade
		}
		group_by = archetype

		interface_category = interface_category_land

		#Misc Abilities
		maximum_speed = 8
		reliability = 0.8

		#Defensive Abilities
		defense = 1
		breakthrough = 8
		hardness = 0.45
		armor_value = 7.5

		#Offensive Abilities
		ap_attack = 1
		air_attack = 0

		#Space taken in convoy
		lend_lease_cost = 8

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

		supply_consumption = 0.02
		fuel_consumption = 0.5
		supply_truck = no
	}

	# ~1941
	mechanized_equipment_1 = {
		year = 1940

		archetype = mechanized_equipment
		priority = 40
		visual_level = 0
	}

	# ~1943
	mechanized_equipment_2 = {
		year = 1942

		archetype = mechanized_equipment
		parent = mechanized_equipment_1
		priority = 40
		visual_level = 1

		maximum_speed = 10

		#Defensive Abilities
		defense = 2
		breakthrough = 10
		hardness = 0.50
		armor_value = 10

		#Offensive Abilities
		soft_attack 	= 2
		hard_attack 	= 1
		ap_attack = 3

		supply_consumption = 0.03
		build_cost_ic = 3
	}

	# ~1945
	mechanized_equipment_3 = {
		year = 1944

		archetype = mechanized_equipment
		parent = mechanized_equipment_2
		priority = 40
		visual_level = 2

		maximum_speed = 12

		#Defensive Abilities
		defense = 3
		breakthrough = 11.5
		hardness = 0.55
		armor_value = 12.5

		#Offensive Abilities
		soft_attack 	= 3
		hard_attack 	= 2
		ap_attack = 10

		supply_consumption = 0.04
		build_cost_ic = 4.5
	}
}
