VariableModifié dans cette version
papal_authority
Peut ignorer les Bulles papalesType de modificateurmonthly change
Autorité pontificale mensuelleType de modificateurmonthly change
ConciliarismePolitiquemonthly change
GallicanismePolitiquemonthly change
Église invisiblePolitiquemonthly change
UltramontanismePolitiquemonthly changeComment il évolue
| Source | Emplacement | Modification |
|---|---|---|
| change_papal_authority | international_organization:catholic_church | +$value$ |
| subtract_papal_authority | international_organization:catholic_church | −$value$ |
Définitionin_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" Désir de réforme catholique
47multiply = 0.2
}
51add = {
52desc = "INTERNAL_PEACE" Paix parmi tous les membres
53if = {
54limit = {
54international_organization_has_internal_peace = no
}
55value = 0
}
57else = {
58value = 0.03
}
}
63if = {
65add = {
66desc = "PA_ULTRAMONTANISM" Doctrine de l'ultramontanisme
67value = 0.02
}
}
72if = {
74subtract = {
75desc = "PA_GALLICANISM" Doctrine du gallicanisme
76value = 0.01
}
}
81if = {
83subtract = {
84desc = "PA_CONCILIARISM" Doctrine du conciliarisme
85value = 0.025
}
}
90if = {
92subtract = {
93desc = "PA_INVISIBLE_CHURCH" Doctrine de l'Église invisible
94value = 0.05
}
}
99if = {
100limit = {
101exists = leader_country
102leader_country = {
102owns = location:rome
}
}
104add = {
105desc = "PA_CONTROLS_ROME" Rome contrôle Rome
106value = 0.02
}
}
111add = {
112desc = "PA_CARDINALS" Réseau de Cardinaux
113value = 0
114every_international_organization_member = {
115add = num_cardinals
}
117multiply = 0.002
}
121subtract = {
122desc = "PA_EXCOMMUNICATED_RULERS" Dirigeants excommuniés sur le trône
123value = 0
}
131subtract = {
132desc = "PA_CAN_IGNORE_BULLS" Membres ignorant la Bulle papale
133value = 0
134every_international_organization_member = {
136add = 0.01
}
}
141if = {
142limit = {
142international_organization_has_leader = no
}
143subtract = {
144desc = "PA_INTERREGNUM" Interrègne — Aucun Pape
145value = 0.5
}
}
150if = {
151limit = {
152international_organization_has_leader = yes
}
155add = {
156desc = "FROM_MODIFIERS" Grâce aux modificateurs
157value = leader_country.modifier:monthly_papal_authority
158multiply = leader_country.modifier:papal_authority_modifier
159add = leader_country.modifier:monthly_papal_authority
}
}
}