europeanist doctrines, pantheism
This commit is contained in:
parent
6ac38d0e4d
commit
587fdadbca
16 changed files with 172 additions and 30 deletions
|
|
@ -133,4 +133,10 @@ hermetic_astray = {
|
|||
}
|
||||
|
||||
hermetic_hostile = {
|
||||
}
|
||||
|
||||
apollonian_astray = {
|
||||
}
|
||||
|
||||
dionysian_astray = {
|
||||
}
|
||||
|
|
@ -223,6 +223,8 @@
|
|||
hostility_override_special_doctrine_goddesses_and_glory = 1
|
||||
hostility_override_special_doctrine_optimates = 1
|
||||
|
||||
hostility_override_special_doctrine_dionysian = 1
|
||||
|
||||
hostility_override_special_doctrine_populares = 2
|
||||
|
||||
hostility_override_special_doctrine_singular_interpretation = 3
|
||||
|
|
@ -253,6 +255,8 @@
|
|||
hostility_override_special_doctrine_might_and_magick = 1
|
||||
hostility_override_special_doctrine_goddesses_and_glory = 1
|
||||
|
||||
hostility_override_special_doctrine_apollonian = 1
|
||||
|
||||
|
||||
hostility_override_special_doctrine_fae_and_folklore = 2
|
||||
hostility_override_special_doctrine_singular_interpretation = 3
|
||||
|
|
@ -350,7 +354,11 @@
|
|||
hostility_override_special_doctrine_optimates = 2
|
||||
hostility_override_special_doctrine_fantastical_kinship = 2
|
||||
hostility_override_special_doctrine_christian_kinship = 2
|
||||
|
||||
hostility_override_special_doctrine_dionysian = 1
|
||||
hostility_override_special_doctrine_apollonian = 1
|
||||
|
||||
loc_parameter_populares_astray = 1
|
||||
loc_parameter_populares_hostile = 1
|
||||
}
|
||||
}
|
||||
|
|
@ -525,6 +533,9 @@
|
|||
hostility_override_special_doctrine_cult_of_saints = 1
|
||||
hostility_override_special_doctrine_old_lore = 2
|
||||
|
||||
hostility_override_special_doctrine_apollonian = 1
|
||||
hostility_override_special_doctrine_dionysian = 1
|
||||
|
||||
hostility_override_special_doctrine_optimates = 2
|
||||
|
||||
hostility_override_special_doctrine_roman_rite = 1
|
||||
|
|
@ -537,6 +548,66 @@
|
|||
loc_parameter_hermetic_hostile = 2
|
||||
}
|
||||
}
|
||||
|
||||
### Europeanist Doctrines ###
|
||||
|
||||
special_doctrine_apollonian = {
|
||||
is_shown = {
|
||||
religion_tag = europeanist_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
if = {
|
||||
limit = { has_doctrine = special_doctrine_apollonian }
|
||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
|
||||
hostility_override_special_doctrine_apollonian = 0
|
||||
|
||||
hostility_override_special_doctrine_hermetic = 1
|
||||
|
||||
hostility_override_special_doctrine_academic_kinship = 1
|
||||
|
||||
hostility_override_special_doctrine_dionysian = 1
|
||||
|
||||
hostility_override_special_doctrine_populares = 1
|
||||
|
||||
loc_parameter_apollonian_astray = 1
|
||||
}
|
||||
}
|
||||
|
||||
special_doctrine_dionysian = {
|
||||
is_shown = {
|
||||
religion_tag = europeanist_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
if = {
|
||||
limit = { has_doctrine = special_doctrine_dionysian }
|
||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
|
||||
hostility_override_special_doctrine_dionysian = 0
|
||||
hostility_override_special_doctrine_apollonian = 1
|
||||
|
||||
hostility_override_special_doctrine_hermetic = 1
|
||||
|
||||
hostility_override_special_doctrine_old_lore = 1
|
||||
|
||||
hostility_override_special_doctrine_might_and_magick = 1
|
||||
hostility_override_special_doctrine_crowleyan_magic = 1
|
||||
|
||||
hostility_override_special_doctrine_fantastical_kinship = 1
|
||||
|
||||
hostility_override_special_doctrine_populares = 1
|
||||
|
||||
loc_parameter_dionysian_astray = 1
|
||||
}
|
||||
}
|
||||
|
||||
###Interfaith (shared) Doctrines###
|
||||
|
||||
|
|
@ -597,6 +668,8 @@
|
|||
hostility_override_special_doctrine_goddesses_and_glory = 1
|
||||
hostility_override_special_doctrine_crowleyan_magic = 1
|
||||
hostility_override_special_doctrine_loyal_servants_of_the_queen = 1
|
||||
|
||||
hostility_override_special_doctrine_dionysian = 1
|
||||
|
||||
hostility_override_special_doctrine_academic_kinship = 1
|
||||
hostility_override_special_doctrine_fantastical_kinship = 1
|
||||
|
|
@ -671,6 +744,8 @@
|
|||
hostility_override_special_doctrine_loyal_servants_of_the_queen = 1
|
||||
hostility_override_special_doctrine_servants_of_the_regency = 1
|
||||
|
||||
hostility_override_special_doctrine_dionysian = 1
|
||||
|
||||
hostility_override_special_doctrine_hermetic = 1
|
||||
|
||||
hostility_override_special_doctrine_academic_kinship = 1
|
||||
|
|
@ -804,6 +879,8 @@
|
|||
hostility_override_special_doctrine_hermetic = 2
|
||||
hostility_override_special_doctrine_heathen_revanchism = 2
|
||||
hostility_override_special_doctrine_reformation_roots = 2
|
||||
|
||||
hostility_override_special_doctrine_dionysian = 1
|
||||
|
||||
loc_parameter_old_lore_astray = 1
|
||||
loc_parameter_old_lore_hostile = 2
|
||||
|
|
|
|||
|
|
@ -1540,4 +1540,21 @@ doctrine_theism = {
|
|||
hostility_others = 2
|
||||
}
|
||||
}
|
||||
doctrine_pantheist = {
|
||||
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_pantheist }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
hostility_same_family = 1
|
||||
hostility_others = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -267,7 +267,7 @@
|
|||
doctrine = special_doctrine_religion_fallback
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = tenet_catholic_communion
|
||||
doctrine = tenet_rule_the_waves
|
||||
doctrine = tenet_armed_pilgrimages
|
||||
doctrine = tenet_unrelenting_faith
|
||||
doctrine = doctrine_temporal_head
|
||||
|
|
|
|||
|
|
@ -288,13 +288,13 @@
|
|||
#holy_site = segrada_familia
|
||||
|
||||
#Special Tolerance | placeholder
|
||||
#doctrine = special_doctrine_ecumenical_christian
|
||||
doctrine = special_doctrine_hermetic
|
||||
doctrine = doctrine_polytheist
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = tenet_scientific_discourse
|
||||
doctrine = tenet_inner_journey
|
||||
doctrine = tenet_pacifism
|
||||
doctrine = special_doctrine_hermetic
|
||||
|
||||
holy_order_names = { #placeholder
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
doctrine_background_icon = core_tenet_banner_europeanist.dds
|
||||
|
||||
#Main Group | placeholder
|
||||
doctrine = doctrine_monotheist
|
||||
doctrine = doctrine_pantheist
|
||||
doctrine = doctrine_no_head
|
||||
doctrine = doctrine_gender_equal
|
||||
doctrine = doctrine_pluralism_pluralistic
|
||||
|
|
@ -246,6 +246,7 @@
|
|||
holy_site = luxembourg
|
||||
|
||||
#Special Tolerance | placeholder
|
||||
doctrine = special_doctrine_dionysian
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = core_tenet_belle_epoque
|
||||
|
|
@ -273,6 +274,7 @@
|
|||
#holy_site = segrada_familia
|
||||
|
||||
#Special Tolerance | placeholder
|
||||
doctrine = special_doctrine_dionysian
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = core_tenet_belle_epoque
|
||||
|
|
@ -392,14 +394,11 @@
|
|||
holy_site = luxembourg
|
||||
|
||||
#Special Tolerance | placeholder
|
||||
doctrine = special_doctrine_apollonian
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = tenet_adaptive
|
||||
doctrine_selection_pair = {
|
||||
requires_dlc_flag = all_under_heaven
|
||||
doctrine = tenet_benevolent_governance
|
||||
fallback_doctrine = tenet_religious_legal_pronouncements
|
||||
}
|
||||
doctrine = core_tenet_belle_epoque
|
||||
doctrine = tenet_scientific_discourse
|
||||
|
||||
holy_order_names = { #placeholder
|
||||
|
|
@ -423,7 +422,7 @@
|
|||
#holy_site = segrada_familia
|
||||
|
||||
#Special Tolerance | placeholder
|
||||
#doctrine = special_doctrine_ecumenical_christian
|
||||
doctrine = special_doctrine_dionysian
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = core_tenet_belle_epoque
|
||||
|
|
|
|||
|
|
@ -297,6 +297,7 @@
|
|||
doctrine = special_doctrine_simurghi
|
||||
doctrine = doctrine_pluralism_pluralistic
|
||||
doctrine = doctrine_homosexuality_shunned
|
||||
doctrine = doctrine_pantheist
|
||||
|
||||
holy_order_names = { #placeholder
|
||||
}
|
||||
|
|
@ -1091,6 +1092,7 @@
|
|||
|
||||
#Special/virtue
|
||||
doctrine = special_doctrine_absurdist
|
||||
doctrine = doctrine_pantheist
|
||||
|
||||
holy_order_names = { #placeholder
|
||||
}
|
||||
|
|
|
|||
|
|
@ -92,5 +92,5 @@ has_mandala_faith_trigger = {
|
|||
faith = { has_doctrine_parameter = unreformed }
|
||||
}
|
||||
}
|
||||
#faith = { has_doctrine = doctrine_polytheist }
|
||||
faith = { has_doctrine = doctrine_polytheist }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue