Helvetic tenets
This commit is contained in:
parent
1e8e90695f
commit
c57193c434
6 changed files with 98 additions and 8 deletions
|
|
@ -2,10 +2,7 @@
|
|||
theomonarchy_succession_law = { # For Helvetics and Monarchomachs
|
||||
can_have = {
|
||||
government_has_flag = government_is_feudal
|
||||
OR = { # Rewrite to "has theomonarchy tenet" when that exists
|
||||
religion = helvetic
|
||||
#religion = monarchomach #when it is made
|
||||
}
|
||||
faith = { has_doctrine_parameter = has_access_to_theomonarchy_succession }
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
}
|
||||
can_pass = {
|
||||
|
|
|
|||
|
|
@ -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 ######
|
||||
|
||||
|
|
|
|||
|
|
@ -668,10 +668,10 @@
|
|||
doctrine = special_doctrine_radical_reform
|
||||
doctrine = doctrine_pilgrimage_encouraged
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = tenet_aniconism
|
||||
doctrine = tenet_literalism
|
||||
doctrine = tenet_communion
|
||||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue