sub_units = {

	articulated_tank_brigade = { #
		abbreviation = "ATK"
		sprite = light_armor
		map_icon_category = armored
		priority = 0
		ai_priority = 0
		active = no

		type = {
			armor
		}
		
		group = armor
		
		categories = {
			category_tanks
			category_front_line
			category_all_armor
			category_army
		}

	
		combat_width = 2
	
		#Size Definitions
		max_strength = 4
		max_organisation = 10
		default_morale = 0.3
		manpower = 500
		training_time = 200

		#Misc Abilities
		weight = 0.5
		supply_consumption = 0.025 
		breakthrough = 0.25
		suppression = 2.5
				
		defense = 0.15 

		can_be_parachuted = no

		essential = {
			articulated_tank_equipment
		}

		need = {
			articulated_tank_equipment_1 = 60
		}

		forest = {
			attack = -0.25
			movement = -0.45
		}

		mountain = {
			attack = -0.2
		}

		jungle = {
			attack = -0.15
			movement = -0.3
		}

		
		marsh = {
			attack = 0.3
			movement = 0.2
		}

		urban = {
			attack = -0.2
			defence = 0.1
		}

		river = {
			attack = 0.2
			movement = 0.15
		}

		fort = {
			attack = 0.1
		}

		plains = {
			movement = 0.2
			attack = 0.15
		}

		desert = {
			movement = -0.3
		}		

	}
}
