﻿division_template = {
	name = "Taiping Shanghai Army"

	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}
	}
	support = {
	cannon_artillery_support = { x = 0 y = 0 }
	}
}

units = {
	division = {
		name = "1st Shanghai Force"
		location = 7014
		division_template = "Taiping Shanghai Army"
		start_experience_factor = 1.0
	}
	division = {
		name = "2nd Shanghai Force"
		location = 7014
		division_template = "Taiping Shanghai Army"
		start_experience_factor = 1.0
	}
	division = {
		name = "3rd Shanghai Force"
		location = 7014
		division_template = "Taiping Shanghai Army"
		start_experience_factor = 0.5
	}
	division = {
		name = "4th Shanghai Force"
		location = 7014
		division_template = "Taiping Shanghai Army"
		start_experience_factor = 0.5
	}
}