
행동
내각 구성원 숙청
절대 권력은 절대적으로 부패하며, 우리 내각의 구성원들은 그 사실을 너무나도 잘 알고 있습니다. 이 타락에 맞서 싸우려면, 우리 정부 내부에서 필요한 숙청을 단행해야만 합니다.
안주로 인한 쇠퇴재난select trigger 1내각 수반정적 보정치effect정의in_game/common/generic_actions/decline_of_empire_actions.txt:102
103type = disaster
105allow = {
106scope:actor = {
107at_war = no
108is_during_bankruptcy = no
110any_cabinet_character = {
111count > 0
}
}
}
116automation_tick = never
117automation_tick_frequency = 12
118price = price:complacent_decline_actions_price
120cooldown = {
121type = cd_purge_cabinet_member
122years = 1
}
125select_trigger = {
126looking_for_a = disaster
127name = "choose_disaster" 재난 선택:
128target_flag = recipient
129column = {
130data = name
}
}
139select_trigger = {
140looking_for_a = character
141source = actor
142target_flag = target_character
143name = "choose_character" 인물 선택:
144none_available_msg_key = "no_characters_available"
145column = {
145data = character_info
}
146visible = {
147in_cabinet = yes
148is_ruler = no
149is_heir = no
150is_regent = no
151is_consort = no
}
}
155effect = {
157if = {
158limit = {
158exists = scope:target_character
}
160if = {
164custom_tooltip = removal_of_head_of_cabinet_takes_stab_tt Target Character(이)가 우리나라의 내각 수반이므로 이 행동은 stability mild penalty의 안정도 비용을 추가로 발생시키며, 안주를 더 크게 감소시킵니다.
}
}
168custom_tooltip = selected_character_banned_or_executed_tt 선택한 인물을 필요한 모든 수단을 동원해 우리 내각에서 축출합니다
}
171ai_will_do = {
172add = {
173value = scope:actor.complacency
174desc = "[complacency|e]"
}
177if = {
178limit = {
178exists = scope:target_character
}
179add = {
180value = scope:target_character.days_of_service_in_cabinet
181divide = 10
182desc = "days of service in cabinet divided by 10"
}
184if = {
185limit = {
185scope:target_character.total_abilities > 0
}
186add = {
187value = scope:target_character.total_abilities
188divide = -5
189desc = "[target_character.GetName] total abilities"
}
}
192else = {
193add = {
194value = 200
195desc = "incapable character"
}
}
198if = {
199limit = {
200scope:target_character = {
200has_character_modifier = entrenched_cabinet_member
}
}
202add = 20
}
}
}