Event
Mandate Questioned

Members of the Nobility have been watching the decline of our state and question the authority of the Ruler Or Regent Title. Ambitious nobles already plot their move against the Celestial Throne...
NobilityEstateimmediate
BurghersPop Typeimmediate
PeasantsPop TypeimmediateDefinitionin_game/events/situations/red_turban_rebellions.txt:2619
2620type = country_event
2621category = situation_event
2622title = red_turban_rebellions.21.title Mandate Questioned
2623desc = red_turban_rebellions.21.desc Members of the Nobility have been watching the decline of our state and question the authority of the Ruler Or Regent Title. Ambitious nobles already plot their move against the Celestial Throne...
2624outcome = neutral
2625illustration_tags = {
262610 = armed
262710 = exterior
}
2629trigger = {
2630num_possible_estate_privileges:nobles_estate > 0
2631any_rebel = {
2631count > 0
}
}
2633immediate = {
}
2635if = {
2637create_rebel = {
2638name = noble_enemies_to_the_mandate Noble Enemies to the Mandate
2639category = estate
2641save_scope_as = target_rebel
}
2643random_owned_location = {
2644every_pop = {
2645limit = {
2646owner = root
}
2653change_pop_allegiance = scope:target_rebel
}
}
}
2657else = {
2658random_rebel = {
2660save_scope_as = target_rebel
}
}
}