
행동
평민층 억제
해당 계층의 국가 내 영향력이 곧 쇠퇴하고 약화되어, 지역 유지들에게 규제를 가할 수 있게 됩니다. 이를 통해 Actor Court Title 내에서 우리 권력의 입지가 강화될 것입니다!
궁정과 국가재난select trigger
평민계층potential정의in_game/common/generic_actions/court_and_country_actions.txt:324
325icon = rein_in_burghers
326type = disaster
329ai_tick = monthly
330ai_tick_frequency = 12
332automation_tick = never
333automation_tick_frequency = 12
339allow = {
340scope:actor = {
341estate_power(estate_type:crown_estate) > {
342value = {
343add = "estate_power(estate_type:peasants_estate)"
344divide = 2
345min = 0.2
}
}
}
}
350price = price:rtr_negotiate_with_rebels_price
352cooldown = {
353type = rein_in_peasants_key
354years = 1
}
357select_trigger = {
358looking_for_a = disaster
359name = "choose_disaster" 재난 선택:
360target_flag = recipient
361column = {
362data = name
}
}
370effect = {
371scope:actor = {
372custom_tooltip = {
373text = impose_restrictions_on_peasants_through_event_tt 이벤트를 통해 평민에게 규제를 가할 수 있게 됩니다
}
}
}
379ai_will_do = {
380add = 100
}