Event
The Burghers Request Privileges

The Burghers have grown increasingly resentful of the power of the Nobility and, particularly, their lack of opportunities in the higher ranks of government. Their only route into power is to marry into poor but well-titled families, or to pry open positions in government circles by demanding greater privileges from the Ruler Title.
BurghersEstatetrigger
NobilityEstatetriggerDefinitionin_game/events/random_event.txt:1399
1400type = country_event
1402title = random_event.30.title The Burghers Request Privileges
1403desc = random_event.30.desc The Burghers have grown increasingly resentful of the power of the Nobility and, particularly, their lack of opportunities in the higher ranks of government. Their only route into power is to marry into poor but well-titled families, or to pry open positions in government circles by demanding greater privileges from the Ruler Title.
1404outcome = neutral
1405illustration_tags = {
140610 = regular
140710 = interior
}
1410trigger = {
1413estate_power(estate_type:nobles_estate) > "estate_power(estate_type:burghers_estate)"
1415num_possible_estate_privileges:burghers_estate > 0
}
1418immediate = {
1419estate(estate_type:burghers_estate) = {
1420random_possible_privilege = {
1421save_scope_as = target_privilege
}
}
}
}