Event
A Striking Opportunity

In the not-so-distant past, we have considered the possibility of expansion into the Eastern Ḫorāsān and other lands beyond the Indus. Though we may have largely abandoned the idea, we still pursue the policy of inviting various foreign talent while providing them with hefty land grants. Perhaps we should also invite Target Character, who could serve crucial if we ever want to negotiate or invade Target Country.
Definitionin_game/events/DHE/flavor_DLH.txt:4960
4961type = country_event
4962title = flavor_dlh.62.title A Striking Opportunity
4963desc = flavor_dlh.62.desc In the not-so-distant past, we have considered the possibility of expansion into the Eastern Ḫorāsān and other lands beyond the Indus. Though we may have largely abandoned the idea, we still pursue the policy of inviting various foreign talent while providing them with hefty land grants. Perhaps we should also invite Target Character, who could serve crucial if we ever want to negotiate or invade Target Country.
4964outcome = neutral
4966trigger = {
4967region:persia_region = {
4968any_present_country = {
4969border_distance_to(root) < 300
4970ruler ?= {
4971has_dynasty = yes
}
4973any_character = {
4974dynasty ?= prev.ruler.dynasty
4975is_heir = no
4976NOT = {
4976is_close_relative = prev.ruler
}
}
}
}
}
4982illustration_tags = {
498310 = regular
498410 = exterior
}
4987immediate = {
}
4989save_scope_as = from_country
4990region:persia_region = {
4991random_present_country = {
4992limit = {
4993border_distance_to(root) < 300
4994ruler ?= {
4995has_dynasty = yes
}
4997any_character = {
4998dynasty ?= prev.ruler.dynasty
4999is_heir = no
5000NOT = {
5000is_close_relative = prev.ruler
}
}
}
5003random_character = {
5004limit = {
5005dynasty ?= prev.ruler.dynasty
5006is_heir = no
5007NOT = {
5007is_close_relative = prev.ruler
}
}
5009save_scope_as = target_character
}
5011save_scope_as = target_country
}
}
}
}