变量本版本变更
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
}
}
}