division_template = {
	name = "Marines"  
	division_names_group = USA_INF_01

	regiments = {
	    marine = { x = 0 y = 0 }
		marine = { x = 0 y = 1 }
		marine = { x = 0 y = 2 }
   		marine = { x = 1 y = 0 }
		marine = { x = 1 y = 1 }
		marine = { x = 1 y = 2 }
  		marine = { x = 2 y = 0 }
		marine = { x = 2 y = 1 }
		marine = { x = 2 y = 2 }
        artillery_brigade = { x = 3 y = 0 }
        anti_tank_brigade = { x = 4 y = 0 }
	}
	support = {
		anti_tank = { x = 0 y = 0 }
		recon = { x = 0 y = 1 }
		engineer = { x = 0 y = 2 }
		signal_company = { x = 0 y = 3 }
	}
}

units = {
   division= {		
		division_name = {
				is_name_ordered = yes
				name_order = 5
		}
		location = 13025
		division_template = "Marines"  
		start_experience_factor = 0.8
	}
   division= {		
		division_name = {
				is_name_ordered = yes
				name_order = 4
		}
		location = 13025
		division_template = "Marines"  
		start_experience_factor = 0.8
	}
   division= {		
		division_name = {
				is_name_ordered = yes
				name_order = 3
		}
		location = 13025
		division_template = "Marines"  
		start_experience_factor = 0.8
	}
}
