Acontecimiento
Protestas de la nobleza local
Al parecer, Full Ruler Name está favoreciendo a los nobles Culture en lugar de a los Culture. Nuestra nobleza actual está molesta porque se están ignorando sus siglos de comportamiento ejemplar. Esto está teniendo repercusiones drásticas para nuestro reino.
Aristocracia o plutocraciaValor socialimmediate, triggerDefiniciónin_game/events/diplomacy/unionevents.txt:4
5hide_portraits = yes
6type = country_event
7title = unionevents.1.title Protestas de la nobleza local
8desc = unionevents.1.desc Al parecer, Full Ruler Name está favoreciendo a los nobles Culture en lugar de a los Culture. Nuestra nobleza actual está molesta porque se están ignorando sus siglos de comportamiento ejemplar. Esto está teniendo repercusiones drásticas para nuestro reino.
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
}
}
}