﻿##### Starting Division Templates #####
division_template = {
	name = "Masks"
	template_counter= 96
	regiments = {
		militia = { x = 0 y = 0 }
		militia = { x = 0 y = 1 }
		militia = { x = 1 y = 0 }
		militia = { x = 1 y = 1 }
	}
}

division_template = {
	name = "Actors battlegroup"
	template_counter= 193
	regiments = {
		heavy_infantry = { x = 0 y = 0 }
		heavy_infantry = { x = 0 y = 1 }
		heavy_infantry = { x = 0 y = 2 }
		heavy_infantry = { x = 1 y = 0 }
		heavy_infantry = { x = 1 y = 1 }
		heavy_infantry = { x = 1 y = 2 }
	}
}

division_template = {
	name = "Death Jesters"
	template_counter= 185
	regiments = {
		spec_ops = { x = 0 y = 0 }
		spec_ops = { x = 0 y = 1 }
		spec_ops = { x = 1 y = 0 }
		spec_ops = { x = 1 y = 1 }
	}
}

##### Starting Army #####
units = {
	division = {
			name = "Commedia dell'arte"
			location = 13145
			division_template = "Actors battlegroup"
			start_experience_factor = 0.6
			start_equipment_factor = 1.0
		}
	division = {
			name = "Constantin's heirs"
			location = 13339
			division_template = "Actors battlegroup"
			start_experience_factor = 0.6
			start_equipment_factor = 1.0
		}
	division = {
			name = "Melpomene's blades"
			location = 13339
			division_template = "Death Jesters"
			start_experience_factor = 0.8
			start_equipment_factor = 1.0
		}
	division = {
			name = "Euterpe's Flawless "
			location = 13230
			division_template = "Actors battlegroup"
			start_experience_factor = 0.6
			start_equipment_factor = 1.0
		}
		division = {
			name = "The Songweavers"
			location = 13330
			division_template = "Actors battlegroup"
			start_experience_factor = 0.6
			start_equipment_factor = 1.0
		}
		division = {
			name = "Caliope's Reapers"
			location = 13354
			division_template = "Death Jesters"
			start_experience_factor = 0.8
			start_equipment_factor = 1.0
		}
}

##### Starting Production #####
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "DRA"
		}
		requested_factories = 4
		progress = 0.75
		efficiency = 100
	}
}