﻿division_template = {
	name = "Foghorn Leghorn"		# Infantry Division
	division_names_group = BRM_INF_01

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
		infantry = { x = 0 y = 3 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }

	}
	support = {
  	      engineer = { x = 0 y = 0 }
 	}
}


units = {

	division= {	
		division_name = {
				is_name_ordered = yes
				name_order = 1
		}
		location = 1330 # Rangoon
		division_template = "Foghorn Leghorn"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division= {	
		division_name = {
				is_name_ordered = yes
				name_order = 2
		}
		location = 1330 # Rangoon
		division_template = "Foghorn Leghorn"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division= {	
		division_name = {
				is_name_ordered = yes
				name_order = 3
		}
		location = 1330 # Rangoon
		division_template = "Foghorn Leghorn"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}

	division= {	
		division_name = {
				is_name_ordered = yes
				name_order = 4
		}
		location = 1330 # Rangoon
		division_template = "Foghorn Leghorn"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
}



instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "BRM"
		}
		requested_factories = 1
		progress = 0.59
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = support_equipment_1
			creator = "BRM"
		}
		requested_factories = 1
		progress = 0.22
		efficiency = 100
	}
}
