﻿division_template = {
	name = "División de Infanteria"	

	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 = "División de Caballería"  

	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
	}
}

units = {
	##### Alto Mando de Venezuela #####
	division= {	
		name = "1a División 'Simon Bolivar'"
		location = 8113 # Caracas
		division_template = "División de Infanteria"
		start_experience_factor = 0.35
		start_equipment_factor = 0.9

	}
	division= {	
		name = "2a División 'Eduardo Blanco'"
		location = 8113 # Caracas
		division_template = "División de Infanteria"
		start_experience_factor = 0.3
		start_equipment_factor = 0.9

	}
	division= {	
		name = "3a División 'Francisco de Miranda'"
		location = 8113 # Caracas
		division_template = "División de Infanteria"
		start_experience_factor = 0.4
		start_equipment_factor = 0.9

	}
	division= {	
		name = "Los Caballos de Venezuela"
		location = 8113 # Caracas
		division_template = "División de Caballería"
		start_experience_factor = 0.1
		start_equipment_factor = 0.9

	}
	navy = {				
		name = "Armada Nacional"			
		base = 8113
		location = 8113 # Caracas
		ship = { name = "ARV Antonio Díaz" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = VEN } } }
		ship = { name = "ARC Arismendi" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = VEN } } }
		ship = { name = "ARC Brión" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = VEN } } }
	}	

}

##### No notable air forces #####

instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "VEN"
		}
		requested_factories = 1
		progress = 0.89
		efficiency = 100
	}
}