Event
Border Friction
Not everyone is happy that we have allied ourselves with the Border Claim Country. An influential faction of our Nobility has been pushing for an end to the alliance, focusing on the province of Border Claim Province, which is held by Border Claim Country but which many view as rightfully ours. They have been able to stir up widespread outrage at the situation!
Definitionin_game/events/diplomacy/border_friction.txt:2
3type = country_event
4title = border_friction.1.title Border Friction
5desc = border_friction.1.desc Not everyone is happy that we have allied ourselves with the Border Claim Country. An influential faction of our Nobility has been pushing for an end to the alliance, focusing on the province of Border Claim Province, which is held by Border Claim Country but which many view as rightfully ours. They have been able to stir up widespread outrage at the situation!
6outcome = neutral
7trigger = {
8any_related_country = {
9type = alliance
10count >= 1
}
12any_related_country = {
13type = alliance
14is_neighbor_of = root
21NOT = {
21root = {
21has_blocked_treaties = prev
}
}
}
}
25immediate = {
26random_country = {
27limit = {
29is_neighbor_of = root
30any_owned_location = {
31is_core_of = root
}
33NOT = {
33root = {
33has_blocked_treaties = prev
}
}
}
35save_scope_as = border_claim_country
36random_owned_location = {
47province = {
48save_scope_as = border_claim_province
}
}
}
}