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

sub_units = {

	mechanized = {
		abbreviation = "MEC"
		sprite = mechanized
		map_icon_category = infantry

		priority = 700
		ai_priority = 200
		active = yes

		type = {
			mechanized
		}
		
		group = mobile
		
		categories = {
			category_front_line
			category_all_infantry
			category_mechanical
			category_motmech
			category_army
			category_vehicle_infantry
			category_mobile_and_mobile_combat_sup
		}

		##COMBAT stats
		soft_attack = -0.28
		hard_attack = -0.28
		air_attack = -0.28
		defense = -0.28
		breakthrough = -0.28
		combat_width = 2.0
		
		#Size Definitions
		max_strength = 26.85
		max_organisation = 56
		default_morale = 0.4
		manpower = 1200

		#Misc Abilities
		training_time = 150
		suppression = 3.06
		weight = 3.9
		
		supply_consumption = 0.012
		own_equipment_fuel_consumption_mult = 2.7
		
		essential = {
			mechanized_equipment
			infantry_equipment
			support_weapon
		}

		transport = mechanized_equipment

		need = {
			mechanized_equipment = 27
			infantry_equipment = 72
			support_weapon = 27
			motorized_equipment = 9
		}

		forest = {
			attack = -0.075
			defence = -0.05
			movement = -0.25
		}
		jungle = {
			attack = -0.125
			defence = -0.10
			movement = -0.70
		}
		hills = {
			attack = -0.025
			defence = 0.05
			movement = -0.10
		}
		mountain = {
			attack = -0.125
			defence = -0.05
			movement = -0.45
		}
		urban = {
			attack = -0.125
			defence = -0.075
			movement = 0.20
		}
		marsh = {
			attack = -0.05
			defence = -0.025
			movement = -0.65
		}
		desert = {
			attack = 0.00
			defence = 0.00
			movement = -0.15
		}
		river = {
			attack = -0.10
			movement = -0.15
		}
		amphibious = {
			attack = -0.10
			movement = -0.10
		}
	}
	motorized = {
		abbreviation = "MOT"
		sprite = motorized
		map_icon_category = infantry

		priority = 650
		ai_priority = 200
		active = no

		type = {
			motorized
		}
		
		group = mobile
		
		categories = {
			category_front_line
			category_all_infantry
			category_mechanical
			category_motmech
			category_army
			category_vehicle_infantry
			category_mobile_and_mobile_combat_sup
		}
		
		##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 = 27.3
		max_organisation = 56
		default_morale = 0.4
		manpower = 1200

		#Misc Abilities
		training_time = 120
		suppression = 1.98
		weight = 3.285

		supply_consumption = 0.012
		own_equipment_fuel_consumption_mult = 4.8
	
		# this is what moves us and sets speed
		transport = motorized_equipment
	
		essential = {
			infantry_equipment
			support_weapon
			motorized_equipment
		}

		need = {
			infantry_equipment = 81
			support_weapon = 36
			motorized_equipment = 48
		}

		forest = {
			attack = 0.00
			defence = 0.00
			movement = -0.20
		}
		jungle = {
			attack = 0.00
			defence = 0.00
			movement = -0.75
		}
		hills = {
			attack = 0.00
			defence = 0.00
			movement = -0.15
		}
		mountain = {
			attack = 0.00
			defence = 0.00
			movement = -0.75
		}
		urban = {
			attack = 0.00
			defence = 0.00
			movement = 0.40
		}
		marsh = {
			attack = 0.00
			defence = 0.00
			movement = -0.85
		}
		desert = {
			attack = 0.00
			defence = 0.00
			movement = -0.30
		}
		river = {
			attack = -0.20
			movement = -0.10
		}
		amphibious = {
			attack = -0.20
			movement = -0.10
		}
	}

	bicycle_battalion = {
		abbreviation = "BIC"
		sprite = bicycle
		map_icon_category = infantry
		
		priority = 650
		ai_priority = 150
		active = no

		type = {
			infantry
		}
		
		group = infantry
		
		categories = {
			category_front_line
			category_light_infantry
			category_all_infantry
			category_army
			category_infantry_and_bicycle
		}
		
		##COMBAT stats
		soft_attack = 0.08
		hard_attack = 0.08
		air_attack = 0.08
		defense = 0.08
		breakthrough = 0.08
		combat_width = 2.0
		
		#Size Definitions
		max_strength = 33.4
		max_organisation = 56
		default_morale = 0.3
		manpower = 1000

		#Misc Abilities
		training_time = 90
		suppression = 2.16
		maximum_speed = 0.4
		weight = 0.64
		
		supply_consumption = 0.01
	
		#transport = infantry_equipment

		essential = {
			infantry_equipment
		}

		need = {
			infantry_equipment = 108
			support_equipment = 6
		}

		urban = { # Light Infantry
			attack = 0.00
			defence = 0.00
			movement = 0.15
		}
		
	}

	# Legacy
	infantry_semi = {
		abbreviation = "INF"
		sprite = infantry
		map_icon_category = infantry
		
		priority = 625
		ai_priority = 200
		active = no

		type = {
			infantry
		}
		
		group = mobile
		
		categories = {
			category_front_line
			category_light_infantry
			category_all_infantry
			category_army
			category_infantry_and_bicycle
		}
		
		##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 = 27.1
		max_organisation = 64
		default_morale = 0.35
		manpower = 1000

		#Misc Abilities
		maximum_speed = 0.10
		training_time = 90
		suppression = 1.98
		weight = 1.465
		
		supply_consumption = 0.01
		own_equipment_fuel_consumption_mult = 0.4 # Semi-Mot are cheap to run
	
		transport = infantry_equipment

		essential = {
			infantry_equipment
			support_weapon
		}

		need = {
			infantry_equipment = 81
			support_weapon = 36
			motorized_equipment = 12
		}

		forest = {
			attack = 0.00
			defence = 0.00
			movement = -0.10
		}
		jungle = {
			attack = 0.00
			defence = 0.00
			movement = -0.425
		}
		hills = {
			attack = 0.00
			defence = 0.00
			movement = -0.10
		}
		mountain = {
			attack = 0.00
			defence = 0.00
			movement = -0.50
		}
		urban = {
			attack = 0.00
			defence = 0.00
			movement = 0.10
		}
		marsh = {
			attack = 0.00
			defence = 0.00
			movement = -0.60
		}
		desert = {
			attack = 0.00
			defence = 0.00
			movement = -0.25
		}
		river = {
			movement = -0.10
		}
	}
}
