From d39a7fd386c6bb631d351117d3181dee7c32120b Mon Sep 17 00:00:00 2001 From: trashmasteruni Date: Sun, 1 Mar 2026 00:51:27 +0100 Subject: [PATCH] Fixus --- .../doctrines/10_doctrines_religions.txt | 40 +++++++++++++++++++ .../doctrines/NEOW_hostility_groups.txt | 11 ----- 2 files changed, 40 insertions(+), 11 deletions(-) create mode 100644 common/religion/doctrines/10_doctrines_religions.txt delete mode 100644 common/religion/doctrines/NEOW_hostility_groups.txt diff --git a/common/religion/doctrines/10_doctrines_religions.txt b/common/religion/doctrines/10_doctrines_religions.txt new file mode 100644 index 00000000..5ad1727c --- /dev/null +++ b/common/religion/doctrines/10_doctrines_religions.txt @@ -0,0 +1,40 @@ +# Defined early so tenets / other doctrines can override these +hostility_group = { + group = "not_creatable" + abrahamic_hostility_doctrine = { + parameters = { + hostility_same_religion = 2 + hostility_same_family = 3 + hostility_others = 3 + } + } + pagan_hostility_doctrine = { + visible = no + parameters = { + hostility_same_religion = 1 + hostility_same_family = 2 + hostility_others = 3 + } + } + eastern_hostility_doctrine = { + parameters = { + hostility_same_religion = 1 + hostility_same_family = 1 + hostility_others = 2 + } + } + sinitic_hostility_doctrine = { + parameters = { + hostility_same_religion = 1 + hostility_same_family = 1 + hostility_others = 2 + } + } + antediluvianist_hostility_doctrine = { + parameters = { + hostility_same_religion = 2 + hostility_same_family = 2 + hostility_others = 3 + } + } +} diff --git a/common/religion/doctrines/NEOW_hostility_groups.txt b/common/religion/doctrines/NEOW_hostility_groups.txt deleted file mode 100644 index c928d51b..00000000 --- a/common/religion/doctrines/NEOW_hostility_groups.txt +++ /dev/null @@ -1,11 +0,0 @@ -hostility_group = { #these need to be above the tolerance doctrines in order to make them function correctly. We also should make more of these. - group = "not_creatable" - - antediluvianist_hostility_doctrine = { - parameters = { - hostility_same_religion = 2 - hostility_same_family = 2 - hostility_others = 3 - } - } -} \ No newline at end of file