# Great Game for Persia
PER_please_the_uk = {
	allowed = {
		original_tag = PER
	}
	enable = {
        has_completed_focus = PER_adjust_relations_with_britain
	}
	abort = {
		has_war_with = ENG
	}
	ai_strategy = {
		type = befriend
		id = "ENG"
		value = 100
	}
}

PER_please_rus = {
	allowed = {
		original_tag = PER
	}
	enable = {
        has_completed_focus = PER_envoy_to_russia
	}
	abort = {
		has_war_with = RUS
	}
	ai_strategy = {
		type = befriend
		id = "RUS"
		value = 100
	}
}
# Actually making Perisa naaval invade
PER_gulf_wars = {
	allowed = {
		original_tag = PER
	}
	enable = {
        OR = { 
            has_war_with = OMA
            has_war_with = BHR
        }
	}
	abort = {
		NOT = { OR = { has_war_with = BHR has_war_with = OMA } }
	}
	ai_strategy = {
		type = befriend
		id = "RUS"
		value = 100
	}
}