﻿division_template = {
	name = "Monochrome Rifles"			#Infantry Division -

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
	}

    support = {
	}
}
division_template = {
	name = "Tux Division"			#Elites

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
        infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 1 y = 2 }
    		}
	support = {
		recon = { x = 0 y = 0 }
	}
	priority = 2
}
units = {
	division = {
		name = "Dachiagh's Tuxes"
		location = 13115
		division_template = "Tux Division"
		start_experience_factor = 0.2 }
	division = {
		name = "Chimincollie Monochrome Division"
		location = 11059
		division_template = "Monochrome Rifles"
		start_experience_factor = 0.1 }
	division = {
		name = "Northern Monochrome Division"
		location = 9190
		division_template = "Monochrome Rifles"
		start_experience_factor = 0.1 }
   }

air_wings = {
}

### Starting Production ###
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "PNG"
		}
		requested_factories = 1
		progress = 0.86
		efficiency = 60
	}
}