
行动
限制平民阶层
我们国家内部的各阶层势力很快就会凋零和削弱,使我们能够对那些掌握地方权力的人施加限制。这必将提高我们在Actor Court Title中的权力地位!
宫廷与外省灾难select trigger
平民阶层potential定义in_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" 选择灾难:
360target_flag = recipient
361column = {
362data = name
}
}
370effect = {
371scope:actor = {
372custom_tooltip = {
373text = impose_restrictions_on_peasants_through_event_tt 通过事件,我们将可以限制我们的平民
}
}
}
379ai_will_do = {
380add = 100
}