
특별 지위이번 버전 변경
상위 연합국
상위 연합국은 동군연합을 이끄는 사실상의 종주국으로, 통치 군주가 자리하는 곳이기도 합니다. 모든 중앙 집권적 활동은 상위 연합국과 다른 동군연합 구성국 사이의 관계를 중심으로 돌아갑니다.
서열 확립정책auto rescind trigger, can bestow triggerpre_selected_senior_partner변수can bestow trigger, on bestowed effect보정치
정의in_game/common/international_organization_special_statuses/union.txt:1
2max_countries = 1
3priority = 10
5can_bestow_trigger = {
6is_member_of_international_organization = scope:recipient
7scope:recipient = {
9num_countries_with_special_status(special_status:senior_partner) < 1
10trigger_if = {
}
14trigger_else = {
15NOT = {
16any_international_organization_member = {
17this != root
18country_economical_base > root.country_economical_base
}
}
}
}
}
24auto_bestowal_trigger = {
25always = yes
}
27auto_rescind_trigger = {
28OR = {
29NOT = {
29is_member_of_international_organization = scope:recipient
}
30scope:recipient = {
}
}
}
35on_bestowed_effect = {
36ruler_or_regent ?= {
37if = {
38limit = {
38owner != root
}
39move_country = root
}
}
42scope:recipient = {
43set_leader_country = root
44if = {
}
52if = {
53limit = {
53root = {
53has_ruler = yes
}
}
58every_international_organization_member = {
59limit = {
60OR = {
61has_ruler = no
62ruler != root.ruler
}
}
65scope:recipient = {
65remove_country_from_international_organization = prev
}
}
}
68if = {
69limit = {
69root = {
69has_heir = yes
}
}
}
}
}
77on_rescinded_effect = {
}
78map_color = define:NMapColors|INTERNATIONAL_ORGANIZATION_LEADER_COLOR
79special_status_power = 0
