
정책
신생 공화국 수립
공화국의 기본 원칙과 운영 방식은 우리 구성국과 백성의 자유를 지키는 핵심 요소입니다.
14allow = {
15international_organization_lifetime > 5
}
17on_activate = {
18if = {
21custom_tooltip = {
22text = colonial_federation_found_republic_specific_tt Country(이)가 식민지 연합을 통일해 공화국을 창설합니다
}
}
}
28else_if = {
29limit = {
29international_organization_has_leader = yes
}
30leader_country ?= {
31custom_tooltip = {
32text = colonial_federation_found_republic_specific_tt Country(이)가 식민지 연합을 통일해 공화국을 창설합니다
}
}
}
38else = {
39custom_tooltip = colonial_federation_found_republic_tt 식민지 연합이 통일되어 공화국으로 거듭납니다.
40hidden_effect = {
41if = {
42limit = {
42any_international_organization_member = {
42is_ai = no
}
}
45ordered_international_organization_member = {
46limit = {
46is_ai = no
}
47order_by = total_population
48max = 1
49check_range_bounds = no
}
}
54else = {
56ordered_international_organization_member = {
57order_by = total_population
58max = 1
59check_range_bounds = no
}
}
}
}
}
67wants_this_policy_bias = {
68if = {
69limit = {
69scope:recipient = {
69international_organization_has_leader = yes
}
}
71add = {
72desc = "POLICY_BIAS_OPINION_OF_IO_LEADER" 지도자에 대한 우호도
73value = "opinion(scope:recipient.leader_country)"
}
76add = {
77desc = "IO_LEADER_DIP_REP" 수장국의 외교 평판
78value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
}
81else = {
82add = {
83desc = "VOTE_BASE_VALUE" 기본값
84value = 10
}
87add = {
88desc = "game_concept_diplomatic_reputation" 외교 평판
}
}
93add = {
94desc = "BIAS_FROM_RULER_TRAITS" 통치자 특성으로 인한 편향
}
}