division_template = {
	name = "Divizia Infanterie"
	# Note: also represents Guards, Fortress divisions
	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 = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
	}
	support = {
		artillery = { x = 0 y = 0 }        # 2x 100mm howitzer bns, on average
		engineer = { x = 0 y = 1 }
	}
}
division_template = {
	name = "Munte Brigada"

	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 }
	}
}
division_template = {
	name = "Cavalerie Brigada"
	# Note: regiments within the brigade were battalion-sized units
	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		motorized = { x = 0 y = 2 }            # one cav rgt upgraded to truck-bourne in 1939-40
	}
}
division_template = {
	name = "Blindata Brigada"
	# Note: Represents 1st and 2nd Armor regiment; both created and merged with motorized inf to create Armor Division in 1940
	regiments = {
		light_armor = { x = 0 y = 0 }        # 1st Rgt: R-2 (Pz 35(t)) tanks
		light_armor = { x = 0 y = 1 }
		light_armor = { x = 1 y = 0 }        # 2nd Rgt: Renault R-35 tanks
		light_armor = { x = 1 y = 1 }
		motorized = { x = 2 y = 0 }         # added motorized not to make it a death trap
		motorized = { x = 2 y = 1 }
	}
	support = {
		recon = { x = 0 y = 0 }            # recon bn of ACs
		engineer = { x = 0 y = 1 }
	}
}


units = {
	division = {
		name = "1. Corp Cavalerie"
		location = 9617
		division_template = "Cavalerie Brigada"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3
	}
	division = {
		name = "1. Corp Munte"
		location = 9617
		division_template = "Munte Brigada"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3
	}
	division = {
		name = "Divizia 18 Infanterie"
		location = 9617
		division_template = "Divizia Infanterie"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3
	}
	division = {
		name = "Divizia 10 Infanterie"
		location = 9617
		division_template = "Divizia Infanterie"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3
	}
	division = {
		name = "Divizia 1 de Munte"
		location = 9617
		division_template = "Munte Brigada"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3
	}
	division = {
		name = "Divizia 2 de Munte"
		location = 9617
		division_template = "Munte Brigada"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3
	}

	##### NAVAL UNITS #####
	fleet = {
		name = "Flota Romania de Mare"
		naval_base = 657
		task_force = {
			name = "Flota Romania de Mare"
			location = 657
			ship = { name = "NMS Marasti" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = ROM } } }
		}
	}
}



### Starting Production ###
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "ROM"
		}
		requested_factories = 2
		progress = 0.44
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = support_equipment_1
			creator = "ROM"
		}
		requested_factories = 1
		progress = 0.47
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = artillery_equipment_1
			creator = "ROM"
		}
		requested_factories = 1
		progress = 0.47
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = light_tank_equipment_1
			creator = "ROM"
		}
		requested_factories = 1
		progress = 0.4
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = motorized_equipment_1
			creator = "ROM"
		}
		requested_factories = 1
		progress = 0.4
		efficiency = 100
	}
}
