﻿division_template = {
	name = "Danish Guard Battalion"
	division_names_group = DEN_GUA_01

	regiments = {
		guard_infantry = { x = 0 y = 0 }
		guard_infantry = { x = 0 y = 1 }
	}
	support = {
		cannon_artillery_support = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Danish Line Battalion (A)"
	division_names_group = DEN_INF_01

	regiments = {
		line_infantry = { x = 0 y = 0 }
		line_infantry = { x = 0 y = 1 }
	}
	support = {
		cannon_artillery_support = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Danish Line Battalion"
	division_names_group = DEN_INF_01

	regiments = {
		line_infantry = { x = 0 y = 0 }
		line_infantry = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Danish Militia"
	is_locked = yes

	regiments = {
		irregular_infantry = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Danish Guard Cavalry Regiment"
	division_names_group = DEN_KUR_01

	regiments = {
		heavy_cavalry = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Danish Hussar Regiment"
	division_names_group = DEN_HUS_01

	regiments = {
		light_cavalry = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Danish Dragoon Regiment"
	division_names_group = DEN_DRA_01

	regiments = {
		dragoon = { x = 0 y = 0 }
	}
}

units = {
	### INFANTRY ###
	division = {
		#Livgarden til Fods
		division_name = {
			is_name_ordered	= yes
			name_order = 1
		}
		location = 6287
		division_template = "Danish Guard Battalion"
		start_experience_factor = 0.3
	}
	division = {
		#1. Linie Infanteribataillon
		division_name = {
			is_name_ordered	= yes
			name_order = 1
		}
		location = 6287
		division_template = "Danish Line Battalion (A)"
		start_experience_factor = 0.15
	}
	division = {
		#2. Linie Infanteribataillon
		division_name = {
			is_name_ordered	= yes
			name_order = 2
		}
		location = 3325
		division_template = "Danish Line Battalion (A)"
		start_experience_factor = 0.15
	}
	division = {
		#3. Linie Infanteribataillon
		division_name = {
			is_name_ordered	= yes
			name_order = 3
		}
		location = 6364
		division_template = "Danish Line Battalion (A)"
		start_experience_factor = 0.15
	}
	division = {
		#4. Linie Infanteribataillon
		division_name = {
			is_name_ordered	= yes
			name_order = 4
		}
		location = 394
		division_template = "Danish Line Battalion"
		start_experience_factor = 0.1
	}
	division = {
		#5. Linie Infanteribataillon
		division_name = {
			is_name_ordered	= yes
			name_order = 5
		}
		location = 6235
		division_template = "Danish Line Battalion"
		start_experience_factor = 0.1
	}
	division = {
		#6. Linie Infanteribataillon
		division_name = {
			is_name_ordered	= yes
			name_order = 6
		}
		location = 3277
		division_template = "Danish Line Battalion"
		start_experience_factor = 0.1
	}
	division = {
		#7. Linie Infanteribataillon
		division_name = {
			is_name_ordered	= yes
			name_order = 7
		}
		location = 399
		division_template = "Danish Line Battalion"
		start_experience_factor = 0.1
	}
	division = {
		#8. Linie Infanteribataillon
		division_name = {
			is_name_ordered	= yes
			name_order = 8
		}
		location = 6361
		division_template = "Danish Line Battalion"
		start_experience_factor = 0.1
	}
	
	### CAVALRY ###
	division = {
		#Livgarden til Hest
		division_name = {
			is_name_ordered	= yes
			name_order = 1
		}
		location = 6287
		division_template = "Danish Guard Cavalry Regiment"
		start_experience_factor = 0.2
	}
	division = {
		#Gardehusarregimentets Hesteskadron
		division_name = {
			is_name_ordered	= yes
			name_order = 1
		}
		location = 3325
		division_template = "Danish Hussar Regiment"
		start_experience_factor = 0.15
	}
	division = {
		#1. Dragonregiment
		division_name = {
			is_name_ordered	= yes
			name_order = 1
		}
		location = 6364
		division_template = "Danish Dragoon Regiment"
		start_experience_factor = 0.1
	}
}

instant_effect = {
	add_equipment_production = {
		equipment = {
			type = uniform_equipment_2
			creator = "DEN"
		}
		requested_factories = 1
		progress = 0.5
		efficiency = 20
	}
}