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