Universal Tolerance work

This commit is contained in:
Archa3opt3ryx 2026-06-26 14:03:29 -04:00
parent b54380acc1
commit 39f7814973
4 changed files with 60 additions and 1 deletions

View file

@ -438,7 +438,7 @@ doctrine_universal_tolerance_cosm = {
}
}
doctrine_universal_tolerance_cosm = {
doctrine_universal_tolerance_oct = {
category = "main_group"
is_available_on_create = {

View file

@ -630,6 +630,49 @@ special_doctrine_common_task = { #Cosmist One
parameters = {
hostility_override_special_doctrine_common_task = 0
hostility_override_special_doctrine_the_reds = 2
}
}
special_doctrine_the_reds = { #Octobrist
icon = "special_doctrine_the_reds"
is_shown = {
religion_tag = octobrist_religion
}
piety_cost = {
value = faith_doctrine_cost_low
if = {
limit = { has_doctrine = special_doctrine_the_reds }
multiply = faith_unchanged_tolerance_doctrine_cost_mult
}
}
parameters = {
hostility_override_special_doctrine_the_reds = 1
hostility_override_special_doctrine_common_task = 2
hostility_override_special_doctrine_the_whites = 3
}
}
special_doctrine_the_whites = { #Octobrist
icon = "special_doctrine_the_whites"
is_shown = {
religion_tag = octobrist_religion
}
piety_cost = {
value = faith_doctrine_cost_low
if = {
limit = { has_doctrine = special_doctrine_the_whites }
multiply = faith_unchanged_tolerance_doctrine_cost_mult
}
}
parameters = {
hostility_override_special_doctrine_the_reds = 3
}
}

View file

@ -254,6 +254,7 @@
holy_site = antioch
#Special Tolerance
doctrine = special_doctrine_the_whites
#Tenets
doctrine = tenet_religious_legal_pronouncements
@ -328,6 +329,7 @@
#Special Tolerance
doctrine = doctrine_pluralism_fundamentalist
doctrine = special_doctrine_the_reds
#Marriage | placeholder
doctrine = doctrine_monogamy
@ -373,6 +375,7 @@
#Special Tolerance
doctrine = doctrine_pluralism_fundamentalist
doctrine = special_doctrine_the_reds
#Marriage | placeholder
doctrine = doctrine_monogamy
@ -419,6 +422,7 @@
#Special Tolerance
doctrine = doctrine_pluralism_fundamentalist
doctrine = special_doctrine_the_reds
#Marriage | placeholder
doctrine = doctrine_monogamy

View file

@ -276,3 +276,15 @@
doctrine_parameter_hostility_override_special_doctrine_apollonian:0 ""
doctrine_parameter_hostility_override_special_doctrine_dionysian:0 ""
doctrine_universal_tolerance_cath_name: "Universal Tolerance"
doctrine_universal_tolerance_nov_name: "Universal Tolerance"
doctrine_universal_tolerance_fre_name: "Universal Tolerance"
doctrine_universal_tolerance_prot_name: "Universal Tolerance"
doctrine_universal_tolerance_thel_name: "Universal Tolerance"
doctrine_universal_tolerance_brit_name: "Universal Tolerance"
doctrine_universal_tolerance_ger_name: "Universal Tolerance"
doctrine_universal_tolerance_chron_name: "Universal Tolerance"
doctrine_universal_tolerance_euro_name: "Universal Tolerance"
doctrine_universal_tolerance_cosm_name: "Universal Tolerance"
doctrine_universal_tolerance_oct_name: "Universal Tolerance"