
Action
Rein in the Commoners
The estate influences within our nation will soon wither and weaken, allowing us to impose restrictions upon those who wield local power. This will surely improve the standing of our power within the Actor Court Title!
Court and CountryDisasterselect trigger
CommonersEstatepotentialDefinitionin_game/common/generic_actions/court_and_country_actions.txt:324
325icon = rein_in_burghers
326type = disaster
329ai_tick = monthly
330ai_tick_frequency = 12
332automation_tick = never
333automation_tick_frequency = 12
339allow = {
340scope:actor = {
341estate_power(estate_type:crown_estate) > {
342value = {
343add = "estate_power(estate_type:peasants_estate)"
344divide = 2
345min = 0.2
}
}
}
}
350price = price:rtr_negotiate_with_rebels_price
352cooldown = {
353type = rein_in_peasants_key
354years = 1
}
357select_trigger = {
358looking_for_a = disaster
359name = "choose_disaster" Choose the Disaster:
360target_flag = recipient
361column = {
362data = name
}
}
370effect = {
371scope:actor = {
372custom_tooltip = {
373text = impose_restrictions_on_peasants_through_event_tt We will be able to impose restrictions upon our Commoners through an Event
}
}
}
379ai_will_do = {
380add = 100
}