europeanist doctrines, pantheism
This commit is contained in:
parent
6ac38d0e4d
commit
587fdadbca
16 changed files with 172 additions and 30 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue