
Law
Christological Debates
Debates on the aspect of Christ, our stance towards our brethren sects and our position on the nature of worship are the lifeblood of keeping our belief alive and vibrant!
Autocephalous PatriarchateInternational OrganizationpotentialPolicies 2
Allow Christological Debates- +5% Max Literacy for Clergy
- +10% Clergy Food Consumption
- +3% Max Literacy for Clergy
- +5% Clergy Food Consumption
Forbid Christological Debates- +0.1 Monthly Progress to Spiritualist
- +0.2 Monthly Religious Influence
- +0.05 Monthly Progress to Spiritualist
- +0.1 Monthly Religious Influence
Definitionin_game/common/laws/christian_tenets.txt:716
717type = international_organization
718law_category = administrative
719requires_vote = yes
720custom_tags = {
forbids_no_policy
}
721potential = {
}
724allow = {
725leader_country ?= {
725can_pay_price = price:christian_tenet_price
}
}
728allow_christological_debates_tenet = {
729years = 1
730price = christian_tenet_price
731country_modifier = {
733potential_trigger = {
734is_leader_of_international_organization_of_type = {
735type = autocephalous_patriarchate
}
}
738global_clergy_max_literacy = 5
739global_clergy_food_consumption = 0.1
}
741country_modifier = {
743potential_trigger = {
744NOT = {
745is_leader_of_international_organization_of_type = {
746type = autocephalous_patriarchate
}
}
}
750global_clergy_max_literacy = 3
751global_clergy_food_consumption = 0.05
}
753wants_this_policy_bias = {
754add = {
755desc = "IO_LEADER_DIP_REP"
756value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
758add = {
759desc = "POLICY_BIAS_OPINION_OF_IO_LEADER"
760value = "opinion(scope:recipient.leader_country)"
761multiply = 0.5
}
763add = {
764desc = "VOTE_BASE_VALUE"
765value = 10
}
}
}
770forbid_christological_debates_tenet = {
771years = 1
772price = christian_tenet_price
773country_modifier = {
775potential_trigger = {
776is_leader_of_international_organization_of_type = {
777type = autocephalous_patriarchate
}
}
780monthly_towards_spiritualist = societal_value_monthly_move
781monthly_religious_influence = 0.2
}
783country_modifier = {
785potential_trigger = {
786NOT = {
787is_leader_of_international_organization_of_type = {
788type = autocephalous_patriarchate
}
}
}
792monthly_towards_spiritualist = societal_value_minor_monthly_move
793monthly_religious_influence = 0.1
}
795wants_this_policy_bias = {
796add = {
797desc = "IO_LEADER_DIP_REP"
798value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
800add = {
801desc = "POLICY_BIAS_OPINION_OF_IO_LEADER"
802value = "opinion(scope:recipient.leader_country)"
803multiply = 0.5
}
805add = {
806desc = "VOTE_BASE_VALUE"
807value = 10
}
}
}