﻿##### Division Templates #####
division_template = {
	name = "Warrior"  
	regiments = {					
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
	}
}

###### OOB ######
units = {
	division = {
		name = "1. Warrior"
		location = 2081
		division_template = "Warrior"
		start_experience_factor = 0.1
		start_equipment_factor = 0.75
	}
	division = {
		name = "2. Warrior"
		location = 2081
		division_template = "Warrior"
		start_experience_factor = 0.1
		start_equipment_factor = 0.75
	}

}