seek_CSTO_membership = {
	enable = {
		#Later intended for Belarus, Armenia, Kazakhstan and others
		OR = {
			tag = BLR
			tag = ARM
			tag = KZH
			tag = TJI
			tag = KYR
		}
		OR = {
			has_government = nationalist
			has_government = reactionary
			has_government = conservative
			has_government = fascist
		}
		OR = {
			SOV = { has_government = nationalist }
			SOV = { has_government = reactionary }
			SOV = { has_government = conservative }
			SOV = { has_government = fascist }
		}
	}
	abort = {
		OR = {
			has_war_with = SOV
			OR = {
				has_government = islamist
				has_government = market_liberal
				has_government = social_liberal
				has_government = social_democrat
				has_government = progressive
				has_government = democratic_socialist
				has_government = communist
			}
			OR = {
				SOV = { has_government = islamist }
				SOV = { has_government = market_liberal }
				SOV = { has_government = social_liberal }
				SOV = { has_government = social_democrat }
				SOV = { has_government = progressive }
				SOV = { has_government = democratic_socialist }
				SOV = { has_government = communist }
			}
			NOT = { country_exists = SOV }
		}
	}
	
	ai_strategy = {
		type = befriend
		id = "SOV"			
		value = 200
	}
	ai_strategy = {
		type = alliance
		id = "SOV"			
		value = 200
	}	
	
	ai_strategy = {
		type = antagonize
		id = "USA"			
		value = 20
	}	
}