
특별 지위
교황청
교황청은 가톨릭교회의 행정 기관입니다. 추기경단으로 구성되며, 교회에 소속된 신도를 관리하고 이들이 올바른 인도를 받도록 이끕니다.
정의in_game/common/international_organization_special_statuses/catholic_church.txt:1
2priority = 10
4modifier = {
}
7can_bestow_trigger = {
}
10auto_bestowal_trigger = {
11num_cardinals > 0
}
14auto_rescind_trigger = {
15num_cardinals = 0
}
18on_bestowed_effect = {
}
21on_rescinded_effect = {
}
23map_color = {
24if = {
25limit = {
26root.owner = {
27modifier:is_pope = yes
}
}
30value = define:NMapColors|INTERNATIONAL_ORGANIZATION_LEADER_COLOR
}
32else = {
33value = define:NMapColors|INTERNATIONAL_ORGANIZATION_TIER1_COLOR
}
}