変数このバージョンで変更
papal_authority
教皇勅書を無視可能補正タイプmonthly change
毎月の教皇の権威補正タイプmonthly change
公会議主義ポリシーmonthly change
ガリア主義ポリシーmonthly change
見えざる教会ポリシーmonthly change
教皇至上権主義ポリシーmonthly change変化の仕方
| 補正元 | 場所 | 変更 |
|---|---|---|
| change_papal_authority | international_organization:catholic_church | +$value$ |
| subtract_papal_authority | international_organization:catholic_church | −$value$ |
定義in_game/common/international_organizations/catholic_church.txt:36
37format = "PAPAL_AUTHORITY_DISPLAY"
38change_format = "VARIABLE_CHANGE_FORMAT"
39min = 0
40max = 100
41start = 60
42monthly_change = {
44subtract = {
}
51add = {
52desc = "INTERNAL_PEACE" すべてのメンバー間で平和
53if = {
54limit = {
54international_organization_has_internal_peace = no
}
55value = 0
}
57else = {
58value = 0.03
}
}
63if = {
65add = {
66desc = "PA_ULTRAMONTANISM" ドクトリン「教皇至上権主義」
67value = 0.02
}
}
72if = {
74subtract = {
75desc = "PA_GALLICANISM" ドクトリン「ガリア主義」
76value = 0.01
}
}
81if = {
83subtract = {
84desc = "PA_CONCILIARISM" ドクトリン「公会議主義」
85value = 0.025
}
}
90if = {
92subtract = {
93desc = "PA_INVISIBLE_CHURCH" ドクトリン「見えざる教会」
94value = 0.05
}
}
99if = {
100limit = {
101exists = leader_country
102leader_country = {
102owns = location:rome
}
}
104add = {
105desc = "PA_CONTROLS_ROME" ローマがローマを支配
106value = 0.02
}
}
111add = {
112desc = "PA_CARDINALS" 枢機卿の情報網
113value = 0
114every_international_organization_member = {
115add = num_cardinals
}
117multiply = 0.002
}
121subtract = {
122desc = "PA_EXCOMMUNICATED_RULERS" 破門された統治者が王位に就任
123value = 0
}
131subtract = {
132desc = "PA_CAN_IGNORE_BULLS" メンバーが教皇勅書を無視
133value = 0
134every_international_organization_member = {
136add = 0.01
}
}
141if = {
142limit = {
142international_organization_has_leader = no
}
143subtract = {
144desc = "PA_INTERREGNUM" 空位期間 — 教皇不在
145value = 0.5
}
}
150if = {
151limit = {
152international_organization_has_leader = yes
}
155add = {
156desc = "FROM_MODIFIERS" 補正から
157value = leader_country.modifier:monthly_papal_authority
158multiply = leader_country.modifier:papal_authority_modifier
159add = leader_country.modifier:monthly_papal_authority
}
}
}