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

sub_units = {

	cavalry = {
		abbreviation = "CAV"
		sprite = cavalry
		map_icon_category = other
		priority = 650
		ai_priority = 200
		active = yes
		cavalry = yes

		type = { infantry }
		
		group = mobile
		
		categories = {
			category_front_line
			category_army
			category_all_infantry
			category_cavalry
		}

		##COMBAT stats
		soft_attack = -0.1
		hard_attack = -0.1
		air_attack = -0.1
		defense = -0.1
		breakthrough = -0.1
		combat_width = 1.5
		
		#Size Definitions
		max_strength = 27
		max_organisation = 48
		default_morale = 0.3
		manpower = 900

		#Misc Abilities
		maximum_speed = 0.5 # 6.0km/h
		training_time = 120		
		weight = 0.45
		
		supply_consumption = 0.009
		suppression = 1.8

	
		need = {
			infantry_equipment = 90
		}
		
		forest = {
			attack = 0.00
			defence = 0.00
			movement = -0.15
		}
		jungle = {
			attack = 0.00
			defence = 0.00
			movement = -0.55
		}
		hills = {
			attack = 0.00
			defence = 0.00
			movement = -0.10
		}
		mountain = {
			attack = 0.00
			defence = 0.00
			movement = -0.35
		}
		urban = {
			attack = 0.00
			defence = 0.00
			movement = 0.10
		}
		marsh = {
			attack = 0.00
			defence = 0.00
			movement = -0.65
		}
		desert = {
			attack = 0.00
			defence = 0.00
			movement = -0.25
		}
		river = {
			movement = -0.05
		}
		fort = { attack = -0.08 }
	}

	irregular_cavalry = {
		abbreviation = "IRC"
		sprite = cavalry
		map_icon_category = other
		priority = 600
		ai_priority = 200
		active = no
		cavalry = yes

		type = { infantry }
		
		group = mobile
		
		categories = {
			category_front_line
			category_army
			category_all_infantry
			category_cavalry
		}


		##COMBAT stats
		soft_attack = -0.55
		hard_attack = -0.55
		air_attack = -0.55
		defense = -0.55
		breakthrough = -0.55
		combat_width = 1.0

		
		#Size Definitions
		max_strength = 27
		max_organisation = 36
		default_morale = 0.2
		manpower = 900

		#Misc Abilities
		maximum_speed = 0.5
		training_time = 90		
		weight = 0.45
		
		supply_consumption = 0.009
		suppression = 1.2
	
		need = {
			infantry_equipment = 45
		}

		forest = {
			attack = 0.00
			defence = 0.00
			movement = -0.15
		}
		jungle = {
			attack = 0.00
			defence = 0.00
			movement = -0.55
		}
		hills = {
			attack = 0.00
			defence = 0.00
			movement = -0.10
		}
		mountain = {
			attack = 0.00
			defence = 0.00
			movement = -0.35
		}
		urban = {
			attack = 0.00
			defence = 0.00
			movement = 0.10
		}
		marsh = {
			attack = 0.00
			defence = 0.00
			movement = -0.65
		}
		desert = {
			attack = 0.00
			defence = 0.00
			movement = -0.25
		}
		river = {
			movement = -0.05
		}
		fort = { attack = -0.12 }
	}

	cavalry_h = {
		abbreviation = "CAV"
		sprite = cavalry
		map_icon_category = other
		priority = 700
		ai_priority = 200
		active = no
		cavalry = yes

		type = { infantry }
		
		group = mobile
		
		categories = {
			category_front_line
			category_army
			category_mounted_inf
			category_all_infantry
		}

		##COMBAT stats
		soft_attack = -0.19
		hard_attack = -0.19
		air_attack = -0.19
		defense = -0.19
		breakthrough = -0.19
		combat_width = 2.0
		
		#Size Definitions
		max_strength = 28
		max_organisation = 48
		default_morale = 0.3
		manpower = 1100

		#Misc Abilities
		maximum_speed = 0.4
		training_time = 120		
		weight = 0.765
		
		supply_consumption = 0.009
		suppression = 1.53
	
		transport = infantry_equipment

		need = {
			infantry_equipment = 81
			support_weapon = 36
		}

		forest = {
			attack = 0.00
			defence = 0.00
			movement = -0.15
		}
		jungle = {
			attack = 0.00
			defence = 0.00
			movement = -0.55
		}
		hills = {
			attack = 0.00
			defence = 0.00
			movement = -0.10
		}
		mountain = {
			attack = 0.00
			defence = 0.00
			movement = -0.35
		}
		urban = {
			attack = 0.00
			defence = 0.00
			movement = 0.10
		}
		marsh = {
			attack = 0.00
			defence = 0.00
			movement = -0.65
		}
		desert = {
			attack = 0.00
			defence = 0.00
			movement = -0.25
		}
		river = {
			movement = -0.10
		}
	}

	camelry = {
		abbreviation = "CAM"
		sprite = camelry
		map_icon_category = other
		priority = 675
		ai_priority = 200
		active = no
		cavalry = yes

		type = { infantry }
		
		group = mobile
		
		categories = {
			category_front_line
			category_army
			category_mounted_inf
			category_all_infantry
			category_cavalry
		}
		
		##COMBAT stats
		soft_attack = -0.1
		hard_attack = -0.1
		air_attack = -0.1
		defense = -0.1
		breakthrough = -0.1
		combat_width = 2.0
		
		#Size Definitions
		max_strength = 27
		max_organisation = 48
		default_morale = 0.3
		manpower = 900

		#Misc Abilities
		maximum_speed = 0.4
		training_time = 150
		weight = 0.45
		
		supply_consumption = 0.009

		#Offensive Abilities
		suppression = 1.8
	
		need = {
			infantry_equipment = 90
		}

		forest = {
			attack = 0.00
			defence = 0.00
			movement = -0.15
		}
		jungle = {
			attack = 0.00
			defence = 0.00
			movement = -0.55
		}
		hills = {
			attack = 0.00
			defence = 0.00
			movement = -0.10
		}
		mountain = {
			attack = 0.00
			defence = 0.00
			movement = -0.35
		}
		urban = {
			attack = 0.00
			defence = 0.00
			movement = 0.10
		}
		marsh = {
			attack = 0.00
			defence = 0.00
			movement = -0.65
		}
		desert = { # Extra 10% ATK/DEF
			attack = 0.10
			defence = 0.10
			movement = -0.25
		}
		river = {
			movement = -0.05
		}
		fort = { attack = -0.08 }
	}
}
