
特殊地位
教廷
教廷是天主教会的行政主体。经由枢机团协商,它管理着信徒,并确保教会成员得到恰当的引导。
定义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
}
}