ideas = {

	Vehicle_Company = {
	
		designer = yes
		
		GEO_tbilisi_aircraft_manufacturing_vehicle_company = {
		
			picture = Tbilisi_Aircraft_Manufacturing_GEO
			
			allowed = {
				tag = GEO
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_ARMOR = -0.093
			}
			
			traits = {
				Cat_ARMOR_3
			
			}
			ai_will_do = {
				factor = 0.3 #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
		
		GEO_tbilisi_aircraft_manufacturing_infantry_weapon_company = {
		
			picture = Tbilisi_Aircraft_Manufacturing_GEO
			
			allowed = {
				tag = GEO
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_INF_WEP = -0.093
			}
			
			traits = {
				Cat_INF_WEP_3
			
			}
			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
				}
			}
			
		}
	}
	
}
