# 0 - Early Anti-Aircraft  1936
model = {
	cost 				= 2 #2
	buildtime			= 100 #190
	manpower 			= 0.2
	airdetectioncapability		= 1
	airdefence			= 2 #1
	airattack			= 4 #1
	supplyconsumption 		= 0.3 #0.1
	fuelconsumption			= 0
	upgrade_time_factor 		= 0.5
	upgrade_cost_factor 		= 1
	equipment = { manpower = 200 }
}
# 1 - Late Anti-Aircraft  1941
model = {
	cost 				= 2 #2.5
	buildtime			= 100 #190
	manpower 			= 0.2
	airdetectioncapability		= 2
	airdefence			= 4 #2
	airattack			= 8 #2
	supplyconsumption 		= 0.3 #0.2
	upgrade_time_factor 		= 0.5
	upgrade_cost_factor 		= 1
	equipment = { manpower = 200 }
}
