﻿division_template = {
	name = "TRM"

	regiments = {
		militia = { x = 0 y = 0 }
		militia = { x = 0 y = 2 }
		militia = { x = 0 y = 1 }
	}
	
	support = {
	}
}


division_template = {
	name = "Kodam-II"		#Large Regional Military Command
	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 }
		infantry = { x = 1 y = 3 }
		artillery_brigade = { x = 2 y = 0 }
		artillery_brigade = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
	}

	support = {
		spaa_company = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Brigade Infanteri"		#Infantry Brigade
	regiments = {
		motorized = { x = 0 y = 0 }
		motorized = { x = 0 y = 1 }
		motorized = { x = 0 y = 2 }
		motorized = { x = 0 y = 3 }
		artillery_brigade = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
	}

	support = {
		light_tank_recon = { x = 0 y = 0 }
	}
}

units = {

	division = {
		name = "Tentara Rakyat Maluku"
		location = 7413
		division_template = "TRM"
		start_experience_factor = 0.1
	}
	division = {
		name = "Tentara Rakyat Maluku"
		location = 1574
		division_template = "TRM"
		start_experience_factor = 0.1
	}
	division = {
		name = "Tentara Rakyat Maluku"
		location = 1574
		division_template = "TRM"
		start_experience_factor = 0.1
	}

	division = {
		name = "Brigade Infanteri Maluku"
		location = 1574
		division_template = "Brigade Infanteri"
		start_experience_factor = 0.3
		
	}
	division = {
		name = "Brigade Infanteri Maluku"
		location = 7413
		division_template = "Brigade Infanteri"
		start_experience_factor = 0.3
	}

	division = {
		name = "Kodam"
		location = 1574
		division_template = "Kodam-II"
		start_experience_factor = 0.3
		
	}
}
