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

sub_units = {

	KM_marine = {
		sprite = infantry
		map_icon_category = infantry
		can_exfiltrate_from_coast = yes
		marines = 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
		}
		
	}

}
