
행동
지배층 억제
해당 계층의 국가 내 영향력이 곧 쇠퇴하고 약화되어, 지역 유지들에게 규제를 가할 수 있게 됩니다. 이를 통해 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
}