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