ideas = {

	Infantry_Weapon_Company = {
	
		designer = yes
		
		POR_fabrica_de_braco_de_prata_infantry_weapon_company = {
		
			picture = Fabrica_De_Braco_De_Prata_POR
			
			allowed = {
				tag = POR
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
			}
			
			traits = {
			
			}
			ai_will_do = {
				factor = 0.3 #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
				}
			}
			
		}
	}
	
	Vehicle_Company = {
	
		designer = yes
		
		POR_bravia_sarl_vehicle_company = {
		
			picture = Bravia_Sarl_POR
			
			allowed = {
				tag = POR
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_AFV = -0.155
			}
			
			traits = {
				Cat_AFV_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
				}
			}
			
		}
	}
	
}
