ideas = {

	Infantry_Weapon_Company = {
	
		designer = yes
		
		SER_zastava_arms_infantry_weapon_company = {
		
			picture = Zastava_Arms_SER
			
			allowed = {
				tag = SER
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_INF_WEP = -0.155
			}
			
			traits = {
				Cat_INF_WEP_5
			
			}
			ai_will_do = {
				factor = 0.5 #All countries need a land army, vehicles are part of modern warfare
				
				modifier = {
					num_of_military_factories > 5 #has the industry to take advantage of the company
					factor = 1
				}
				modifier = {
					is_major = yes #Majors project power
					factor = 1
				}
			}
			
		}
	}
	
	Aircraft_Company = {
	
		designer = yes
		
		SER_utva_aircraft_company = {
		
			picture = Utva_SER
			
			allowed = {
				tag = SER
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
			}
			
			traits = {
			
			}
			ai_will_do = {
				factor = 0.5 #Most countries don't have decent airforces
				
				modifier = {
					or = {
						has_tech = AS_Fighter2 #has semi-modern tech
						has_tech = MR_Fighter2
						has_tech = Strike_fighter2
						has_tech = L_Strike_fighter2
						has_tech = Air_UAV1
					}
					factor = 1
				}
				modifier = {
					or = {
						has_tech = strategic_bomber3 #has semi-modern tech, most countries dont have it
						has_tech = transport_plane2
						has_tech = naval_plane3
						has_tech = cas2
					}
					factor = 1
				}
				modifier = {
					is_major = yes #Majors project power
					factor = 1
				}
			}
			
		}
	}
	
	Vehicle_Company = {
	
		designer = yes
		
		SER_yugoimport_spdr_vehicle_company = {
		
			picture = Yugoimport_SPDR_SER
			
			allowed = {
				tag = SER
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_ARMOR = -0.155
			}
			
			traits = {
				Cat_ARMOR_5
			
			}
			ai_will_do = {
				factor = 0.5 #All countries need a land army, vehicles are part of modern warfare
				
				modifier = {
					num_of_military_factories > 10 #has the industry to take advantage of the company
					factor = 1
				}
				modifier = {
					is_major = yes #Majors project power
					factor = 1
				}
			}
			
		}
	}
	
	Infantry_Weapon_Company = {
	
		designer = yes
		
		SER_yugoimport_spdr_infantry_weapon_company = {
		
			picture = Yugoimport_SPDR_SER
			
			allowed = {
				tag = SER
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_AT = -0.155
			}
			
			traits = {
				Cat_AT_5
			
			}
			ai_will_do = {
				factor = 0.5 #All countries need a land army, vehicles are part of modern warfare
				
				modifier = {
					num_of_military_factories > 5 #has the industry to take advantage of the company
					factor = 1
				}
				modifier = {
					is_major = yes #Majors project power
					factor = 1
				}
			}
			
		}
	}
	
}
