sub_units = {

	yzc_medium_armor_aa = {
		abbreviation = "YZCMAA"
		sprite = "medium_armor"
		map_icon_category = armored
		priority = 2502
		ai_priority = 3500
		active = no
		
		type = {
			armor
		}
		
		group = armor
		
		categories = {
			category_tanks
			category_front_line
			category_all_armor
			category_army
		}

		combat_width = 2

		need = {
			medium_tank_aa_chassis = 36
			motorized_equipment = 15
			support_equipment = 8
		}
		manpower = 800
		max_organisation = 50
		max_strength = 45
		default_morale = 0.4
		training_time = 100
		weight = 1
		supply_consumption = 0.12

		#Tanks are awesome
		# soft_attack = 0.5
		soft_attack = 0.1
		air_attack = 0.5
		suppression = 5
		
	}

	yzc_modern_armor = {
		abbreviation = "YZCMA"
		sprite = "medium_armor"
		map_icon_category = armored
		priority = 2502
		ai_priority = 3500
		active = no
		
		type = {
			armor
		}
		
		group = armor
		
		categories = {
			category_tanks
			category_front_line
			category_all_armor
			category_army
		}

		combat_width = 2

		need = {
			modern_tank_chassis = 36
			medium_tank_aa_chassis = 24
			motorized_equipment = 20
			support_equipment = 8
		}
		manpower = 1000
		max_organisation = 60
		max_strength = 60
		default_morale = 0.5
		training_time = 100
		weight = 1.2
		supply_consumption = 0.15

		#Tanks are awesome
		# soft_attack = 0.5
		soft_attack = 0.25
		air_attack = 0.75
		hard_attack = 0.25
		armor_value = 0.02
		suppression = 10
		
	}
}
