ideas = {

	Vehicle_Company = {
	
		designer = yes
		
		CRO_djuro_djakovic_vehicle_company = {
		
			picture = Djuro_Djakovic_CRO
			
			allowed = {
				tag = CRO
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_ARMOR = -0.124
			}
			
			traits = {
				Cat_ARMOR_4
			
			}
			ai_will_do = {
				factor = 0.4 #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
		
		CRO_hs_produkt_infantry_weapon_company = {
		
			picture = HS_Produkt_CRO
			
			allowed = {
				tag = CRO
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_INF_WEP = -0.124
			}
			
			traits = {
				Cat_INF_WEP_4
			
			}
			ai_will_do = {
				factor = 0.4 #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
				}
			}
			
		}
	}
	
	Ship_Company = {
	
		designer = yes
		
		CRO_kraljevica_shipyard_ship_company = {
		
			picture = Kraljevica_Shipyard_CRO
			
			allowed = {
				tag = CRO
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_SURFACE_SHIP = -0.124
			}
			
			traits = {
				Cat_NAVAL_EQP_4
			
			}
			ai_will_do = {
				factor = 0.4
				
				modifier = {
					has_navy_size = { size > 25 } #has a large navy
					factor = 1
				}
				modifier = {
					num_of_naval_factories > 3 #has the industry to take advantage of the company
					factor = 1
				}
				modifier = {
					is_major = yes #Majors project power
					factor = 1
				}
				modifier = {
					NOT = { #need to have ports
						any_owned_state = {
							is_coastal = yes
						}
					}
					factor = 10
				}
			}
			
		}
	}
	
}
