
アクション
富裕層の抑制
わが国における領主の影響力は間もなく衰え、地方の権力者たちに制限を課すことができるようになる。これにより、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
}