﻿### Copied from Yugoslavia ###
division_template = {
	name = "Hrvatsko domobranstvo"		# Infantry Division

	division_names_group = CRO_INF_01

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

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

	}
	support = {
		engineer = { x = 0 y = 0 }   
	}
}
division_template = {
	name = "Alpine Odred"			# Mountain Brigade	

	division_names_group = CRO_MTN_01

	regiments = {
		mountaineers = { x = 0 y = 0 }
		mountaineers = { x = 0 y = 1 }
		mountaineers = { x = 0 y = 2 }
	}
}
division_template = {
	name = "Konjièka Divizija" 			# Cavalry Division

	division_names_group = CRO_CAV_01

	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }

		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		cavalry = { x = 1 y = 2 }
	}
}
division_template = {
	name = "Bataljon Bornih Kola" 			# Tank Battalion

	division_names_group = CRO_ARM_01

	regiments = {
		light_armor = { x = 0 y = 0 }
	}
}

units = {
	division= {	
		#name = "1. Pesadijska Divizija"
		division_name = {    # New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 1
		}
		location = 11581
		division_template = "Hrvatsko domobranstvo"
		start_experience_factor = 0
	}
	division= {	
		#name = "2. Pesadijska Divizija"
		division_name = {    # New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 2
		}
		location = 624
		division_template = "Hrvatsko domobranstvo"
		start_experience_factor = 0
	}
	division= {	
		#name = "3. Pesadijska Divizija"
		division_name = {    # New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 3
		}
		location = 9595
		division_template = "Hrvatsko domobranstvo"
		start_experience_factor = 0
	}
	division= {	
		#name = "4. Pesadijska Divizija"
		division_name = {    # New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 4
		}
		location = 6647
		division_template = "Hrvatsko domobranstvo"
		start_experience_factor = 0
	}
	division= {	
		#name = "5. Pesadijska Divizija"
		division_name = {    # New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 5
		}
		location = 3592
		division_template = "Hrvatsko domobranstvo"
		start_experience_factor = 0
	}
	division= {	
		#name = "1. Konjièka Divizija"
		division_name = {    # New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 1
		}
		location = 11581
		division_template = "Konjièka Divizija"
		start_experience_factor = 0
	}
}

