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