﻿
division_template = {
	name = "Enactors"
    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 }
	}
}


units = {
	division = {
		name = "1st Enactor Turncoats"
		location = 15869
		division_template = "Enactors"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "2nd Enactor Turncoats"
		location = 15869
		division_template = "Enactors"
		start_experience_factor = 0.1
		start_equipment_factor = 1.0
	}
	
}