restore_union = {
	enable = {
		tag = SOV
		focus_progress = {
			focus = SOV_restore_the_union
			progress > 0.01
		}
		OR = {
			country_exists = EST
			country_exists = LAT
			country_exists = LIT
			country_exists = UKR
			country_exists = MDV
			country_exists = GEO
			country_exists = ARM
			country_exists = AZR
			country_exists = NGK
			country_exists = KZH
			country_exists = TRM
			country_exists = UZB
			country_exists = KYR
			country_exists = TJI
		}
	}
	abort = {
		NOT = {
			country_exists = EST
			country_exists = LAT
			country_exists = LIT
			country_exists = UKR
			country_exists = MDV
			country_exists = GEO
			country_exists = ARM
			country_exists = AZR
			country_exists = NGK
			country_exists = KZH
			country_exists = TRM
			country_exists = UZB
			country_exists = KYR
			country_exists = TJI
		}
	}
	
	ai_strategy = {
		type = antagonize
		id = "EST"			
		value = 200
	}
	ai_strategy = {
		type = conquer
		id = "EST"
		value = 200
	}
	ai_strategy = {
		type = antagonize
		id = "LAT"			
		value = 150
	}	
	ai_strategy = {
		type = conquer
		id = "LAT"
		value = 200
	}
	ai_strategy = {
		type = antagonize
		id = "LIT"			
		value = 200
	}
	ai_strategy = {
		type = conquer
		id = "LIT"
		value = 200
	}
	ai_strategy = {
			type = antagonize
			id = "UKR"			
			value = 200
		}
	ai_strategy = {
		type = conquer
		id = "UKR"
		value = 200
	}
	ai_strategy = {
			type = antagonize
			id = "MDV"			
			value = 100
		}
	ai_strategy = {
		type = conquer
		id = "MDV"
		value = 100
	}
	ai_strategy = {
			type = antagonize
			id = "GEO"			
			value = 100
		}
	ai_strategy = {
		type = conquer
		id = "GEO"
		value = 100
	}
	ai_strategy = {
			type = antagonize
			id = "ARM"			
			value = 100
		}
	ai_strategy = {
		type = conquer
		id = "ARM"
		value = 100
	}
	ai_strategy = {
			type = antagonize
			id = "AZR"			
			value = 100
		}
	ai_strategy = {
		type = conquer
		id = "AZR"
		value = 100
	}
	ai_strategy = {
			type = antagonize
			id = "NGK"			
			value = 100
		}
	ai_strategy = {
		type = conquer
		id = "NGK"
		value = 100
	}
	ai_strategy = {
			type = antagonize
			id = "KZH"			
			value = 100
		}
	ai_strategy = {
		type = conquer
		id = "KZH"
		value = 100
	}
	ai_strategy = {
			type = antagonize
			id = "TRM"			
			value = 100
		}
	ai_strategy = {
		type = conquer
		id = "TRM"
		value = 100
	}
	ai_strategy = {
			type = antagonize
			id = "AZR"			
			value = 100
		}
	ai_strategy = {
		type = conquer
		id = "AZR"
		value = 100
	}
	ai_strategy = {
			type = antagonize
			id = "UZB"			
			value = 100
		}
	ai_strategy = {
		type = conquer
		id = "UZB"
		value = 100
	}
	ai_strategy = {
			type = antagonize
			id = "KYR"			
			value = 100
		}
	ai_strategy = {
		type = conquer
		id = "KYR"
		value = 100
	}
	ai_strategy = {
			type = antagonize
			id = "TJI"			
			value = 100
		}
	ai_strategy = {
		type = conquer
		id = "TJI"
		value = 100
	}
}

hate_USA = {
	enable = {
		tag = SOV
		country_exists = USA
	}
	abort = {
		NOT = {
			country_exists = USA
		}
	}
	ai_strategy = {
		type = antagonize
		id = "USA"			
		value = 50
	}
}

want_ukraine = {
	enable = {
		tag = SOV
		country_exists = UKR
	}
	abort = {
		NOT = {
			country_exists = UKR
		}
	}
	ai_strategy = {
		type = antagonize
		id = "UKR"			
		value = 20
	}
	ai_strategy = {
		type = conquer
		id = "UKR"
		value = 20
	}
}