# options for map_icon_category:
# For land units: infantry,armored,other
# For sea units: ship,transport,uboat

sub_units = {

	NKVD_infantry = {
		sprite = cavalry
		map_icon_category = other
		mountaineers = yes
		
		priority = 598
		ai_priority = 2
		active = no
		cavalry = yes

		type = {
			infantry
		}
		
		group = infantry
		
		categories = {
			category_light_infantry
			category_army
			category_militia
		}
		
		combat_width = 1.5
		
		#Size Definitions
		max_strength = 20
		max_organisation = 50
		default_morale = 0.25
		manpower = 500

		#Misc Abilities
		breakthrough = -0.95
		training_time = 25
		suppression = 10
		weight = 0.2
		maximum_speed = 0.8
		recon = 2
		
		supply_consumption = 0.01
	
		need = {
			infantry_equipment = 50
		}
		
		

		hills = {
			attack = -0.5
		}
		mountain = {
			attack = -0.5
		}
		marsh = {
			attack = -0.5
		}
		amphibious = {
			attack = -0.5
		}
		forest = {
			attack = -0.5
		}
		jungle = {
			attack = -0.5
		}
		urban = {
			defence = 0.5
		}
		river = {
			attack = -0.5
		}
		fort = {
			attack = -0.5
		}
		plains = {
			attack = -0.5
		}
		desert = {
			attack = -0.5
		}
		
		
	}	



	SOV_guard_infantry = {
		sprite = infantry
		map_icon_category = infantry
		mountaineers = yes
		
		priority = 599
		ai_priority = 200
		active = no

		type = {
			infantry
		}
		
		group = infantry
		
		categories = {
			category_light_infantry
			category_all_infantry
			category_army
			category_militia
		}
		
		combat_width = 1.5

		transport = motorized_equipment
		
		#Size Definitions
		max_strength = 30
		max_organisation = 90
		default_morale = 0.4
		manpower = 500

		#Misc Abilities
		soft_attack = -0.5
		defense = 0.75
		breakthrough = -0.95
		training_time = 25
		suppression = 5
		weight = 0.2
		maximum_speed = -0.9
		recon = 4
		
		supply_consumption = 0.01
	
		need = {
			infantry_equipment = 35
#			artillery_equipment = 1
#			anti_air_equipment = 1
		}

		hills = {
			defence = 0.5
			attack = -0.5
			movement = -0.95
		}
		mountain = {
			defence = 0.5
			attack = -0.5
			movement = -0.95
		}
		marsh = {
			defence = 0.5
			attack = -0.5
			movement = -0.95
		}
		amphibious = {
			defence = 0.85
			attack = -0.5
			movement = -0.95
		}
		forest = {
			defence = 0.5
			attack = -0.5
			movement = -0.95
		}
		jungle = {
			defence = 0.5
			attack = -0.5
			movement = -0.95
		}
		urban = {
			defence = 0.85
			attack = -0.5
			movement = -0.95
		}
		river = {
			defence = 0.75
			attack = -0.5
			movement = -0.95
		}
		fort = {
			defence = 0.85
			attack = -0.5
			movement = -0.75
		}
		plains = {
			defence = 0.5
			attack = -0.5
			movement = -0.95
		}
		desert = {
			defence = 0.5
			attack = -0.5
			movement = -0.95
		}
		
	}
	


	
}

