
행동
식민지 연합 가입
같은 처지의 억압받는 동지들과 함께하면, 악독한 종주국의 손아귀에서 벗어날 확률이 높아질 것입니다.
식민지 연합국가 간 조직체select trigger 2
식민지 혁명상황select trigger 1정의in_game/common/generic_actions/colonial_revolution.txt:210
211icon = create_colonial_federation
212type = situation
214ai_tick = monthly
215ai_tick_frequency = 6
216automation_tick = monthly
217automation_tick_frequency = 1
219automation_tick = never
220automation_tick_frequency = 12
222potential = {
223scope:actor ?= {
224is_colonial_subject = yes
}
}
228allow = {
229scope:actor = {
230OR = {
232not = {
233is_member_of_international_organization_of_type = {
234type = colonial_federation
}
}
}
}
}
241price = price:seek_alliance_with_overlord_rival
243select_trigger = {
244looking_for_a = situation
245target_flag = recipient
246name = "choose_situation" 상황 선택:
247column = {
248data = name
}
}
256select_trigger = {
257looking_for_a = international_organization
258target_flag = target
259name = "join_colonial_federation_choose_cf" 식민지 연합 선택
260none_available_msg_key = "join_colonial_federation_no_ios"
261column = {
262data = name
}
264visible = {
}
267enabled = {
268scope:actor = {
269can_join_international_organization = root
}
}
}
274effect = {
275if = {
276limit = {
277exists = scope:target
}
279scope:target = {
280add_country_to_international_organization = scope:actor
}
}
}
285ai_will_do = {
286add = -5
287add = {
288if = {
289limit = {
290scope:actor = {
291subject_loyalty < 40
}
}
294value = 20
}
}
297add = {
298value = scope:target.total_members
}
}