ideas = {

	Ship_Company = {
	
		designer = yes
		
		AST_bae_systems_australia_ship_company = {
		
			picture = BAE_Systems_Australia_AST
			
			allowed = {
				tag = AST
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_SURFACE_SHIP = -0.248
			}
			
			traits = {
				Cat_NAVAL_EQP_8
			
			}
			ai_will_do = {
				factor = 0.8
				
				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
				}
			}
			
		}
	}
	
	Ship_Company = {
	
		designer = yes
		
		AST_asc_ship_company = {
		
			picture = ASC_AST
			
			allowed = {
				tag = AST
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_SURFACE_SHIP = -0.186
			}
			
			traits = {
				Cat_NAVAL_EQP_6
			
			}
			ai_will_do = {
				factor = 0.6
				
				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
				}
			}
			
		}
	}
	
	Submarine_Company = {
	
		designer = yes
		
		AST_asc_submarine_company = {
		
			picture = ASC_AST
			
			allowed = {
				tag = AST
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_D_SUB = -0.186
			}
			
			traits = {
				Cat_D_SUB_6
			
			}
			ai_will_do = {
				factor = 0.6
				
				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
				}
			}
			
		}
	}
	
	Vehicle_Company = {
	
		designer = yes
		
		AST_gdls_australia_vehicle_company = {
		
			picture = GDLS_Australia_AST
			
			allowed = {
				tag = AST
			}
			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
				}
			}
			
		}
	}
	
	Ship_Company = {
	
		designer = yes
		
		AST_strategic_marine_ship_company = {
		
			picture = Strategic_Marine_AST
			
			allowed = {
				tag = AST
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_TRANS_SHIP = -0.124
			}
			
			traits = {
				Cat_TRANS_SHIP_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
				}
			}
			
		}
	}
	
	Infantry_Weapon_Company = {
	
		designer = yes
		
		AST_thales_australia_infantry_weapon_company = {
		
			picture = Thales_Australia_AST
			
			allowed = {
				tag = AST
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_INF_WEP = -0.217
			}
			
			traits = {
				Cat_INF_WEP_7
			
			}
			ai_will_do = {
				factor = 0.7 #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
		
		AST_thales_australia_vehicle_company = {
		
			picture = Thales_Australia_AST
			
			allowed = {
				tag = AST
			}
			cost = 150
			
			removal_cost = 10
			
			research_bonus = {
				Cat_AFV = -0.217
			}
			
			traits = {
				Cat_AFV_7
			
			}
			ai_will_do = {
				factor = 0.7 #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
				}
			}
			
		}
	}
	
}
