sub_units = {
	sturmtruppe_battalion = {
		abbreviation = "STB"
		sprite = infantry
		map_icon_category = infantry
		priority = 0
		ai_priority = 0
		active = no
		affects_speed = no
		can_be_parachuted = yes

		type = {
			infantry
			support
		}
		
		group = support
		
		categories = {
			#category_support_battalions #To prevent Integrated Support doctrines making them extremely good
			category_army
			category_front_line
		}

		##COMBAT stats
		soft_attack = -0.10
		hard_attack = -0.10
		air_attack = -0.19
		defense = -0.19
		breakthrough = -0.19
		combat_width = 0.0
	
		#Size Definitions
		max_strength = 27.9
		max_organisation = 72
		default_morale = 0.4
		manpower = 1200
		training_time = 120

		#Misc Abilities
		suppression = 2.1
		weight = 1.005
		supply_consumption = 0.012
		
		essential = {
			infantry_equipment
			support_weapon
		}
				
		need = {
			infantry_equipment = 81
			support_weapon = 48
			support_equipment = 12
		}
		
		fort = {
			attack = 0.05
		}
		urban = {
			attack = 0.05
		}

		battalion_mult = {
			category = category_all_infantry
			breakthrough = 0.05
		}
	}
}
