sub_units = {

	articulated_tank_support_brigade = { #
		abbreviation = "ATKB"
		sprite = light_armor
		map_icon_category = armored
		priority = 0
		ai_priority = 0
		active = no

		type = {
			armor
			support
		}
		
		group = support
		
		categories = {
			category_support_battalions
			category_tanks
			category_all_armor
			category_army
		}

	
		combat_width = 0
	
		#Size Definitions
		max_strength = 2
		max_organisation = 10
		default_morale = 0.3
		manpower = 300
		training_time = 150

		#Misc Abilities
		weight = 0.15
		supply_consumption = 0.05 
				
		defense = 0.1 
		breakthrough = 1.5
		soft_attack = 0.2

		can_be_parachuted = no

		essential = {
			articulated_tank_equipment
			support_equipment
		}

		need = {
			articulated_tank_equipment_1 = 20
			support_equipment = 20
		}

		hills = {
			movement = 0.1
			defence = 0.2
		}

		marsh = {
			movement = 0.15
			defence = 0.1
			attack = 0.2
		}

		river = {
			movement = 0.15
			attack = 0.05
		}

	}
}
