﻿division_template = {
	name = "Admiral's Maties"
	regiments = {
		militia = { x = 0 y = 0 }
		militia = { x = 0 y = 1 }
		militia = { x = 1 y = 0 }
		militia = { x = 1 y = 1 }
	}
}

division_template = {
	name = "Admirality's True Pirates"
    regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 2 y = 0 }
	}
}


units = {
	division = {
		name = "First Maties"
		location = 20174
		division_template = "Admirality's True Pirates"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "Second Maties"
		location = 16463
		division_template = "Admirality's True Pirates"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "New Roads Maties"
		location = 16491
		division_template = "Admiral's Maties"
		start_experience_factor = 0.6
		start_equipment_factor = 1.0
	}

	division = {
		name = "Dulac Maties"
		location = 16481
		division_template = "Admiral's Maties"
		start_experience_factor = 0.7
		start_equipment_factor = 1.0
	}
	
}

##### Starting Production #####
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = ballistic_equipment_1
			creator = "USA"
		}
		requested_factories = 1
		progress = 0.75
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = support_equipment_1
			creator = "USA"
		}
		requested_factories = 1
		progress = 0.75
		efficiency = 100
	}
}
