
행동
내각 구성원 고용
국가 간 조직체의 구성국에서 인물을 선택하여 고용합니다. 해당 인물은 내각에서만 일할 수 있습니다.
상호 작용 차단보정치 유형select trigger 3
내각 구성원 고용 잠금 해제보정치 유형select trigger 1정의in_game/common/generic_actions/unlockable_io_actions.txt:2
3icon = cd_purge_cabinet_member
4type = internationalorganization
5ai_tick = monthly
6ai_tick_frequency = 12
8automation_tick = never
9automation_tick_frequency = 12
10potential = {
}
12allow = {
}
14select_trigger = {
15looking_for_a = international_organization
16source = actor
17target_flag = recipient
18name = "choose_international_organization" 국가 간 조직체 선택:
19column = {
20data = name
}
22visible = {
23leader_country ?= scope:actor
24has_enabled_currency = gold
25international_organization_has_leader = yes
}
}
30select_trigger = {
31looking_for_a = country
32source = recipient
33target_flag = source
34name = "choose_country" 국가 선택:
35column = {
36data = name
}
38visible = {
39root != scope:actor
}
}
42select_trigger = {
43looking_for_a = character
44source = source
45target_flag = target
46name = "choose_character" 인물 선택:
47column = {
48data = character_info
}
50visible = {
51is_courtier = yes
53OR = {
54has_dynasty = no
55NOT = {
55dynasty = scope:actor.ruler.dynasty
}
56scope:actor = {
57ruler_or_heir_if_regent ?= {
58dynasty ?= {
59NOT = {
59this = root.dynasty
}
}
}
}
}
}
}
66effect = {
67scope:recipient = {
}
73if = {
74limit = {
74exists = scope:source
}
75scope:source = {
}
}
82if = {
83limit = {
83exists = scope:target
}
84scope:target = {
85move_country = scope:actor
86add_character_modifier = {
}
}
}
}
94ai_will_do = {
95add = 0
96if = {
97limit = {
97scope:actor = {
97any_courtier = {
97count < 5
}
}
}
98add = 25
}
}