﻿

### Air Wings ###
air_wings = {
	##### Schweizer Luftwaffe #####
	3 = { 
		fighter_equipment_1 = { owner = "SWI" amount = 60 }					# Fliegerregimenter 1/2 -- Bf 109B/D/E fighters
	}
}

### Starting Production ###
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = fighter_equipment_1
			creator = "SWI"
		}
		requested_factories = 1
		progress = 0.77
		efficiency = 100
	}
}