﻿division_template = {
	name = "Guangzhou Regiment"

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

units = {
	division = {
		name = "Guangzhou Defense Regiment"
		location = 1047
		division_template = "Guangzhou Regiment"
		start_experience_factor = 0.1
	}
}