spaihs stuff nd religios stuff for england

This commit is contained in:
edwardtheelbowhigh 2026-01-09 17:01:30 +00:00
parent eb80b1948d
commit 909f2da716
12 changed files with 84 additions and 44 deletions

View file

@ -1502,4 +1502,42 @@ doctrine_coronation = {
has_ach_dlc_trigger = yes
}
}
}
doctrine_theism = {
group = "main_group"
doctrine_monotheist = {
piety_cost = {
value = faith_doctrine_cost_high
if = {
limit = {
OR = {
has_doctrine = abrahamic_hostility_doctrine
has_doctrine = doctrine_monotheist
}
}
multiply = faith_unchanged_doctrine_cost_mult
}
}
parameters = {
hostility_others = 3
}
}
doctrine_polytheist = {
piety_cost = {
value = faith_doctrine_cost_high
if = {
limit = { has_doctrine = abrahamic_hostility_doctrine }
multiply = faith_changed_doctrine_cost_mult_three_step
}
else_if = {
limit = { has_doctrine = doctrine_polytheist }
multiply = faith_unchanged_doctrine_cost_mult
}
}
parameters = {
hostility_others = 2
}
}
}