Event
Brewing Dissent

The attempts of Target Character to unify the legal traditions, taxes and obligations of the provinces in the Country has led to the leaders of the Target Rebel to call their compatriots to arms. They claim we have violated the rules we swore to uphold when their lands came under our control and that they have no choice but to once again raise the rebellious banners.
Our local representatives implore us to strike a deal, from our seat of power in Target Location, before it is too late. If we guarantee to uphold some of their autonomy, they may yet be convinced the abolition of others.
Definitionin_game/events/disaster/court_and_country.txt:603
604type = country_event
605category = disaster_event
606title = court_and_country.8.title Brewing Dissent
607desc = court_and_country.8.desc The attempts of Target Character to unify the legal traditions, taxes and obligations of the provinces in the Country has led to the leaders of the Target Rebel to call their compatriots to arms. They claim we have violated the rules we swore to uphold when their lands came under our control and that they have no choice but to once again raise the rebellious banners.
Our local representatives implore us to strike a deal, from our seat of power in Target Location, before it is too late. If we guarantee to uphold some of their autonomy, they may yet be convinced the abolition of others.
Our local representatives implore us to strike a deal, from our seat of power in Target Location, before it is too late. If we guarantee to uphold some of their autonomy, they may yet be convinced the abolition of others.
608outcome = neutral
609image = "gfx/interface/illustrations/disaster/court_and_country.dds"
611trigger = {
612num_rebels > 0
613any_province = {
615province_satisfaction > 0
}
}
619immediate = {
620ruler_or_regent ?= {
620save_scope_as = target_character
}
621capital = {
621save_scope_as = target_location
}
622ordered_rebel = {
623order_by = rebel_size
624position = 1
625check_range_bounds = no
626save_scope_as = target_rebel
}
628ordered_province = {
629limit = {
629province_satisfaction > 0
}
630order_by = {
631value = population
632divide = province_satisfaction
633multiply = -1
}
635position = 1
640save_scope_as = target_province
}
}