
Правило
Отношения между патриархами
Патриархи независимы в своих решениях и не подчиняются никакой вышестоящей власти, однако их всё же объединяет вера. В таких условиях взаимодействие и дискуссии не только неизбежны, но и необходимы.
Автокефальный патриархатМеждународное объединениеpotentialПолитики 2
Определениеin_game/common/laws/christian_tenets.txt:912
913type = international_organization
914law_category = administrative
915requires_vote = yes
916custom_tags = {
forbids_no_policy
}
917potential = {
}
920allow = {
921leader_country ?= {
921can_pay_price = price:christian_tenet_price
}
}
924cooperation_between_patriarchs_tenet = {
925years = 1
926price = christian_tenet_price
927country_modifier = {
929potential_trigger = {
930is_leader_of_international_organization_of_type = {
931type = autocephalous_patriarchate
}
}
934monthly_diplomats = 0.1
}
936country_modifier = {
938potential_trigger = {
939NOT = {
940is_leader_of_international_organization_of_type = {
941type = autocephalous_patriarchate
}
}
}
945monthly_diplomats = 0.05
}
947wants_this_policy_bias = {
948add = {
949desc = "IO_LEADER_DIP_REP"
950value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
952add = {
953desc = "POLICY_BIAS_OPINION_OF_IO_LEADER"
954value = "opinion(scope:recipient.leader_country)"
955multiply = 0.5
}
957add = {
958desc = "VOTE_BASE_VALUE"
959value = 10
}
}
}
964independent_acting_patriarchs_tenet = {
965years = 1
966price = christian_tenet_price
967country_modifier = {
969potential_trigger = {
970is_leader_of_international_organization_of_type = {
971type = autocephalous_patriarchate
}
}
974monthly_prestige = 0.1
}
976country_modifier = {
978potential_trigger = {
979NOT = {
980is_leader_of_international_organization_of_type = {
981type = autocephalous_patriarchate
}
}
}
985monthly_prestige = 0.05
}
987wants_this_policy_bias = {
988add = {
989desc = "IO_LEADER_DIP_REP"
990value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
992add = {
993desc = "POLICY_BIAS_OPINION_OF_IO_LEADER"
994value = "opinion(scope:recipient.leader_country)"
995multiply = 0.5
}
997add = {
998desc = "VOTE_BASE_VALUE"
999value = 10
}
}
}