
Law
Ruler and Patriarch Relations
The Patriarch works for the souls of the people and that sometimes puts him in interaction with the earthly authority. What role should the countries rulers take when interacting with the Patriarch is also a matter of the faith.
Autocephalous PatriarchateInternational OrganizationpotentialPolicies 2
Definitionin_game/common/laws/christian_tenets.txt:1005
1006type = international_organization
1007law_category = administrative
1008requires_vote = yes
1009custom_tags = {
forbids_no_policy
}
1010potential = {
}
1013allow = {
1014leader_country ?= {
1014can_pay_price = price:christian_tenet_price
}
}
1017caesaropapism_tenet = {
1018years = 1
1019price = christian_tenet_price
1020allow = {
1021leader_country ?= {
1022NOT = {
1022has_policy = separated_patriarchate_policy
}
}
}
1025country_modifier = {
1027potential_trigger = {
1028is_leader_of_international_organization_of_type = {
1029type = autocephalous_patriarchate
}
}
1032monthly_legitimacy = 0.05
1033monthly_republican_tradition = 0.05
1034monthly_devotion = 0.05
1035monthly_horde_unity = 0.05
1036monthly_tribal_cohesion = 0.05
}
1038country_modifier = {
1040potential_trigger = {
1041NOT = {
1042is_leader_of_international_organization_of_type = {
1043type = autocephalous_patriarchate
}
}
}
1047monthly_legitimacy = 0.02
1048monthly_republican_tradition = 0.02
1049monthly_devotion = 0.02
1050monthly_horde_unity = 0.02
1051monthly_tribal_cohesion = 0.02
}
1053wants_this_policy_bias = {
1054add = {
1055desc = "IO_LEADER_DIP_REP"
1056value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
1058add = {
1059desc = "POLICY_BIAS_OPINION_OF_IO_LEADER"
1060value = "opinion(scope:recipient.leader_country)"
1061multiply = 0.5
}
1063add = {
1064desc = "VOTE_BASE_VALUE"
1065value = 10
}
}
}
1070independent_authorities_tenet = {
1071years = 1
1072price = christian_tenet_price
1073country_modifier = {
1075potential_trigger = {
1076is_leader_of_international_organization_of_type = {
1077type = autocephalous_patriarchate
}
}
1080monthly_religious_influence = 0.1
}
1082country_modifier = {
1084potential_trigger = {
1085NOT = {
1086is_leader_of_international_organization_of_type = {
1087type = autocephalous_patriarchate
}
}
}
1091monthly_religious_influence = 0.05
}
1093wants_this_policy_bias = {
1094add = {
1095desc = "IO_LEADER_DIP_REP"
1096value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
1098add = {
1099desc = "POLICY_BIAS_OPINION_OF_IO_LEADER"
1100value = "opinion(scope:recipient.leader_country)"
1101multiply = 0.5
}
1103add = {
1104desc = "VOTE_BASE_VALUE"
1105value = 10
}
}
}