﻿air_wings = {
	2 = {
		# La Cucaracha (Fighter Wing)
		#Historically used Fiat CR.32
		fighter_equipment_0 = {		
			owner = "ITA" 
			amount = 30
		}
		name = "Cucaracha"
		ace = { # Order is important. Ace will be assigned to the wing above (fighter_equipment_0).
			modifier = "fighter_good"
			name = "Giuseppe"
			surname = "Cenni"
			callsign = "Victor Stella"
		}

		# 23o Gruppo Caccia Aviazione Legionaria (Fighter Wing)
		#Historically used Fiat CR.32
		fighter_equipment_0 = {		
			owner = "ITA"
			amount = 30
		}
		name = "23o Gruppo di Caccia"
		ace = { # Order is important. Ace will be assigned to the wing above (fighter_equipment_0).
			modifier = "fighter_unique"
			name = "Mario"
			surname = "Visintini"
			callsign = "Cacciatore Scientifico"
		}

		# Pipistrelli delle Baleari (Tactical Bomber Wing)
		#Historically used S.M.81 Pipistrello -> In-game using Tactical Bomber Ca.101
		tac_bomber_equipment_0 = {		
			owner = "ITA" 
			amount = 40
		}
		name = "Pipistrelli delle Baleare"
		ace = { # Order is important. Ace will be assigned to the wing above (tac_bomber_equipment_0). #MM: Ace is a fighter pilot really, but ¯\_(ツ)_/¯
			modifier = "fighter_unique"
			name = "Franco"
			surname = "Lucchini"
			callsign = "Francesco Baracca II"
		}

		# Falchi delle Baleari (Naval Bomber Wing) #MM: No point probably
		#Historically used S.M.79
		#nav_bomber_equipment_1 = {		
		#	owner = "ITA" 
		#	amount = 40
		#}
		#name = "Falchi delle Baleari"
	}
}