인물 상호 작용이번 버전 변경
총독직 부여
권역을 인물에게 할당해 우리 대신 통치하도록 합니다.
총독 임명 가능보정치 유형potential2on_own_nation = yes
3message = yes
5potential = {
10scope:recipient ?= {
11is_female = no
}
}
15allow = {
16scope:actor = {
17stability >= 0
}
}
21select_trigger = {
22looking_for_a = character
23source = actor
24target_flag = recipient
25name = "choose_character" 인물 선택:
26column = {
27data = name
}
29visible = {
30is_alive = yes
}
32enabled = {
33custom_tooltip = {
34text = tim_is_related_to_ruler_tt 해당 인물은 우리 통치자의 친척입니다
35any_ancestor = {
36this = scope:actor.ruler
}
}
39is_loyal = yes
}
}
43select_trigger = {
44looking_for_a = government_reform
45source = actor
46target_flag = target_reform
47name = "select_governor_type" 총독직 유형 선택
48none_available_msg_key = "select_governor_type_no_type"
49column = {
}
52visible = {
53OR = {
54this = government_reform:soyurghal_governor_reform
55this = government_reform:soyurghal_governor_banished_reform
56this = government_reform:soyurghal_governor_effective_governor_reform
}
}
60enabled = {
61trigger_if = {
62limit = {
63this = government_reform:soyurghal_governor_reform
}
65scope:recipient = {
66is_adult = no
67age_in_years >= 12
}
}
}
}
73select_trigger = {
74looking_for_a = area
75source = actor
76target_flag = target_area
77name = "select_area_for_governship" 총독에게 맡길 권역 선택
78none_available_msg_key = "select_area_for_governship_no_area"
79column = {
80data = name
}
82visible = {
83region != scope:actor.capital.region
84trigger_if = {
85limit = {
86scope:target_reform = government_reform:soyurghal_governor_banished_reform
}
88any_location_in_area = {
89percent >= 0.75
90OR = {
91owner ?= scope:actor
92has_owner = no
93is_ownable = no
}
}
96OR = {
97any_present_country = {
98count > 2
}
100any_neighbor_area = {
101any_present_country = {
102count > 2
}
}
}
}
107trigger_else = {
108any_location_in_area = {
109percent >= 0.75
110OR = {
111owner ?= scope:actor
112has_owner = no
113is_ownable = no
}
}
}
}
}
120effect = {
121if = {
122limit = {
123exists = scope:target_reform
124scope:target_reform = government_reform:soyurghal_governor_effective_governor_reform
}
126custom_tooltip = tim_normal_governor_effects_tt Recipient(을)를 권역의 Target Reform(으)로 임명합니다. 이 경우 해당 인물의 종합 능력에 따라 현지 권역의 번영 및 개발을 증가시키는 긍정적인 이벤트를 얻게 됩니다.
해당 권역은 Recipient의 사망 후 우리나라에 합병됩니다.
해당 권역은 Recipient의 사망 후 우리나라에 합병됩니다.
}
128else_if = {
129limit = {
130exists = scope:target_reform
131scope:target_reform = government_reform:soyurghal_governor_banished_reform
}
133custom_tooltip = tim_banished_governor_effects_tt Recipient(을)를 권역의 Target Reform(으)로 임명합니다. 이 경우 해당 인물은 후계자가 될 수 없지만, 우리에게 대항해 지지를 모으는 이벤트를 얻을 수 있습니다.
해당 권역은 Recipient의 사망 후 그 후계자에게 상속될 수 있습니다.
해당 권역은 Recipient의 사망 후 그 후계자에게 상속될 수 있습니다.
}
135else_if = {
136limit = {
137exists = scope:target_reform
138scope:target_reform = government_reform:soyurghal_governor_reform
}
140custom_tooltip = tim_educational_governor_effects_tt Recipient(을)를 권역의 Target Reform(으)로 임명합니다. 이 경우 해당 인물은 이벤트에서 종합 능력을 더 많이 얻을 수 있지만, 그 과정에서 현지 권역의 개발 및 번영이 감소할 수 있습니다.
해당 권역은 Recipient(이)가 10 동안 통치한 후 상속될 수 있습니다. 아니면 Recipient(이)가 소유르갈 총독(이)가 될 수도 있습니다.
해당 권역은 Recipient(이)가 10 동안 통치한 후 상속될 수 있습니다. 아니면 Recipient(이)가 소유르갈 총독(이)가 될 수도 있습니다.
}
143hidden_effect = {
144if = {
145limit = {
146exists = scope:target_area
}
148scope:target_area = {
149ordered_location_in_area = {
150limit = {
151owner ?= scope:actor
}
153order_by = development
154check_range_bounds = no
155max = 1
156save_scope_as = target_location
}
}
160scope:target_location = {
161create_country_from_location = {}
}
184scope:target_area = {
185every_location_in_area = {
186limit = {
187owner ?= scope:actor
}
189change_location_owner = scope:target_country
190add_core = scope:target_country
191change_integration_level = core
}
}
}
}
}
198ai_will_do = {
199value = 0
}