# befriend
# conquer
# antagonize
# build_ship
# build_army
# unit_ratio
# build_building
# research_tech
# garrison
# protect
# influence

slaviane_vragi = {
	enable = {
		tag = ZOR
		country_exists = ZPE
		country_exists = ZSL
		ZOR = {
			is_in_faction_with = ZPE
			NOT = {
				has_war_with = ZSL
			}
		}
		ZPE = {
			has_war_with = ZSL
		}		
	}
	abort = {
		NOT = { country_exists = ZSL }
	}	
	ai_strategy = {
		type = antagonize
		id = "ZSL"			
		value = 100
	}
	ai_strategy = {
		type = declare_war
		id = "ZSL"			
		value = 100
	}
	ai_strategy = {
		type = consider_weak
		id = "ZSL"			
		value = 70
	}	
	ai_strategy = {
		type = protect
		id = "ZPE"			
		value = 100
	}
}