Event
Target Ruler ignores Country
Our common ruler is very focused on his/her own Union Target Flavor Rank, and does not seem to be devoting sufficient time to the affairs of our Flavor Rank. It is clear that this is not something that our people appreciate.
Definitionin_game/events/diplomacy/unionevents.txt:60
61type = country_event
62title = unionevents.2.title Target Ruler ignores Country
63desc = unionevents.2.desc Our common ruler is very focused on his/her own Union Target Flavor Rank, and does not seem to be devoting sufficient time to the affairs of our Flavor Rank. It is clear that this is not something that our people appreciate.
64outcome = neutral
65trigger = {
66union ?= {
67any_international_organization_member = {
68has_ruler = yes
69ruler.culture = culture
}
}
72has_ruler = yes
73ruler = {
74NOT = {
74culture = root.culture
}
}
}
78immediate = {
79union ?= {
80random_international_organization_member = {
81limit = {
82has_ruler = yes
83ruler.culture = culture
}
85save_scope_as = union_target
}
}
88ruler = {
88save_scope_as = target_ruler
}
}