equipments = {

	maid_motorized_equipment = {
		year = 1936

		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 = 3

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 3
		resources = {
			#oil = 1
			#rubber = 1
			#steel = 1
		}
		
		fuel_consumption = 0.3
		#supply_truck = yes
	}

	maid_motorized_equipment_1 = {
		year = 1936

		archetype = maid_motorized_equipment
		priority = 30	
		visual_level = 0		
	}
	
	maid_motorized_equipment_2 = {
		year = 1936

		archetype = maid_motorized_equipment
		priority = 30
		parent = maid_motorized_equipment_1
		visual_level = 1
		
		maximum_speed = 15
		reliability = 0.80
		hardness = 0.20

		breakthrough = 5

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 3.5
		resources = {
			#oil = 1
			#rubber = 1
			#steel = 1
		}
		
		fuel_consumption = 0.4
		#supply_truck = yes
	}
	
	maid_motorized_equipment_3 = {
		year = 1936

		archetype = maid_motorized_equipment
		priority = 30
		parent = maid_motorized_equipment_2
		visual_level = 2
		
		maximum_speed = 12
		reliability = 0.80
		hardness = 0.45
		armor_value = 12

		defense = 16
		breakthrough = 10
		
		soft_attack = 1
		hard_attack = 1
		ap_attack = 8

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 6
		resources = {
			#oil = 1
			#rubber = 1
			#steel = 1
}
		
		fuel_consumption = 0.5
		#supply_truck = yes
	}
	
	maid_motorized_equipment_4 = {
		year = 1936

		archetype = maid_motorized_equipment
		priority = 30
		parent = maid_motorized_equipment_3
		visual_level = 3
		
		maximum_speed = 15
		reliability = 0.80
		hardness = 0.50
		armor_value = 18

		defense = 26
		breakthrough = 12
		
		soft_attack = 2
		hard_attack = 5
		ap_attack = 20

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 8.00
		resources = {
			#oil = 1
			#rubber = 1
			#steel = 1
		}
		
		fuel_consumption = 0.8
		#supply_truck = yes
	}
	
	maid_motorized_equipment_5 = { #防空特化型
		year = 1936

		archetype = maid_motorized_equipment
		priority = 30
		parent = maid_motorized_equipment_3
		visual_level = 3
		
		maximum_speed = 15
		reliability = 0.80
		hardness = 0.50
		armor_value = 18

		defense = 26
		breakthrough = 12
		
		soft_attack = 3
		hard_attack = 2
		ap_attack = 10
		air_attack = 3

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 8.00
		resources = {
			#oil = 1
			#rubber = 1
			#steel = 1
		}
		
		fuel_consumption = 0.8
		#supply_truck = yes
	}
	
	maid_motorized_equipment_6 = { # Universal
		year = 1936

		archetype = maid_motorized_equipment
		priority = 30
		parent = maid_motorized_equipment_3
		visual_level = 3
		
		maximum_speed = 15
		reliability = 0.90
		hardness = 0.50
		armor_value = 18

		defense = 26
		breakthrough = 12
		
		soft_attack = 2
		hard_attack = 2
		ap_attack = 15
		air_attack = 1

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 8.00
		resources = {
			#oil = 1
			#rubber = 1
			#steel = 1
		}
		
		fuel_consumption = 0.8
		#supply_truck = yes
	}

}
