﻿division_template= {
	name= "Stadtwache"

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

division_template= {
	name= "Bürgergarde"

	regiments= {
		light_infantry= { x= 0 y= 0 }
	}
}

units= {
	division= {
		name= "Hamburger Stadtwache"
		location= 9347
		division_template= "Stadtwache"
		start_experience_factor= 0.1
	}
	division= {
		name= "Hanseatische Bürgergarde"
		location= 9347
		division_template= "Bürgergarde"
		start_experience_factor= 0.1
	}
}