﻿division_template = {
	name = "Infantry Brigade"

	regiments = {						
		L_Inf_Bat = { x = 0 y = 0 }
		L_Inf_Bat = { x = 0 y = 1 }
		L_Inf_Bat = { x = 0 y = 2 }
		SP_Arty_Bat = { x = 1 y = 0 }
		
	}
	support = {
		armor_Recce_Comp = { x = 0 y = 0 }
		SP_AA_Battery = { x = 0 y = 1 }
		L_Engi_Comp = { x = 0 y = 2 }
		
	}
	
}
division_template = {
	name = "Presidential Guard"

	regiments = {						
		L_Inf_Bat = { x = 0 y = 0 }
		L_Inf_Bat = { x = 0 y = 1 }
		L_Inf_Bat = { x = 0 y = 2 }
		SP_Arty_Bat = { x = 0 y = 3 }
	}
	support = {
		L_Engi_Comp = { x = 0 y = 0 }
	}
	
}
division_template = {
	name = "Mechanized Brigade"

	regiments = {						
		Mech_Inf_Bat = { x = 0 y = 0 }
		SP_Arty_Bat = { x = 1 y = 0 }
		
	}
	support = {
		armor_Comp = { x = 0 y = 0 }
		L_Engi_Comp = { x = 0 y = 1 } 
		SP_AA_Battery = { x = 0 y = 2 }
		
	}
	
}

#https://en.wikipedia.org/wiki/Zimbabwe_National_Army#Command_and_Organisation
units = {
	 division = {			
		name = "1st Infantry Brigade"
		location = 4851
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {			
		name = "2nd Infantry Brigade"
		location = 10929
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {			
		name = "3rd Infantry Brigade"
		location = 11273
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {			
		name = "4th Infantry Brigade"
		location = 2151
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {			
		name = "5th Infantry Brigade"
		location = 4851
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {			
		name = "Presidential Guard"
		location = 11269
		division_template = "Presidential Guard"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {			
		name = "Mechanized Brigade"
		location = 10929
		division_template = "Mechanized Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	
}

instant_effect = {

	#Inf Equipment
	add_equipment_to_stockpile = {
		type = infantry_weapons 
		amount = 4000
		producer = SOV
	}
		add_equipment_to_stockpile = {
		type = command_control_equipment 
		amount = 406
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Anti_tank_0 
		amount = 220
		producer = SOV
	}
	#Vehicles
   	add_equipment_to_stockpile = {
		type = MBT_1 #Type 59/ Type 69 #1965
		amount = 40
		producer = CHI
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #Eland Mk7
		amount = 20
		producer = SAF
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #Ferret/
		amount = 15
		producer = ENG
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #EE-9 Cascavel #1965
		amount = 80
		producer = BRA
	}
	add_equipment_to_stockpile = {
		type = APC_1 #Type-63 & TPK 4.2 VSC ACMAT #1965
		amount = 85
		producer = CHI
	}
	add_equipment_to_stockpile = {
		type = APC_1 #VTT-323 Sinhung
		amount = 22
		producer = NKO
	}
	
	#Arty
	add_equipment_to_stockpile = {
		type = artillery_0 #D-30 #1965
		amount = 20
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = SP_arty_0 #2S1 #1965 & M-43
		amount = 158
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = SP_R_arty_0 #Type 63 #1965
		amount = 76
		producer = CHI
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_0 #SA-7 #1965
		amount = 50 #random number
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = SP_Anti_Air_0 #ZSU and etc #1965
		amount = 298
		producer = SOV
	}
	
	#Aircraft
	add_equipment_to_stockpile = {
		type = AS_Fighter1 #F-7/J-7 #1965
		amount = 9
		producer = CHI
	}
	add_equipment_to_stockpile = {
		type = Strike_fighter1 #Hawker Hunter #1965
		amount = 12
		producer = ENG
	}
	add_equipment_to_stockpile = {
		type = attack_helicopter1 #MI-24 #1965
		amount = 6
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter2 #Eurocopter AS532 Cougar
		amount = 2
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 #Bell UH-1 Iroquois
		amount = 8
		producer = USA
	}
	
	#TPT • Medium 2 AS532UL Cougar (VIP) 
	
	#No current procurment according to military balance 2016
	
}