division_template = {
	name = "Salt's Honor Guard"
	is_locked = no

	regiments = {
		spec_ops = { x = 0 y = 0 }
		spec_ops = { x = 0 y = 1 }
		spec_ops = { x = 1 y = 0 }
		spec_ops = { x = 1 y = 1 }
		spec_ops = { x = 2 y = 0 }
		spec_ops = { x = 2 y = 1 }
		spec_ops = { x = 3 y = 0 }
	
	}
	support = {
		demolitions_support = { x = 0 y = 0 }
		recon_company = { x = 1 y = 0 }
	}
}
units = {
	division = {
		name = "Salt's Honor Guard "
		location = 3567
		division_template = "Salt's Honor Guard"
		start_experience_factor = 0.66
		start_equipment_factor = 1.0
	}

	division = {
		name = "Salt's Second Sons"
		location = 3567
		division_template = "Salt's Honor Guard"
		start_experience_factor = 0.50
		start_equipment_factor = 1.0
	}
		

}