﻿division_template = {
	name = "Pehotna Diviziya"			# Infantry Division

	division_names_group = BUL_INF_01

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
	}
	support = {
		engineer = { x = 0 y = 0 }
		artillery = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Konna Diviziya" 			# Cavalry Division

	division_names_group = BUL_CAV_01

	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		cavalry = { x = 1 y = 2 }
	}
	support = {
		recon = { x = 0 y = 0 }   
	}
}

division_template = {
	name = "Planinska Diviziya" 			# Mountaineer Division

	division_names_group = BUL_MTN_01

	regiments = {
		mountaineers = { x = 0 y = 0 }
	    mountaineers = { x = 0 y = 1 }
		mountaineers = { x = 0 y = 2 }
		mountaineers = { x = 1 y = 0 }
		mountaineers = { x = 1 y = 1 }
		mountaineers = { x = 1 y = 2 }
	}
	support = {
		engineer = { x = 0 y = 0 }
		artillery = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Burza Diviziya" 			# Motorized Division

	division_names_group = BUL_MOT_01

	regiments = {
		motorized = { x = 0 y = 0 }
	    cavalry = { x = 0 y = 1 }
		motorized = { x = 0 y = 2 }
		motorized = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		mot_artillery_brigade = { x = 1 y = 2 }
	}
	support = {
		recon = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Bronirana Brigada" 			# Armoured Brigade

	division_names_group = BUL_ARM_02

	regiments = {
		light_armor = { x = 0 y = 0 }
		motorized = { x = 1 y = 0 }
        motorized = { x = 1 y = 1 }
		motorized = { x = 1 y = 2 }
		motorized = { x = 2 y = 0 }
	}
	support = {
        engineer = { x = 0 y = 0 }
	}
}

units = {
	##### Bulgarsko Glavno Komandvane #####
	division = {
		#name = "1-va Konna diviziya"
		division_name = {    # New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 1
		}
		location = 9771  # Vidin
		division_template = "Konna Diviziya"
		start_experience_factor = 0.2
		start_equipment_factor = 0.7

	}
	
	division = {
		#name = "2-ra Konna diviziya"
		division_name = {    # New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 2
		}
		location = 6952  # Plovdiv
		division_template = "Konna Diviziya"
		start_experience_factor = 0.2
		start_equipment_factor = 0.7

	}
	
	division = {
		#name = "1-va Burza diviziya"
		division_name = {    # New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 1
		}
		location = 9902  # Burgas
		division_template = "Burza Diviziya"
		start_experience_factor = 0.2
		start_equipment_factor = 0.7

	}
	
	division = {
		#name = "1-va Planinska diviziya"
		division_name = {    # New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 2
		}
		location = 9769  # Shumen
		division_template = "Planinska Diviziya"
		start_experience_factor = 0.2
		start_equipment_factor = 1.0

	}

	# 1-va Armija
	division = {
		#name = "1-va 'Sofiya' Pehotna Diviziya"
		division_name = {    # New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 1
		}
		location = 949  # Sofia
		division_template = "Pehotna Diviziya"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		#name = "7-ma 'Dupnica' Pehotna Diviziya"
		division_name = {    # New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 7
		}
		location = 6952  # Plovdiv
		division_template = "Pehotna Diviziya"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	
}

### Starting Production ###
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "BUL"
		}
		requested_factories = 1
		progress = 0.49
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = support_equipment_1
			creator = "BUL"
		}
		requested_factories = 1
		progress = 0.73
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = artillery_equipment_1
			creator = "BUL" 
		}
		requested_factories = 1
		progress = 0.34
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = motorized_equipment_1
			creator = "BUL" 
		}
		requested_factories = 1
		progress = 0.40
		efficiency = 100
	}
}