
행동
식민지 연합 창설
식민지 영토를 감독하고 관리하는 현지 행정부를 세운다면, 강력한 자치권을 확보하는 데 도움이 될 것입니다.
식민지 혁명상황select trigger정의in_game/common/generic_actions/colonial_revolution.txt:137
138type = situation
140ai_tick = monthly
141ai_tick_frequency = 6
142automation_tick = monthly
143automation_tick_frequency = 1
145automation_tick = never
146automation_tick_frequency = 12
149potential = {
150scope:actor ?= {
151is_colonial_subject = yes
}
}
155allow = {
156scope:actor ?= {
157at_war = no
158subject_loyalty < 25
159NOT = {
160is_member_of_international_organization_of_type = {
160type = colonial_federation
}
}
}
}
165price = price:seek_alliance_with_overlord_rival
166select_trigger = {
167looking_for_a = situation
168target_flag = recipient
169name = "choose_situation" 상황 선택:
170column = {
171data = name
}
}
179effect = {
180custom_tooltip = cf_create_colonial_federation_tt 우리나라가 새로운 식민지 연합을 창설하고 연합의 수장국이 됩니다.
181hidden_effect = {
182scope:actor = {
183create_international_organization = {
185add_country_to_international_organization = prev
186set_leader_country = prev
188save_scope_as = target
}
}
}
}
194ai_will_do = {
196add = {
197desc = BASE_VALUE
198value = -10
}
201add = {
202scope:actor = {
203value = "opinion(overlord)"
204multiply = -0.2
}
}
}