이벤트
Target 개척

몇 년 전, Recipient(은)는 Target의 미점령 지역을 Actor의 영토로 만들라는 명을 받고 파견되었습니다. 이 사업이 드디어 오늘 마무리되었습니다!
그렇게 해당 지역을 우리 영토로 만든 Recipient(은)는 앞으로도 현지에서 총독 역할을 수행하겠지만, 행정 권한은 전적으로 우리 손안에 있습니다.
평민계층immediate
공화국정부 유형immediate
신정국정부 유형immediate변경 개척정적 보정치immediate, option 1settler_character_truthfulness변수immediate정의in_game/events/colonization/settle_the_frontier.txt:370
371type = country_event
372title = settle_the_frontier.100.title Target 개척
373desc = {
374first_valid = {
375triggered_desc = {
376trigger = {
377NOT = {
377exists = scope:target_country
}
378exists = scope:recipient
}
380desc = settle_the_frontier.100.desc.a 몇 년 전, Recipient(은)는 Target의 미점령 지역을 Actor의 영토로 만들라는 명을 받고 파견되었습니다. 이 사업이 드디어 오늘 마무리되었습니다!
그렇게 해당 지역을 우리 영토로 만든 Recipient(은)는 앞으로도 현지에서 총독 역할을 수행하겠지만, 행정 권한은 전적으로 우리 손안에 있습니다.
그렇게 해당 지역을 우리 영토로 만든 Recipient(은)는 앞으로도 현지에서 총독 역할을 수행하겠지만, 행정 권한은 전적으로 우리 손안에 있습니다.
}
382triggered_desc = {
383trigger = {
384exists = scope:target_country
385exists = scope:recipient
}
387desc = settle_the_frontier.100.desc.b 몇 년 전, Recipient(은)는 Target의 미점령 지역을 Actor의 영토로 만들라는 명을 받고 파견되었습니다. 이 사업이 드디어 오늘 마무리되었습니다!
안타깝지만 Recipient(이)가 Actor(으)로 돌아오는 일은 없었습니다. 우리가 자치권을 부여하자, 이를 기회로 그 지역을 자신만의 Target Country(으)로 선포한 것입니다.
안타깝지만 Recipient(이)가 Actor(으)로 돌아오는 일은 없었습니다. 우리가 자치권을 부여하자, 이를 기회로 그 지역을 자신만의 Target Country(으)로 선포한 것입니다.
}
389triggered_desc = {
390trigger = {
390always = yes
}
391desc = settle_the_frontier.100.desc 몇 년 전, Recipient(은)는 Target의 미점령 지역을 Actor의 영토로 만들라는 명을 받고 파견되었습니다. 이 사업이 드디어 오늘 마무리되었습니다!
}
}
}
395outcome = neutral
396illustration_tags = {
39710 = happy
39810 = exterior
}
400immediate = {
}
402if = {
403limit = {
404exists = scope:recipient
}
409scope:target = {
410ordered_location_in_province_definition = {
411limit = {
412has_owner = no
413is_ownable = yes
}
415order_by = population
416max = 1
417change_location_owner = scope:actor
418save_scope_as = target_location
419create_country_from_location = {
420save_scope_as = target_country
421set_capital = scope:target_location
}
}
424every_location_in_province_definition = {
425limit = {
426has_owner = no
427is_ownable = yes
}
429change_location_owner = scope:target_country
430change_location_controller = scope:target_country
}
}
433scope:target_country = {
434set_new_ruler = scope:recipient
}
436scope:recipient = {
437if = {
}
443move_country = scope:target_country
444if = {
}
448else_if = {
}
452else = {
454every_descendant = {
455if = {
}
}
}
461if = {
462limit = {
462NOT = {
462exists = dynasty
}
}
463scope:target_location = {
464create_dynasty_from_location = random
465if = {
466limit = {
466exists = last_dynasty_in_location
}
467last_dynasty_in_location = {
468save_scope_as = target_dynasty
}
}
}
472if = {
473limit = {
473exists = scope:target_dynasty
}
474change_dynasty = scope:target_dynasty
475every_descendant = {
476change_dynasty = scope:target_dynasty
}
}
}
}
}
}