ai_historical_focus_list_AST = {
	ai_national_focuses = {
		AST_standard_gauge_railway						#1930s
		AST_industries_assistance_corporation			#1941
		AST_western_australian_government_railways		#1937
		AST_south_australian_housing_trust				#1936
		AST_additional_militia_training					#1938
		AST_royal_australian_artillery					#1930s
		AST_daimler_dingo								#1938
		AST_promote_reservists							#1939
		AST_support_the_policy_of_appeasement			#1938
		AST_strengthen_ties_with_uk						#1937
		AST_adopt_westminster							#1940
		AST_CSIR										#1936
		AST_expand_the_raaf								#1939
		AST_swpa_protector								#1939
		AST_commonwealth_aircraft_corporation			#1936
		AST_establish_advisory_war_council				#1940
		AST_national_security_act						#1939
		AST_volunteer_defence_corps						#1940
		AST_expand_lithgow_small_arms_factory			#1940
		AST_expand_the_northern_railway					#1940s
		AST_specialize_equipment						#1940s
		AST_army_inventions_directorate					#1942
		AST_hmas_assault								#1942
		AST_fund_owen_gun_research						#1939
		AST_cac_woomera									#1941
		AST_cac_boomerang								#1941
		AST_volunteer_air_observers_corps				#1941
		AST_womens_auxilliary_australian_air_force		#1941
		AST_australian_womens_army_service				#1941
		AST_sentinel_tank_project						#1941
		AST_cockatoo_island_shipyards					#1942
		AST_citizen_military_forces						#1939
		AST_classify_aliens								#1939
		AST_protect_overseas_commerce					#1940s
		AST_expand_northern_presence					#1940s
		AST_empire_air_training_scheme					#1940
		AST_scrap_iron_flotilla							#1940
		AST_naval_auxiliary_patrol						#1942
		AST_pacific_area_navy							#1940s
		AST_cruisers									#1940s
		AST_invest_in_victory							#1940
		AST_squash_the_squanderbugs						#1940
		AST_rationing_and_recycling						#1940
		AST_royal_australian_submarine_service			#1943
		AST_airborne_defence							#1940s
		AST_introduce_unconventional_warfare			#1940s
		AST_rats_of_tobruk								#1941
		AST_australian_army_catering_corps				#1943
		AST_civil_construction_corps					#1942
		AST_fight_work_or_perish						#1942
		AST_department_of_supply_and_development		#1942
		AST_allied_works_council						#1942
		AST_australian_arms_production					#1940s
		AST_naval_bombers								#1940s
		AST_death_from_down_under						#1940s
		AST_dominate_the_skies							#1940s
		AST_uranium_mining								#1944
		AST_z_special_unit								#1942
		AST_m_special_unit								#1943
	}
}

ai_focus_defense_AST = {
	research = {
		defensive = 5.0	
		radar_tech = 1.0
		construction_tech = 2.0
		artillery = 0.0
	}
}

ai_focus_aggressive_AST = {
	research = {
		offensive = 20.0
		synth_resources = 0.5
		motorized_equipment = 0.0
		armor = 0.0
	}
}

ai_focus_war_production_AST = {
	research = {
		industry = 10.0
		construction_tech = 2.0
		electronics = 2.0
		computing_tech = 2.0		
	}
}

ai_focus_military_equipment_AST = {
	research = {
		infantry_weapons = 50.0
		infantry_tech = 15.0
		artillery = 12.0
		support_tech = 6.5
	}
}

ai_focus_military_advancements_AST = {
	research = {
		armor = 4.0
		jet_technology = 5.0
		land_doctrine = 100.0
		rocketry = 3.5
		radar_tech = 3.0
		encryption_tech = 5.5
		decryption_tech = 5.5
		synth_resources = 3.0
		motorized_equipment = 4.0
		nuclear = 0.0
		night_vision = 5.0
	}
}


ai_focus_peaceful_AST = {
	research = {
		industry = 15.0
		construction_tech = 10.0
		electronics = 5.0
		computing_tech = 10.0
	}
}

ai_focus_naval_AST = {
    research = {
        naval_equipment = 7.0
        naval_doctrine = 100.0
        marine_tech = 10.0
        dd_tech = 8.0
        cl_tech = 5.0
        ca_tech = 5.0
        bc_tech = 3.0
        bb_tech = 8.0
        shbb_tech = 5.0
        tp_tech = 3.0
        cv_tech = 5.0
        ss_tech = 10.0
    }
}

ai_focus_naval_air_AST = {
	research = {
		naval_air = 4.0
		naval_bomber = 3.0
	}
}

ai_focus_aviation_AST = {
	research = {
		air_doctrine = 40.0
		light_air = 3.0
		light_fighter = 3.0
		jet_technology = 1.0
		cas_bomber = 2.0		
		medium_air = 3.0
		tactical_bomber = 5.0
		heavy_air = 1.5
		air_equipment = 5.0
		para_tech = 10.0
	}
}