Event
Legitimacy Questioned
Though our grip on the throne of Country may be slipping and our legitimacy questioned, our pride and prestige took a hit when one of our subjects spoke up against us in public. They claim that we have no right in trying to govern them too as we can barely manage our own country.
MonarchyGovernment Typeimmediate, triggerDefinitionin_game/events/diplomacy/subject_interaction_events.txt:838
839hide_portraits = yes
840type = country_event
841title = subject_interaction_events.29.title Legitimacy Questioned
842desc = subject_interaction_events.29.desc Though our grip on the throne of Country may be slipping and our legitimacy questioned, our pride and prestige took a hit when one of our subjects spoke up against us in public. They claim that we have no right in trying to govern them too as we can barely manage our own country.
843outcome = neutral
844trigger = {
846legitimacy < 70
848any_subject = {
850NOT = {
851has_opinion = {
851target = root
851modifier = opinion_low_legitimacy
}
}
853OR = {
854legitimacy > root.legitimacy
855opinion = {
855target = root
855value < 0
}
856subject_loyalty < 50
}
}
}
862immediate = {
863hidden_effect = {
864random_subject = {
865limit = {
867NOT = {
867has_opinion = {
867target = root
867modifier = opinion_low_legitimacy
}
}
868OR = {
869legitimacy > root.legitimacy
870opinion = {
870target = root
870value < 0
}
871subject_loyalty < 50
}
}
874save_scope_as = subject_target
}
}
}