seek_german_alliance = {
	enable = {
		NOT = { tag = GER }
		has_country_flag = seeks_german_alliance
	}
	
	abort = {
		NOT = { has_country_flag = seeks_german_alliance }
	}
	
	ai_strategy = {
		type = befriend
		id = "GER"
		value = 100
	}
	ai_strategy = {
		type = alliance
		id = "GER"
		value = 250
	}
}