﻿division_template = {
	                name = "National Guard Unit"
                    regiments = {
		                        recruits = { x = 0 y = 0 }
	                            }
	                support = {
	                          sub_pistol = { x = 0 y = 0 }
	                          }
}

division_template = {
	                name = "National Guard SMG Unit"
                    regiments = {
		                        recruits = { x = 0 y = 0 }
	                            }
	                support = {
	                          sub_smg = { x = 0 y = 0 }
	                          }
}

units = {
	    division = {
		           location = 22414
		           division_template = "National Guard Unit"
		           start_experience_factor = 0.75
		           start_equipment_factor = 1.00
        }
        division = {
		           location = 22386
		           division_template = "National Guard Unit"
		           start_experience_factor = 0.75
		           start_equipment_factor = 1.00
        }
        division = {
		           location = 22748
		           division_template = "National Guard SMG Unit"
		           start_experience_factor = 0.75
		           start_equipment_factor = 1.00
        }
}