﻿division_template = {
	name = "Kuo Kuana Police Unit"

	division_names_group = KUO_INF_01

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

division_template = {
	name = "Kuo Kuana Infantry Division"

	division_names_group = KUO_INF_01

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

units = {
	# Police #
	division = {
		name = "Kuo Kuana Police Unit"
		location = 5347
		division_template = "Kuo Kuana Police Unit"
		start_experience_factor = 0.3
	}
	division = {
		name = "Kuo Kuana Police Unit"
		location = 619
		division_template = "Kuo Kuana Police Unit"
		start_experience_factor = 0.3
	}
	division = {
		name = "Kuo Kuana Police Unit"
		location = 4190
		division_template = "Kuo Kuana Police Unit"
		start_experience_factor = 0.3
	}

	# Army #
	division = {
		name = "Kuo Kuana Infantry Division"
		location = 5347
		division_template = "Kuo Kuana Infantry Division"
		start_experience_factor = 0.3
	}
	division = {
		name = "Kuo Kuana Infantry Division"
		location = 4190
		division_template = "Kuo Kuana Infantry Division"
		start_experience_factor = 0.3
	}
}

### Starting Equipment ###
instant_effect = {

}