
Law
Essence
Known also as ousia (ουσία), this tenet represents the interpretation of the Divinity of God as being the same as the Divinity of Christ.
Autocephalous PatriarchateInternational Organizationpotential
Accept the Tenet of EssencePolicylocked
MiaphysitismReligionlocked
NestorianismReligionlocked
OrthodoxyReligionlockedreligionVariablelockedPolicies 2
Accept the Tenet of Essence- +0.1 Monthly Religious Influence
- −10% Maximum Tax for Clergy Estate
- +0.05 Monthly Religious Influence
- −5% Maximum Tax for Clergy Estate
Reject the Tenet of Essence- −0.1 Monthly Religious Influence
- +10% Maximum Tax for Clergy Estate
- −0.05 Monthly Religious Influence
- +5% Maximum Tax for Clergy Estate
Definitionin_game/common/laws/christian_tenets.txt:456
457type = international_organization
458law_category = religious
459requires_vote = no
460potential = {
}
463allow = {
464leader_country ?= {
464can_pay_price = price:christian_tenet_price
}
}
467locked = {
468custom_tooltip = {
469text = fundamental_law_tt This is a fundamental law that defines the basis of our faith and cannot change
470OR = {
471AND = {
}
475AND = {
}
479AND = {
}
}
}
}
487accept_essence_tenet = {
488years = 1
489price = christian_tenet_price
490country_modifier = {
492potential_trigger = {
493is_leader_of_international_organization_of_type = {
494type = autocephalous_patriarchate
}
}
497monthly_religious_influence = 0.1
498clergy_estate_max_tax = -0.1
}
500country_modifier = {
502potential_trigger = {
503NOT = {
504is_leader_of_international_organization_of_type = {
505type = autocephalous_patriarchate
}
}
}
509monthly_religious_influence = 0.05
510clergy_estate_max_tax = -0.05
}
}
514deny_essence_tenet = {
515years = 1
516price = christian_tenet_price
517country_modifier = {
519potential_trigger = {
520is_leader_of_international_organization_of_type = {
521type = autocephalous_patriarchate
}
}
524monthly_religious_influence = -0.1
525clergy_estate_max_tax = 0.1
}
527country_modifier = {
529potential_trigger = {
530NOT = {
531is_leader_of_international_organization_of_type = {
532type = autocephalous_patriarchate
}
}
}
536monthly_religious_influence = -0.05
537clergy_estate_max_tax = 0.05
}
}