﻿division_template = {
	name = "District Force"				# For 2-brigade Military Districts

	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 }
	}
}
division_template = {
	name = "District Brigade"			# For 1-brigade Military Districts

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

##### OOB #####
units = {
	##### Royal South African Army #####
	division= {	
		name = "Cape Command"
		location = 12589 # Capetown
		division_template = "District Force"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division= {	
		name = "Natal Command"
		location = 1468 # Durbin
		division_template = "District Force"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division= {	
		name = "Orange Free State Cmd."
		location = 12648  # Bloemfontein
		division_template = "District Brigade"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division= {	
		name = "Eastern Province Cmd."
		location = 4696 # East London
		division_template = "District Brigade"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division= {	
		name = "RH-Transvaal Command"
		location = 10400 # Pretoria
		division_template = "District Brigade"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division= {	
		name = "Witwatersrand Command"
		location = 10400 # Johannesburg
		division_template = "District Force"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}

	##### No Naval OOB #####
}

air_wings = {
	###South African Air Force (SAAF)
	275 = {
		# SAAF Fighter Squadron -- Hawker Furys
		fighter_equipment_0 =  {
			owner = "SAF" 
			amount = 30
		}
	}
}


##### Starting Production #####
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "SAF"
		}
		requested_factories = 1
		progress = 0.20
		efficiency = 100
	}
}