﻿division_template = {
	name = "Fortress Garrison"
	is_locked = yes

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

division_template = {
	name = "Stadgarde"

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

units = {
	division = {
		name = "Garrison of the Federal Fortress"
		location = 6583
		division_template = "Fortress Garrison"
		start_experience_factor = 0.25
	}
	
	division = {
		name = "Lëtzebuerger Stadgarde"
		location = 6583
		division_template = "Stadgarde"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5
	}
}