division_template = {
	name = "Vacationbots"
	regiments = {
		support_robot = { x = 0 y = 0 }
		support_robot = { x = 0 y = 1 }
		support_robot = { x = 1 y = 0 }
		support_robot = { x = 1 y = 1 }
		support_robot = { x = 2 y = 0 }
		support_robot = { x = 2 y = 1 }
	}
	support = {
		cnc_robot = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Margaritaville's Militia"
	regiments = {
		militia = { x = 0 y = 0 }
		militia = { x = 0 y = 1 }
		militia = { x = 1 y = 0 }
		militia = { x = 1 y = 1 }
	}
}

units = {
	division = {
		name = "XV Corps"
		location = 16536
		division_template = "Vacationbots"
		start_experience_factor = 0.75
		start_equipment_factor = 0.95
	}
	division = {
		name = "XVII Corps"
		location = 16526
		division_template = "Vacationbots"
		start_experience_factor = 0.75
		start_equipment_factor = 0.95
	}
	division = {
		name = "XIV Corps"
		location = 16521
		division_template = "Vacationbots"
		start_experience_factor = 0.5
		start_equipment_factor = 0.95
	}
	division = {
		name = "XX Corps"
		location = 16570
		division_template = "Vacationbots"
		start_experience_factor = 0.5
		start_equipment_factor = 0.95
	}

	division = {
		name = "Margaritaville's Militia"
		location = 16536
		division_template = "Margaritaville's Militia"
		start_experience_factor = 0.5
		start_equipment_factor = 0.95
	}



}
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = support_robot_two_legs_equipment_1
			creator = "MAG"
		}
		requested_factories = 1
	}
	add_equipment_production = {
		equipment = {
			type = cnc_robot_equipment_1
			creator = "MAG"
		}
		requested_factories = 1
	}
	
	add_equipment_production = {
		equipment = {
			type = ballistic_equipment_1
			creator = "USA"
		}
		requested_factories = 1
		progress = 0.75
		efficiency = 100
	}	
}
