Event
Local Nobles Protesting
Full Ruler Name seems to be favoring Culture nobles, instead of Culture nobles. Our existing nobility is upset that their centuries of good breeding are being foolishly ignored. This has some drastic repercussions for our realm.
Aristocracy vs PlutocracySocietal Valueimmediate, triggerDefinitionin_game/events/diplomacy/unionevents.txt:4
5hide_portraits = yes
6type = country_event
7title = unionevents.1.title Local Nobles Protesting
8desc = unionevents.1.desc Full Ruler Name seems to be favoring Culture nobles, instead of Culture nobles. Our existing nobility is upset that their centuries of good breeding are being foolishly ignored. This has some drastic repercussions for our realm.
9outcome = neutral
10trigger = {
11union ?= {
12any_international_organization_member = {
13total_population > root.total_population
15has_ruler = yes
16ruler.culture = culture
}
}
19has_ruler = yes
20ruler = {
21NOT = {
21culture = root.culture
}
}
}
25immediate = {
26union ?= {
27random_international_organization_member = {
28limit = {
29total_population > root.total_population
31has_ruler = yes
32ruler.culture = culture
}
34save_scope_as = union_target
}
}
}