populares & optimates
This commit is contained in:
parent
a43f9e37ae
commit
ed1f293ffb
7 changed files with 123 additions and 27 deletions
|
|
@ -115,4 +115,16 @@ servants_of_the_regency_hostile = {
|
|||
}
|
||||
|
||||
via_media_astray = {
|
||||
}
|
||||
|
||||
populares_hostile = {
|
||||
}
|
||||
|
||||
optimates_hostile = {
|
||||
}
|
||||
|
||||
populares_astray = {
|
||||
}
|
||||
|
||||
optimates_astray = {
|
||||
}
|
||||
|
|
@ -220,11 +220,15 @@
|
|||
hostility_override_special_doctrine_fae_and_folklore = 1
|
||||
hostility_override_special_doctrine_might_and_magick = 1
|
||||
hostility_override_special_doctrine_goddesses_and_glory = 1
|
||||
hostility_override_special_doctrine_optimates = 1
|
||||
|
||||
hostility_override_special_doctrine_populares = 2
|
||||
|
||||
hostility_override_special_doctrine_singular_interpretation = 3
|
||||
|
||||
loc_parameter_novelist_kinship = yes
|
||||
loc_parameter_fantastical_kinship_astray = 1
|
||||
loc_parameter_fantastical_kinship_astray = 2
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -281,6 +285,7 @@
|
|||
|
||||
hostility_override_special_doctrine_established_church = 1
|
||||
hostility_override_special_doctrine_reformation_roots = 1
|
||||
hostility_override_special_doctrine_optimates = 1
|
||||
|
||||
hostility_override_special_doctrine_via_media = 1
|
||||
hostility_override_special_doctrine_people_of_the_book = 1
|
||||
|
|
@ -288,6 +293,7 @@
|
|||
hostility_override_special_doctrine_fae_and_folklore = 2
|
||||
hostility_override_special_doctrine_might_and_magick = 2
|
||||
hostility_override_special_doctrine_goddesses_and_glory = 2
|
||||
hostility_override_special_doctrine_populares = 2
|
||||
|
||||
hostility_override_special_doctrine_singular_interpretation = 3
|
||||
hostility_override_special_doctrine_christian_hermetic = 2
|
||||
|
|
@ -325,6 +331,56 @@
|
|||
loc_parameter_islamic_kinship_astray = 1
|
||||
}
|
||||
}
|
||||
|
||||
#Pantheonic Doctrines
|
||||
|
||||
special_doctrine_populares = {
|
||||
is_shown = {
|
||||
religion_tag = french_pantheon_religion
|
||||
}
|
||||
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
if = {
|
||||
limit = { has_doctrine = special_doctrine_established_church }
|
||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
parameters = {
|
||||
hostility_override_special_doctrine_optimates = 2
|
||||
hostility_override_special_doctrine_fantastical_kinship = 2
|
||||
hostility_override_special_doctrine_christian_kinship = 2
|
||||
|
||||
loc_parameter_populares_hostile = 1
|
||||
}
|
||||
}
|
||||
|
||||
special_doctrine_optimates = {
|
||||
is_shown = {
|
||||
religion_tag = french_pantheon_religion
|
||||
}
|
||||
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
if = {
|
||||
limit = { has_doctrine = special_doctrine_established_church }
|
||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
parameters = {
|
||||
hostility_override_special_doctrine_fantastical_kinship = 1
|
||||
hostility_override_special_doctrine_christian_kinship = 1
|
||||
|
||||
hostility_override_special_doctrine_populares = 2
|
||||
hostility_override_special_doctrine_roman_rite = 2
|
||||
hostility_override_special_doctrine_independent_catholic = 2
|
||||
|
||||
loc_parameter_optimates_astray = 1
|
||||
loc_parameter_optimates_hostile = 2
|
||||
}
|
||||
}
|
||||
|
||||
#Protestant Doctrines
|
||||
|
||||
|
|
@ -366,6 +422,7 @@
|
|||
|
||||
hostility_override_special_doctrine_established_church = 1
|
||||
hostility_override_special_doctrine_reformation_roots = 1
|
||||
hostility_override_special_doctrine_cult_of_saints = 1
|
||||
|
||||
hostility_override_special_doctrine_via_media = 1
|
||||
|
||||
|
|
@ -373,6 +430,7 @@
|
|||
|
||||
hostility_override_special_doctrine_sevillian_rite = 2
|
||||
hostility_override_special_doctrine_independent_catholic = 2
|
||||
hostility_override_special_doctrine_old_lore = 2
|
||||
|
||||
hostility_override_special_doctrine_radical_reform = 3
|
||||
|
||||
|
|
@ -422,9 +480,13 @@
|
|||
|
||||
hostility_override_special_doctrine_established_church = 1
|
||||
hostility_override_special_doctrine_reformation_roots = 1
|
||||
|
||||
hostility_override_special_doctrine_cult_of_saints = 1
|
||||
|
||||
hostility_override_special_doctrine_roman_rite = 2
|
||||
hostility_override_special_doctrine_sevillian_rite = 2
|
||||
|
||||
hostility_override_special_doctrine_old_lore = 2
|
||||
|
||||
hostility_override_special_doctrine_christian_kinship = 2
|
||||
|
||||
|
|
|
|||
|
|
@ -240,7 +240,7 @@
|
|||
|
||||
#Special Tolerance | placeholder
|
||||
#doctrine = special_doctrine_ecumenical_christian
|
||||
doctrine = special_doctrine_people_of_the_book
|
||||
doctrine = special_doctrine_populares
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = tenet_pursuit_of_power
|
||||
|
|
@ -271,7 +271,7 @@
|
|||
|
||||
#Special Tolerance | placeholder
|
||||
#doctrine = special_doctrine_ecumenical_christian
|
||||
doctrine = special_doctrine_people_of_the_book
|
||||
doctrine = special_doctrine_populares
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = tenet_righteous_fury
|
||||
|
|
@ -305,7 +305,7 @@
|
|||
|
||||
#Special Tolerance | placeholder
|
||||
#doctrine = special_doctrine_ecumenical_christian
|
||||
doctrine = special_doctrine_people_of_the_book
|
||||
doctrine = special_doctrine_populares
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = tenet_vows_of_poverty
|
||||
|
|
@ -335,7 +335,7 @@
|
|||
#holy_site = segrada_familia
|
||||
|
||||
#Special Tolerance | placeholder
|
||||
doctrine = special_doctrine_religion_fallback
|
||||
doctrine = special_doctrine_optimates
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = tenet_sun_worship
|
||||
|
|
@ -406,7 +406,7 @@
|
|||
holy_site = orleans
|
||||
|
||||
#Special Tolerance | placeholder
|
||||
doctrine = special_doctrine_people_of_the_book
|
||||
doctrine = special_doctrine_optimates
|
||||
|
||||
doctrine = doctrine_gender_female_dominated
|
||||
doctrine = doctrine_pluralism_fundamentalist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue