Event
Petition for Redress

Some of the local members of the Nobility in Uppity Peasants have so upset and mistreated their subjects that a delegation of the Commoners has come before Target Ruler to ask for redress. Agreeing to this would be popular with the Commoners, but would be seen by the Nobility as an infringement on their authority.
NobilityEstatetrigger
CommonersEstatetrigger
PeasantsPop Typeoption 2
ChristianityReligion GrouptriggerDefinitionin_game/events/random_event.txt:1876
1877type = country_event
1879title = random_event.37.title Petition for Redress
1880desc = random_event.37.desc Some of the local members of the Nobility in Uppity Peasants have so upset and mistreated their subjects that a delegation of the Commoners has come before Target Ruler to ask for redress. Agreeing to this would be popular with the Commoners, but would be seen by the Nobility as an infringement on their authority.
1881outcome = neutral
1882illustration_tags = {
188310 = armed
188410 = exterior
}
1887trigger = {
1889exists = capital
1890capital ?= {
1891area = {
1892any_location_in_area = {
1893owner ?= root
1894num_pop_type:nobles > 0
1895num_pop_type:peasants > 0
1896is_capital = no
}
}
}
1903has_ruler = yes
}
1906immediate = {
1907capital ?= {
1908area = {
1909random_location_in_area = {
1910limit = {
1911owner ?= root
1912num_pop_type:nobles > 0
1913num_pop_type:peasants > 0
1914is_capital = no
}
1916save_scope_as = uppity_peasants
}
}
}
}
1921ruler = {
1921save_scope_as = target_ruler
}
}