﻿division_template = {
	name = "Siamese Infantry"

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

units = {
		division = {
			name = "1st Siamese Infantry"
			location = 7408
			division_template = "Siamese Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "2nd Siamese Infantry"
			location = 7408
			division_template = "Siamese Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "3rd Siamese Infantry"
			location = 10438
			division_template = "Siamese Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "4th Siamese Infantry"
			location = 10356
			division_template = "Siamese Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "5th Siamese Infantry"
			location = 12460
			division_template = "Siamese Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "6th Siamese Infantry"
			location = 7587
			division_template = "Siamese Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "7th Siamese Infantry"
			location = 12332
			division_template = "Siamese Infantry"
			start_experience_factor = 0.1
		}

}