
Action
Rein in the Wealthy
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
BurghersEstatepotentialDefinitionin_game/common/generic_actions/court_and_country_actions.txt:205
206type = disaster
208ai_tick = monthly
209ai_tick_frequency = 12
211automation_tick = never
212automation_tick_frequency = 12
219allow = {
220scope:actor = {
221estate_power(estate_type:crown_estate) > {
222value = {
223add = "estate_power(estate_type:burghers_estate)"
224divide = 2
225min = 0.2
}
}
}
}
230price = price:rtr_negotiate_with_rebels_price
232cooldown = {
233type = rein_in_burghers_key
234years = 1
}
237select_trigger = {
238looking_for_a = disaster
239name = "choose_disaster" Choose the Disaster:
240target_flag = recipient
241column = {
242data = name
}
}
250effect = {
251scope:actor = {
252custom_tooltip = {
253text = impose_restrictions_on_burghers_through_event_tt We will be able to impose restrictions upon our Burghers through an Event
}
}
}
259ai_will_do = {
260add = 100
}