Event
Nobility Ally with Foreign Power

The Nobility often prove unruly subjects of the Ruler Title, seeking to resist any infringement on their autonomy and seizing any opportunity to strengthen their position. This often includes making common cause with foreign powers. Recently, several key figures appear to have struck an agreement with Noble Ally Target to advocate a pro-Noble Ally Target Adjective course of action in return for certain favors and promises. While not exactly treason, this behavior is clearly detrimental to our interests; however, reining them in is likely to prove no easy matter.
NobilityEstatetriggerDefinitionin_game/events/random_event.txt:924
925type = country_event
927title = random_event.21.title Nobility Ally with Foreign Power
928desc = random_event.21.desc The Nobility often prove unruly subjects of the Ruler Title, seeking to resist any infringement on their autonomy and seizing any opportunity to strengthen their position. This often includes making common cause with foreign powers. Recently, several key figures appear to have struck an agreement with Noble Ally Target to advocate a pro-Noble Ally Target Adjective course of action in return for certain favors and promises. While not exactly treason, this behavior is clearly detrimental to our interests; however, reining them in is likely to prove no easy matter.
929outcome = neutral
930illustration_tags = {
93110 = angry
93210 = interior
}
935trigger = {
937any_neighbor_country = {
939NOT = {
939is_subject_of = root
}
940NOT = {
940in_union_with = root
}
941NOT = {
941has_opinion = {
941target = root
941modifier = broke_alliance_with_nobles
}
}
}
}
945immediate = {
946random_neighbor_country = {
947limit = {
949NOT = {
949is_subject_of = root
}
950NOT = {
950in_union_with = root
}
951NOT = {
951has_opinion = {
951target = root
951modifier = broke_alliance_with_nobles
}
}
}
953save_scope_as = noble_ally_target
}
}
}