#	Example:
# 
#	example_trigger = {
#		tag = GER
#		is_ai = no
#	}
#
#
#	In a script file:
#
#	trigger = {
#		exampel_trigger = yes
#	}
# 
#	THIS FILE IS FOR TRIGGERS SPECIFICALLY FOR THE GER TAG

ENG_focus_available_embargo_sanction = {
	exists = yes
	OR = {
		has_offensive_war = yes
		has_added_tension_amount > 15
	}
	NOT = { is_in_faction_with = ENG }
	NOT = { has_war_with = ENG }
}

ENG_focus_available_war = {
	exists = yes
	OR = {
		has_offensive_war = yes
		has_added_tension_amount > 30
	}
	NOT = { has_government = ROOT }
	NOT = { is_in_faction_with = ENG }
	NOT = { has_war_with = ENG }
}
