
行动
限制精英阶层
我们国家内部的各阶层势力很快就会凋零和削弱,使我们能够对那些掌握地方权力的人施加限制。这必将提高我们在Actor Court Title中的权力地位!
宫廷与外省灾难select trigger
贵族阶层potential定义in_game/common/generic_actions/court_and_country_actions.txt:145
146icon = rein_in_burghers
147type = disaster
149ai_tick = monthly
150ai_tick_frequency = 12
152automation_tick = never
153automation_tick_frequency = 12
160allow = {
161scope:actor = {
162estate_power(estate_type:crown_estate) > {
163value = {
164add = "estate_power(estate_type:nobles_estate)"
165divide = 2
166min = 0.2
}
}
}
}
171price = price:rtr_negotiate_with_rebels_price
173cooldown = {
174type = rein_in_nobles_key
175years = 1
}
178select_trigger = {
179looking_for_a = disaster
180name = "choose_disaster" 选择灾难:
181target_flag = recipient
182column = {
183data = name
}
}
191effect = {
192scope:actor = {
193custom_tooltip = {
194text = impose_restrictions_on_nobles_through_event_tt 通过事件,我们将可以限制我们的贵族
}
}
}
200ai_will_do = {
201add = 100
}