VariableChanged this version
papal_authority
Can Ignore Papal BullsModifier Typemonthly change
Monthly Papal AuthorityModifier Typemonthly change
ConciliarismPolicymonthly change
GallicanismPolicymonthly change
Invisible ChurchPolicymonthly change
UltramontanismPolicymonthly changeHow it changes
| Source | Where | Change |
|---|---|---|
| change_papal_authority | international_organization:catholic_church | +$value$ |
| subtract_papal_authority | international_organization:catholic_church | −$value$ |
Definitionin_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 = {
45desc = "PA_REFORM_DESIRE" Catholic Reform Desire
47multiply = 0.2
}
51add = {
52desc = "INTERNAL_PEACE" Peace amongst all members
53if = {
54limit = {
54international_organization_has_internal_peace = no
}
55value = 0
}
57else = {
58value = 0.03
}
}
63if = {
65add = {
66desc = "PA_ULTRAMONTANISM" Ultramontanism Doctrine
67value = 0.02
}
}
72if = {
74subtract = {
75desc = "PA_GALLICANISM" Gallicanism Doctrine
76value = 0.01
}
}
81if = {
83subtract = {
84desc = "PA_CONCILIARISM" Conciliarism Doctrine
85value = 0.025
}
}
90if = {
92subtract = {
93desc = "PA_INVISIBLE_CHURCH" Invisible Church Doctrine
94value = 0.05
}
}
99if = {
100limit = {
101exists = leader_country
102leader_country = {
102owns = location:rome
}
}
104add = {
105desc = "PA_CONTROLS_ROME" Rome Controls Rome
106value = 0.02
}
}
111add = {
112desc = "PA_CARDINALS" Cardinal Network
113value = 0
114every_international_organization_member = {
115add = num_cardinals
}
117multiply = 0.002
}
121subtract = {
122desc = "PA_EXCOMMUNICATED_RULERS" Excommunicated Rulers on Throne
123value = 0
}
131subtract = {
132desc = "PA_CAN_IGNORE_BULLS" Members Ignoring Papal Bull
133value = 0
134every_international_organization_member = {
136add = 0.01
}
}
141if = {
142limit = {
142international_organization_has_leader = no
}
143subtract = {
144desc = "PA_INTERREGNUM" Interregnum — No Pope
145value = 0.5
}
}
150if = {
151limit = {
152international_organization_has_leader = yes
}
155add = {
156desc = "FROM_MODIFIERS" From Modifiers
157value = leader_country.modifier:monthly_papal_authority
158multiply = leader_country.modifier:papal_authority_modifier
159add = leader_country.modifier:monthly_papal_authority
}
}
}