﻿division_template = {
	name = "Baltimare Commandos"			#Infantry Division - kek

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

units = {
	division = {
		name = "Konrad's Jungle Jumpers"
		location = 3558
		division_template = "Baltimare Commandos"
		start_experience_factor = 1.0
        start_equipment_factor = 1.0 }
	division = {
		name = "Taskforce 141"
		location = 587
		division_template = "Baltimare Commandos"
		start_experience_factor = 1.0
        start_equipment_factor = 1.0			}
}