This commit is contained in:
edwardtheelbowhigh 2026-01-26 18:52:53 +00:00
commit 051139af1e
20 changed files with 677 additions and 277 deletions

View file

@ -1181,7 +1181,80 @@
}
}
##### CALVINIST ######
tenet_five_points = {
icon = core_tenet_five_points
can_pick = {
custom_description = {
text = incompatible_doctrine_mummification_trigger
NOT = { doctrine:doctrine_funeral_mummification = { is_in_list = selected_doctrines } }
}
}
piety_cost = {
if = {
limit = {
religion_tag = protestant_religion
}
value = faith_tenet_cost_low
}
else = {
value = faith_tenet_cost_massive
}
# Multiplier for keeping same tenet
if = {
limit = { has_doctrine = tenet_five_points }
multiply = faith_unchanged_doctrine_cost_mult
}
}
parameters = {
reforging_artifacts_costs_piety = yes
destroying_artifacts_is_pious = yes
literalist_debate_enabled = yes
}
character_modifier = {
monthly_merit_mult = 0.1
}
traits = {
virtues = {
scholar
}
}
}
tenet_theomonarchy = {
icon = core_tenet_legal_pronouncements
piety_cost = {
if = {
limit = {
religion_tag = protestant_religion
}
value = faith_tenet_cost_low
}
else = {
value = faith_tenet_cost_massive
}
# Multiplier for keeping same tenet
if = {
limit = { has_doctrine = tenet_theomonarchy }
multiply = faith_unchanged_doctrine_cost_mult
}
}
parameters = {
temporal_condemnation_enabled = yes
religious_legal_pronouncements_law_cost_reduction = yes
excommunication_active = yes
has_access_to_theomonarchy_succession = yes
}
traits = {
sins = {
excommunicated = 3
}
}
}
###### VANILLA TENETS ######

View file

@ -668,6 +668,7 @@
doctrine = special_doctrine_radical_reform
doctrine = doctrine_pilgrimage_encouraged
#Tenets | placeholder
doctrine = tenet_aniconism
doctrine = tenet_literalism
@ -676,6 +677,15 @@
ReligiousHeadName = helvetic_religious_head_title
ReligiousHeadTitleName = helvetic_religious_head_title_name
}
#Tenets
doctrine = tenet_five_points
doctrine = tenet_theomonarchy
doctrine = tenet_armed_pilgrimages
ReligiousHeadName = helvetic_england_religious_head_title
ReligiousHeadTitleName = helvetic_england_religious_head_title_name
holy_order_names = { #placeholder
}