﻿division_template = {
	                name = "Police Unit"
                    regiments = {
		                        recruits = { x = 0 y = 0 }
	                            }
	                support = {
	                          sub_pistol = { x = 0 y = 0 }
	                          sub_nightstick = { x = 0 y = 1 }
	                          }
}

units = {
	    division = {
		           location = 20753
		           division_template = "Police Unit"
		           start_experience_factor = 0.75
		           start_equipment_factor = 1.00
        }
        division = {
		           location = 7870
		           division_template = "Police Unit"
		           start_experience_factor = 0.75
		           start_equipment_factor = 1.00
        }