TR_AI_LAW_upgrade_economy_law = {

	OR = {
		TR_AI_LAW_get_partial_economic_mobilisation = yes
		TR_AI_LAW_get_war_economy = yes
		TR_AI_LAW_get_tot_economic_mobilisation = yes
	}

}

TR_AI_LAW_upgrade_manpower_law = {

	OR = {
		TR_AI_LAW_get_extensive_conscription = yes
		TR_AI_LAW_get_service_by_requirement = yes
		TR_AI_LAW_get_all_adults_serve = yes
	}

}

TR_AI_LAW_wants_economy_law = {

	OR = {
		TR_AI_LAW_wants_partial_economic_mobilisation = yes
		TR_AI_LAW_wants_war_economy = yes
		TR_AI_LAW_wants_tot_economic_mobilisation = yes
	}

}

TR_AI_LAW_wants_manpower_law = {

	OR = {
		TR_AI_LAW_wants_extensive_conscription = yes
		TR_AI_LAW_wants_service_by_requirement = yes
		TR_AI_LAW_wants_all_adults_serve = yes
	}

}

##############################################################################
### 	Economy laws
##############################################################################

### Laws

TR_AI_LAW_get_partial_economic_mobilisation = {

	TR_AI_LAW_wants_partial_economic_mobilisation = yes

	TR_AI_LAW_available_partial_economic_mobilisation = yes

}

TR_AI_LAW_wants_partial_economic_mobilisation = {

	NOT = { 
		OR = {
			has_idea = partial_economic_mobilisation
			has_idea = war_economy
			has_idea = tot_economic_mobilisation
			has_idea = totaler_krieg_economy
		}
	}

	if = {
		limit = {
			original_tag = FIN
		}
		has_completed_focus = FIN_increase_military_budget
	}

	else = { always = no }

}

TR_AI_LAW_available_partial_economic_mobilisation = {

	NOT = { has_idea = partial_economic_mobilisation }

	################################################
	### Copy available trigger from the idea file here
	################################################

	has_war_support > 0.25

	IF = {
		limit = {
			original_tag = HUN
			has_dlc = "Death or Dishonor"
			NOT = {
				has_dlc = "Gotterdammerung"
			}
		}
		IF = {
			limit = {
				has_dlc = "Arms Against Tyranny"
			}
			OR = {
				has_completed_focus = HUN_secret_rearmament
				NOT = { has_idea = HUN_treaty_of_triannon_aat }
			}
		}
		ELSE = {
			OR = {
				has_completed_focus = HUN_secret_rearmament
				NOT = { has_idea = HUN_treaty_of_triannon }
			}
		}
	}
	ELSE_IF = {
		limit = {
			original_tag = HUN
			has_dlc = "Gotterdammerung"
		}
		IF = {
			limit = {
				has_dlc = "Arms Against Tyranny"
			}
			OR = {
				has_completed_focus = wuw_HUN_secret_rearmament
				NOT = { has_idea = HUN_treaty_of_triannon_aat_wuw }
			}
		}
		ELSE = {
			OR = {
				has_completed_focus = wuw_HUN_secret_rearmament
				NOT = { has_idea = HUN_treaty_of_triannon_wuw }
			}
		}
	}

	if = {
		limit = {
			has_completed_focus = USA_limited_intervention
			has_defensive_war = no
		}
		has_war_support > 0.5
		congress_high_support_trigger = yes
	}
	if = {
		limit = {
			original_tag = TUR
			has_dlc = "Battle for the Bosporus"
		}
		NOT = {
			OR = {
				has_active_mission = TUR_etatism_crisis_1
				has_active_mission = TUR_etatism_crisis_3
				has_active_mission = TUR_etatism_crisis_4
			}
		}
	}
}

TR_AI_LAW_get_war_economy = {

	TR_AI_LAW_wants_war_economy = yes

	TR_AI_LAW_available_war_economy = yes

}

TR_AI_LAW_wants_war_economy = {

	NOT = {
		OR = {
			has_idea = war_economy
			has_idea = tot_economic_mobilisation
			has_idea = totaler_krieg_economy
		}
	}

	if = {
		limit = {
			original_tag = FIN
		}
		OR = {
			any_other_country = {
				OR = {
					is_justifying_wargoal_against = ROOT
					has_wargoal_against = ROOT
				}
			}
			SOV = {
				focus_progress = {
					focus = SOV_secure_leningrad
					progress > 0.1
				}
				NOT = { has_completed_focus = SOV_secure_leningrad }
			}
			has_war = yes
		}
	}

	else = { always = no }
	
}

TR_AI_LAW_available_war_economy = {

	NOT = { has_idea = war_economy }

	################################################
	### Copy available trigger from the idea file here
	################################################

	has_war_support > 0.5
	OR = {
		has_government = fascism
		has_government = communism
		if = {
			limit = {
				PHI_SEA = yes
			}
			if = {
				limit = {
					has_idea = PHI_ties_with_nationalist_spain
				}
				has_idea = PHI_ties_with_nationalist_spain
			}
			else_if = {
				limit = {
					has_idea = PHI_ties_with_nationalist_spain_2
				}
				has_idea = PHI_ties_with_nationalist_spain_2
			}
			else = {
				hidden_trigger = { always = no } #NEED TO HAVE AN ALWAYS AS AN END STATEMENT IF URE USING AN IF ELSE IN AN OR STATEMENT OTHERWISE THE EVALUATION BREAKS!!
			}
		}
		else = {
			hidden_trigger = { always = no } #NEED TO HAVE AN ALWAYS AS AN END STATEMENT IF URE USING AN IF ELSE IN AN OR STATEMENT OTHERWISE THE EVALUATION BREAKS!!
		}
		custom_trigger_tooltip = { tooltip = or_clarification_tooltip always = no }
		AND = {
			has_war = yes
			any_enemy_country = {
				ic_ratio = {
					tag = ROOT
					ratio > 0.4
				}
			}
		}
	}

	IF = {
		limit = {
			original_tag = HUN
			has_dlc = "Death or Dishonor"
			NOT = {
				has_dlc = "Gotterdammerung"
			}
		}
		IF = {
			limit = {
				has_dlc = "Arms Against Tyranny"
			}
			NOT = { has_idea = HUN_treaty_of_triannon_aat }
		}
		ELSE = {
			NOT = { has_idea = HUN_treaty_of_triannon }
		}
	}
	ELSE_IF = {
		limit = {
			original_tag = HUN
			has_dlc = "Gotterdammerung"
		}
		IF = {
			limit = {
				has_dlc = "Arms Against Tyranny"
			}
			custom_trigger_tooltip = {
				tooltip = wuw_HUN_not_has_trianon_for_laws_tt
				NOT = { 
					OR = {
						has_idea = HUN_treaty_of_triannon_aat_wuw 
						has_idea = HUN_treaty_of_triannon_aat_wuw_no_air_debuff 
						has_idea = HUN_treaty_of_triannon_aat_wuw_no_army_exp_debuff 
						has_idea = HUN_treaty_of_triannon_aat_wuw_no_air_or_army_debuff 
					}
				}
				
			}		
		}
		ELSE = {
			custom_trigger_tooltip = {
				tooltip = wuw_HUN_not_has_trianon_for_laws_tt
				NOT = { 
					OR = {
						has_idea = HUN_treaty_of_triannon_wuw 
						has_idea = HUN_treaty_of_triannon_wuw_no_army_exp_debuff 
						has_idea = HUN_treaty_of_triannon_wuw_no_air_debuff 
						has_idea = HUN_treaty_of_triannon_wuw_no_air_or_army_debuff 
					}
				}
			}
		}
	}

	if = {
		limit = {
			has_completed_focus = USA_limited_intervention
			has_defensive_war = no
		}
		has_war_support > 0.75
		congress_high_support_trigger = yes
	}
	if = {
		limit = {
			original_tag = TUR
			has_dlc = "Battle for the Bosporus"
		}
		NOT = {
			OR = {
				has_active_mission = TUR_etatism_crisis_1
				has_active_mission = TUR_etatism_crisis_2
				has_active_mission = TUR_etatism_crisis_4
			}
		}
	}
}

TR_AI_LAW_get_tot_economic_mobilisation = {

	TR_AI_LAW_wants_tot_economic_mobilisation  = yes

	TR_AI_LAW_available_tot_economic_mobilisation  = yes

}

TR_AI_LAW_wants_tot_economic_mobilisation = {

	NOT = { 
		OR = {
			has_idea = tot_economic_mobilisation
			has_idea = totaler_krieg_economy 
		}
	}

	if = {
		limit = {
			original_tag = FIN
		}
		always = no
	}

	else = { always = no }

}

TR_AI_LAW_available_tot_economic_mobilisation = {

	NOT = { has_idea = tot_economic_mobilisation }

	################################################
	### Copy available trigger from the idea file here
	################################################

	has_war = yes
	has_war_support > 0.8
	any_enemy_country = {
		ic_ratio = {
			tag = ROOT
			ratio > 0.5
		}
	}

	IF = {
		limit = {
			original_tag = HUN
			has_dlc = "Death or Dishonor"
			NOT = {
				has_dlc = "Gotterdammerung"
			}
		}
		IF = {
			limit = {
				has_dlc = "Arms Against Tyranny"
			}
			NOT = { has_idea = HUN_treaty_of_triannon_aat }
		}
		ELSE = {
			NOT = { has_idea = HUN_treaty_of_triannon }
		}
	}
	ELSE_IF = {
		limit = {
			original_tag = HUN
			has_dlc = "Gotterdammerung"
		}
		IF = {
			limit = {
				has_dlc = "Arms Against Tyranny"
			}
			custom_trigger_tooltip = {
				tooltip = wuw_HUN_not_has_trianon_for_laws_tt
				NOT = { 
					OR = {
						has_idea = HUN_treaty_of_triannon_aat_wuw 
						has_idea = HUN_treaty_of_triannon_aat_wuw_no_air_debuff 
						has_idea = HUN_treaty_of_triannon_aat_wuw_no_army_exp_debuff 
						has_idea = HUN_treaty_of_triannon_aat_wuw_no_air_or_army_debuff 
					}
				}
				
			}		
		}
		ELSE = {
			custom_trigger_tooltip = {
				tooltip = wuw_HUN_not_has_trianon_for_laws_tt
				NOT = { 
					OR = {
						has_idea = HUN_treaty_of_triannon_wuw 
						has_idea = HUN_treaty_of_triannon_wuw_no_army_exp_debuff 
						has_idea = HUN_treaty_of_triannon_wuw_no_air_debuff 
						has_idea = HUN_treaty_of_triannon_wuw_no_air_or_army_debuff 
					}
				}
			}
		}
	}
	
	if = {
		limit = {
			has_completed_focus = USA_limited_intervention
			has_defensive_war = no
		}
		has_war_support > 0.9
		congress_high_support_trigger = yes
	}
	if = {
		limit = {
			original_tag = TUR
			has_dlc = "Battle for the Bosporus"
		}
		NOT = {
			OR = {
				has_active_mission = TUR_etatism_crisis_1
				has_active_mission = TUR_etatism_crisis_2
				has_active_mission = TUR_etatism_crisis_3
			}
		}
	}
}

##############################################################################
### 	Conscription laws
##############################################################################

### Laws

TR_AI_LAW_get_extensive_conscription = {

	TR_AI_LAW_wants_extensive_conscription = yes

	TR_AI_LAW_available_extensive_conscription = yes

}

TR_AI_LAW_wants_extensive_conscription = {

	NOT = {
		OR = {
			has_idea = extensive_conscription
			has_idea = service_by_requirement
			has_idea = all_adults_serve
			has_idea = scraping_the_barrel
		}
	}

	if = {
		limit = {
			original_tag = FIN
		}
		always = no
	}

	else = { always = no }

}

TR_AI_LAW_available_extensive_conscription = {

	NOT = { has_idea = extensive_conscription }

	################################################
	### Copy available trigger from the idea file here
	################################################

	OR = {
		has_government = fascism
		has_government = communism
		if = {
			limit = {
				PHI_SEA = yes
			}
			if = {
				limit = {
					has_idea = PHI_ties_with_republican_spain
				}
				has_idea = PHI_ties_with_republican_spain
			}
			else_if = {
				limit = {
					has_idea = PHI_ties_with_republican_spain_2
				}
				has_idea = PHI_ties_with_republican_spain_2
			}
			else = {
				hidden_trigger = { always = no } #NEED TO HAVE AN ALWAYS AS AN END STATEMENT IF URE USING AN IF ELSE IN AN OR STATEMENT OTHERWISE THE EVALUATION BREAKS!!
			}
		}
		else = {
			hidden_trigger = { always = no } #NEED TO HAVE AN ALWAYS AS AN END STATEMENT IF URE USING AN IF ELSE IN AN OR STATEMENT OTHERWISE THE EVALUATION BREAKS!!
		}
		SWE_rapid_mob_manpower_law_trigger = yes 
		if = {
			limit = {
				original_tag = DEN
				has_dlc = "Arms Against Tyranny"
			}
			has_country_leader = {
				ruling_only = yes
				character = DEN_christian_x
			}
		}
		else = {
			hidden_trigger = { always = no } #NEED TO HAVE AN ALWAYS AS AN END STATEMENT IF URE USING AN IF ELSE IN AN OR STATEMENT OTHERWISE THE EVALUATION BREAKS!!
		}
		AND = {
			has_war = yes
			enemies_strength_ratio > 0.5
			#any_enemy_country = {
			#	strength_ratio = {
			#		tag = ROOT
			#		ratio > 0.5
			#	}
			#}
		}

		if = {
			limit = {
				has_dlc = "Arms Against Tyranny"
				has_autonomy_state = autonomy_aat_defense_council_member
				is_subject_of = SWE
			}
		}
		else = {
			hidden_trigger = { always = no }  #NEED TO HAVE AN ALWAYS AS AN END STATEMENT IF URE USING AN IF ELSE IN AN OR STATEMENT OTHERWISE THE EVALUATION BREAKS!!
		}
	}
	has_war_support > 0.2
	#Special rules AST in TFV
	if = {
		limit = {
			original_tag = AST
			has_dlc = "Together for Victory"
		}
		has_completed_focus = AST_citizen_military_forces
		has_completed_focus = AST_fight_work_or_perish
	}
	if = {
		limit = {
			original_tag = CAN
			has_dlc = "Together for Victory"
		}
		has_completed_focus = CAN_commit_to_the_war
		has_completed_focus = CAN_if_day
	}
	if = {
		limit = {
			original_tag = RAJ
			has_dlc = "Together for Victory"
		}
		is_subject = no
	}

	IF = {
		limit = {
			original_tag = HUN
			has_dlc = "Death or Dishonor"
			NOT = {
				has_dlc = "Gotterdammerung"
			}
		}
		IF = {
			limit = {
				has_dlc = "Arms Against Tyranny"
			}
			NOT = { has_idea = HUN_treaty_of_triannon_aat }
		}
		ELSE = {
			NOT = { has_idea = HUN_treaty_of_triannon }
		}
	}
	ELSE_IF = {
		limit = {
			original_tag = HUN
			has_dlc = "Gotterdammerung"
		}
		IF = {
			limit = {
				has_dlc = "Arms Against Tyranny"
			}
			custom_trigger_tooltip = {
				tooltip = wuw_HUN_not_has_trianon_for_laws_tt
				NOT = { 
					OR = {
						has_idea = HUN_treaty_of_triannon_aat_wuw 
						has_idea = HUN_treaty_of_triannon_aat_wuw_no_air_debuff 
						has_idea = HUN_treaty_of_triannon_aat_wuw_no_army_exp_debuff 
						has_idea = HUN_treaty_of_triannon_aat_wuw_no_air_or_army_debuff 
					}
				}
				
			}		
		}
		ELSE = {
			custom_trigger_tooltip = {
				tooltip = wuw_HUN_not_has_trianon_for_laws_tt
				NOT = { 
					OR = {
						has_idea = HUN_treaty_of_triannon_wuw 
						has_idea = HUN_treaty_of_triannon_wuw_no_army_exp_debuff 
						has_idea = HUN_treaty_of_triannon_wuw_no_air_debuff 
						has_idea = HUN_treaty_of_triannon_wuw_no_air_or_army_debuff 
					}
				}
			}
		}
	}

	if = {
		limit = {
			original_tag = ENG
			has_dlc = "Man the Guns"
			has_completed_focus = ENG_concessions_to_the_trade_unions
		}
		NOT = { has_country_flag = ENG_cannot_increase_conscription_law }
	}
	if = {
		limit = {
			original_tag = SPR
			has_dlc = "La Resistance"
		}
		NOT = { has_completed_focus = SPR_all_must_bear_the_torch }
	}
	if = {
		limit = {
			original_tag = BUL
			has_dlc = "Battle for the Bosporus"
		}
		if = {
			limit = {
				has_dlc = "Arms Against Tyranny"
			}
			NOT = {
				has_idea = BUL_army_restrictions_aat
			}
		}
		else = {
			NOT = {
				has_idea = BUL_army_restrictions
			}
		}
	}
	if = {
		limit = {
			DEN_aat_is_subject = yes
		}
		NOT = { has_country_flag = DEN_cannot_increase_conscription_law }
	}
	if = {
		limit = {
			original_tag = AUS
		}
		NOT = {
			has_idea = AUS_treaty_of_saint_germain_en_laye
		}
	}
	IF = {
		limit = {
			has_dlc	= "Graveyard of Empires"
			original_tag = AFG
		}
		has_completed_focus = AFG_adopt_nufus
	}
}

TR_AI_LAW_get_service_by_requirement = {

	TR_AI_LAW_wants_service_by_requirement = yes

	TR_AI_LAW_available_service_by_requirement = yes

}

TR_AI_LAW_wants_service_by_requirement = {
	
	NOT = {
		OR = {
			has_idea = service_by_requirement
			has_idea = all_adults_serve
			has_idea = scraping_the_barrel
		}
	}

	if = {
		limit = {
			original_tag = FIN
		}
		always = no
	}

	else = { always = no }

}

TR_AI_LAW_available_service_by_requirement = {

	NOT = { has_idea = service_by_requirement }

	################################################
	### Copy available trigger from the idea file here
	################################################

	OR = {
		has_government = fascism
		has_government = communism
		if = {
			limit = {
				PHI_SEA = yes
			}
			if = {
				limit = {
					has_idea = PHI_ties_with_republican_spain
				}
				has_idea = PHI_ties_with_republican_spain
			}
			else_if = {
				limit = {
					has_idea = PHI_ties_with_republican_spain_2
				}
				has_idea = PHI_ties_with_republican_spain_2
			}
			else = {
				hidden_trigger = { always = no } #NEED TO HAVE AN ALWAYS AS AN END STATEMENT IF URE USING AN IF ELSE IN AN OR STATEMENT OTHERWISE THE EVALUATION BREAKS!!
			}
		}
		else = {
			hidden_trigger = { always = no } #NEED TO HAVE AN ALWAYS AS AN END STATEMENT IF URE USING AN IF ELSE IN AN OR STATEMENT OTHERWISE THE EVALUATION BREAKS!!
		}
		SWE_rapid_mob_manpower_law_trigger = yes
		AND = {
			has_war = yes
			enemies_strength_ratio > 0.6
			#any_enemy_country = {
			#	strength_ratio = {
			#		tag = ROOT
			#		ratio > 0.6
			#	}
			#}
		}
	}
	OR = {
		has_war_support > 0.6
		surrender_progress > 0
	}

	if = {
		limit = {
			original_tag = AST
			has_dlc = "Together for Victory"
		}
		has_completed_focus = AST_citizen_military_forces
		has_completed_focus = AST_fight_work_or_perish
	}

	if = {
		limit = {
			original_tag = CAN
			has_dlc = "Together for Victory"
		}
		OR = {
			has_completed_focus = CAN_compromise_with_quebec
			has_completed_focus = CAN_forced_quebec_conscription
		}
	}
	if = {
		limit = {
			original_tag = RAJ
			has_dlc = "Together for Victory"
		}
		is_subject = no
	}

	IF = {
		limit = {
			original_tag = HUN
			has_dlc = "Death or Dishonor"
			NOT = {
				has_dlc = "Gotterdammerung"
			}
		}
		IF = {
			limit = {
				has_dlc = "Arms Against Tyranny"
			}
			NOT = { has_idea = HUN_treaty_of_triannon_aat }
		}
		ELSE = {
			NOT = { has_idea = HUN_treaty_of_triannon }
		}
	}
	ELSE_IF = {
		limit = {
			original_tag = HUN
			has_dlc = "Gotterdammerung"
		}
		IF = {
			limit = {
				has_dlc = "Arms Against Tyranny"
			}
			custom_trigger_tooltip = {
				tooltip = wuw_HUN_not_has_trianon_for_laws_tt
				NOT = { 
					OR = {
						has_idea = HUN_treaty_of_triannon_aat_wuw 
						has_idea = HUN_treaty_of_triannon_aat_wuw_no_air_debuff 
						has_idea = HUN_treaty_of_triannon_aat_wuw_no_army_exp_debuff 
						has_idea = HUN_treaty_of_triannon_aat_wuw_no_air_or_army_debuff 
					}
				}
				
			}		
		}
		ELSE = {
			custom_trigger_tooltip = {
				tooltip = wuw_HUN_not_has_trianon_for_laws_tt
				NOT = { 
					OR = {
						has_idea = HUN_treaty_of_triannon_wuw 
						has_idea = HUN_treaty_of_triannon_wuw_no_army_exp_debuff 
						has_idea = HUN_treaty_of_triannon_wuw_no_air_debuff 
						has_idea = HUN_treaty_of_triannon_wuw_no_air_or_army_debuff 
					}
				}
			}
		}
	}

	if = {
		limit = {
			original_tag = ENG
			has_dlc = "Man the Guns"
			has_completed_focus = ENG_concessions_to_the_trade_unions
		}
		NOT = { has_country_flag = ENG_cannot_increase_conscription_law }
	}
	if = {
		limit = {
			original_tag = SPR
			has_dlc = "La Resistance"
		}
		NOT = { has_completed_focus = SPR_all_must_bear_the_torch }
	}
	if = {
		limit = {
			original_tag = BUL
			has_dlc = "Battle for the Bosporus"
		}
		if = {
			limit = {
				has_dlc = "Arms Against Tyranny"
			}
			NOT = {
				has_idea = BUL_army_restrictions_aat
			}
		}
		else = {
			NOT = {
				has_idea = BUL_army_restrictions
			}
		}
	}
	if = {
		limit = {
			DEN_aat_is_subject = yes
		}
		NOT = { has_country_flag = DEN_cannot_increase_conscription_law }
	}
	if = {
		limit = {
			original_tag = AUS
		}
		NOT = {
			has_idea = AUS_treaty_of_saint_germain_en_laye
		}
	}
	IF = {
		limit = {
			has_dlc	= "Graveyard of Empires"
			original_tag = AFG
		}
		has_completed_focus = AFG_adopt_nufus
	}
}

TR_AI_LAW_get_all_adults_serve = {

	TR_AI_LAW_wants_all_adults_serve = yes

	TR_AI_LAW_available_all_adults_serve = yes

}

TR_AI_LAW_wants_all_adults_serve = {

	NOT = {
		OR = {
			has_idea = all_adults_serve
			has_idea = scraping_the_barrel
		}
	}

	if = {
		limit = {
			original_tag = FIN
		}
		OR = {
			any_other_country = {
				OR = {
					is_justifying_wargoal_against = ROOT
					has_wargoal_against = ROOT
				}
			}
			SOV = {
				focus_progress = {
					focus = SOV_secure_leningrad
					progress > 0.0
				}
				NOT = { has_completed_focus = SOV_secure_leningrad }
			}
			AND = {
				has_completed_focus = FIN_cooperation_with_germany
				date > 1941.4.1
				date < 1941.9.1
			}
			has_war = yes
		}
	}

	else = { always = no }

}

TR_AI_LAW_available_all_adults_serve = {

	NOT = { has_idea = all_adults_serve }

	################################################
	### Copy available trigger from the idea file here
	################################################

	#has_manpower_for_recruit_change_to =  { value = 0.2 group = mobilization_laws }
	has_war = yes
	OR = {
		has_war_support > 0.7
		surrender_progress > 0
	}
	enemies_strength_ratio > 0.75
	#any_enemy_country = {
	#	strength_ratio = {
	#		tag = ROOT
	#		ratio > 0.75
	#	}
	#}

	if = {
		limit = {
			original_tag = AST
			has_dlc = "Together for Victory"
		}
		has_completed_focus = AST_citizen_military_forces
		has_completed_focus = AST_fight_work_or_perish
	}

	if = {
		limit = {
			original_tag = CAN
			has_dlc = "Together for Victory"
		}
		OR = {
			has_completed_focus = CAN_compromise_with_quebec
			has_completed_focus = CAN_forced_quebec_conscription
		}
	}
	if = {
		limit = {
			original_tag = RAJ
			has_dlc = "Together for Victory"
		}
		is_subject = no
	}

	IF = {
		limit = {
			original_tag = HUN
			has_dlc = "Death or Dishonor"
			NOT = {
				has_dlc = "Gotterdammerung"
			}
		}
		IF = {
			limit = {
				has_dlc = "Arms Against Tyranny"
			}
			NOT = { has_idea = HUN_treaty_of_triannon_aat }
		}
		ELSE = {
			NOT = { has_idea = HUN_treaty_of_triannon }
		}
	}
	ELSE_IF = {
		limit = {
			original_tag = HUN
			has_dlc = "Gotterdammerung"
		}
		IF = {
			limit = {
				has_dlc = "Arms Against Tyranny"
			}
			custom_trigger_tooltip = {
				tooltip = wuw_HUN_not_has_trianon_for_laws_tt
				NOT = { 
					OR = {
						has_idea = HUN_treaty_of_triannon_aat_wuw 
						has_idea = HUN_treaty_of_triannon_aat_wuw_no_air_debuff 
						has_idea = HUN_treaty_of_triannon_aat_wuw_no_army_exp_debuff 
						has_idea = HUN_treaty_of_triannon_aat_wuw_no_air_or_army_debuff 
					}
				}
				
			}		
		}
		ELSE = {
			custom_trigger_tooltip = {
				tooltip = wuw_HUN_not_has_trianon_for_laws_tt
				NOT = { 
					OR = {
						has_idea = HUN_treaty_of_triannon_wuw 
						has_idea = HUN_treaty_of_triannon_wuw_no_army_exp_debuff 
						has_idea = HUN_treaty_of_triannon_wuw_no_air_debuff 
						has_idea = HUN_treaty_of_triannon_wuw_no_air_or_army_debuff 
					}
				}
			}
		}
	}

	if = {
		limit = {
			original_tag = ENG
			has_dlc = "Man the Guns"
			has_completed_focus = ENG_concessions_to_the_trade_unions
		}
		NOT = { has_country_flag = ENG_cannot_increase_conscription_law }
	}
	if = {
		limit = {
			original_tag = SPR
			has_dlc = "La Resistance"
		}
		NOT = { has_completed_focus = SPR_all_must_bear_the_torch }
	}
	if = {
		limit = {
			original_tag = BUL
			has_dlc = "Battle for the Bosporus"
		}
		if = {
			limit = {
				has_dlc = "Arms Against Tyranny"
			}
			NOT = {
				has_idea = BUL_army_restrictions_aat
			}
		}
		else = {
			NOT = {
				has_idea = BUL_army_restrictions
			}
		}
	}
	if = {
		limit = {
			DEN_aat_is_subject = yes
		}
		NOT = { has_country_flag = DEN_cannot_increase_conscription_law }
	}
	if = {
		limit = {
			original_tag = AUS
		}
		NOT = {
			has_idea = AUS_treaty_of_saint_germain_en_laye
		}
	}
	IF = {
		limit = {
			has_dlc	= "Graveyard of Empires"
			original_tag = AFG
		}
		has_completed_focus = AFG_adopt_nufus
	}

}