﻿division_template = {
	name = "Free Orange State Kommandos"

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

units = {
		division = {
			name = "1st Kommando"
			location = 13250
			division_template = "Free Orange State Kommandos"
			start_experience_factor = 0.3
		}
		division = {
			name = "2nd Line Infantry"
			location = 13255
			division_template = "Free Orange State Kommandos"
			start_experience_factor = 0.2
		}
		division = {
			name = "3rd Line Infantry"
			location = 13247
			division_template = "Free Orange State Kommandos"
			start_experience_factor = 0.1
		}
		division = {
			name = "4th Line Infantry"
			location = 13256
			division_template = "Free Orange State Kommandos"
			start_experience_factor = 0.1
		}
}