EventNew this version
Surrounded by Vultures

While we remain consumed by internal strife, our opportunistic neighbors circle us like vultures circle a dying beast. Sensing weakness, they watch our every move and wait patiently for the moment to strike and tear away what remains of our Tsardom. Lately, it has come to our attention that Target Country has laid claim to Border Claim Province, with the intent of seizing it if the opportunity arises.
Definitionin_game/events/disaster/twilight_of_the_tsardom.txt:481
482category = disaster_event
483type = country_event
484title = twilight_of_the_tsardom.11.title Surrounded by Vultures
485desc = twilight_of_the_tsardom.11.desc While we remain consumed by internal strife, our opportunistic neighbors circle us like vultures circle a dying beast. Sensing weakness, they watch our every move and wait patiently for the moment to strike and tear away what remains of our Tsardom. Lately, it has come to our attention that Target Country has laid claim to Border Claim Province, with the intent of seizing it if the opportunity arises.
486outcome = neutral
487image = "gfx/interface/illustrations/disaster/twilight_of_the_tsardom.dds"
489illustration_tags = {
49010 = armed
49110 = exterior
}
494trigger = {
495any_neighbor_country = {
497NOT = {
497has_truce_with = ROOT
}
498any_border_location = {
499any_neighbor_location = {
500owner ?= ROOT
}
}
}
}
506immediate = {
}
508random_neighbor_country = {
509limit = {
511NOT = {
511has_truce_with = ROOT
}
512NOT = {
512root = {
512has_blocked_treaties = prev
}
}
}
514save_scope_as = target_country
}
516random_border_location = {
517limit = {
518is_neighbor_of = scope:target_country
}
520province = {
521save_scope_as = border_claim_province
}
}
}