ideas = {

	Infantry_Weapon_Company = {
	
		designer = yes
		
		BRM_burma_defence_industries_infantry_weapon_company = {
		
			picture = Burma_Defence_Industries_BRM
			
			allowed = {
				tag = BRM
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_INF = -0.062
			}
			
			traits = {
				Cat_INF_2
			
			}
			ai_will_do = {
				factor = 0.2 #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
		
		BRM_burma_defence_industries_vehicle_company = {
		
			picture = Burma_Defence_Industries_BRM
			
			allowed = {
				tag = BRM
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_AFV = -0.062
			}
			
			traits = {
				Cat_AFV_2
			
			}
			ai_will_do = {
				factor = 0.2 #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
				}
			}
			
		}
	}
	
}
