germanic doctrines
This commit is contained in:
parent
d29a182646
commit
b433394fff
17 changed files with 239 additions and 56 deletions
|
|
@ -16,11 +16,13 @@
|
|||
#Thelema
|
||||
religion_tag = thelema_religion
|
||||
#Britanic
|
||||
religion_tag = brittanic_religion
|
||||
religion_tag = britannic_religion
|
||||
|
||||
### Pagans
|
||||
#Druidics
|
||||
religion_tag = druidic_religion
|
||||
#Germanics
|
||||
religion_tag = folkgerman_religion
|
||||
|
||||
#Hermetic
|
||||
religion_tag = hermetic_religion
|
||||
|
|
@ -436,6 +438,83 @@
|
|||
loc_parameter_reformation_roots_hostile = 2
|
||||
}
|
||||
}
|
||||
|
||||
#Germanic Doctrines
|
||||
|
||||
special_doctrine_cult_of_saints = {
|
||||
is_shown = {
|
||||
religion_tag = folkgerman_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
if = {
|
||||
limit = { has_doctrine = special_doctrine_cult_of_saints }
|
||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
hostility_override_special_doctrine_christian_hermetic = 1
|
||||
hostility_override_special_doctrine_old_lore = 1
|
||||
hostility_override_special_doctrine_established_church = 1
|
||||
hostility_override_special_doctrine_reformation_roots = 1
|
||||
|
||||
hostility_override_special_doctrine_nobelian_hermetic = 2
|
||||
hostility_override_special_doctrine_roman_rite = 2
|
||||
hostility_override_special_doctrine_heathen_revanchism = 2
|
||||
|
||||
|
||||
loc_parameter_cult_of_saints_astray = 1
|
||||
loc_parameter_cult_of_saints_hostile = 2
|
||||
}
|
||||
}
|
||||
|
||||
special_doctrine_old_lore = {
|
||||
is_shown = {
|
||||
religion_tag = folkgerman_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
if = {
|
||||
limit = { has_doctrine = special_doctrine_old_lore }
|
||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
hostility_override_special_doctrine_nobelian_hermetic = 1
|
||||
hostility_override_special_doctrine_cult_of_saints = 1
|
||||
|
||||
hostility_override_special_doctrine_established_church = 2
|
||||
hostility_override_special_doctrine_christian_hermetic = 2
|
||||
hostility_override_special_doctrine_heathen_revanchism = 2
|
||||
hostility_override_special_doctrine_reformation_roots = 2
|
||||
|
||||
loc_parameter_old_lore_astray = 1
|
||||
loc_parameter_old_lore_hostile = 2
|
||||
}
|
||||
}
|
||||
|
||||
special_doctrine_heathen_revanchism = {
|
||||
is_shown = {
|
||||
religion_tag = folkgerman_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
if = {
|
||||
limit = { has_doctrine = special_doctrine_heathen_revanchism }
|
||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
hostility_override_special_doctrine_cult_of_saints = 2
|
||||
hostility_override_special_doctrine_old_lore = 2
|
||||
|
||||
hostility_override_tenet_christian_syncretism = 3
|
||||
hostility_override_abrahamic_hostility_doctrine = 3
|
||||
|
||||
loc_parameter_hates_abrahamics = yes
|
||||
loc_parameter_heathen_revanchism_hostile = 2
|
||||
}
|
||||
}
|
||||
|
||||
#Interfaith (shared) Doctrines
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue