AST_historical = {
	name = "Australian historical plan"
	desc = ""

	allowed = {
		original_tag = AST
		has_dlc = "Together for Victory"
	}
	enable = {
		OR = {
			AND = {
				is_historical_focus_on = yes
				has_game_rule = {
					rule = AST_ai_behavior
					option = DEFAULT
				}
			}
			has_country_flag = AST_AI_RANDOM_DEMOCRATIC_HISTORICAL 
			has_game_rule = {
				rule = AST_ai_behavior
				option = DEMOCRATIC_HISTORICAL
			}
			has_country_flag = britain_enforced_our_loyalty
		}
	}
	abort = {
		
	}

	ai_national_focuses = {
		#manpower
		AST_citizen_military_forces
		AST_volunteer_defence_corps
		AST_establish_advisory_war_council
		
		#xp
		AST_additional_militia_training
		AST_promote_reservists
		AST_hmas_assault
	
		AST_fight_work_or_perish
		AST_squash_the_squanderbugs
		AST_civil_construction_corps
		AST_invest_in_victory
		AST_national_security_act
		
		#industry
		AST_industries_assistance_corporation
		AST_standard_gauge_railway
		AST_western_australian_government_railways
		
		AST_south_australian_housing_trust
		AST_department_of_supply_and_development
		AST_expand_lithgow_small_arms_factory
		AST_allied_works_council
	
		#research
		AST_army_inventions_directorate
		AST_research_collaboration
		
		#military
		AST_australian_womens_army_service
		
		#politics
		AST_support_the_policy_of_appeasement
		AST_strengthen_ties_with_uk
		AST_rats_of_tobruk
		
		#misc
		AST_royal_australian_artillery
		AST_fund_owen_gun_research
		AST_specialize_equipment
		AST_daimler_dingo
		AST_sentinel_tank_project
		AST_introduce_unconventional_warfare
		AST_z_special_unit
		AST_australian_arms_production
	}

	# Keep small, as it is used as a factor for some things (such as research needs)
	# Recommended around 1.0. Useful for relation between plans
	weight = {
		factor = 1.0
		modifier = {
			factor = 1.0
		}
	}

	focus_factors = {
		
	}

}

