From 909f2da716bd17a878709a04f82862d170ae3cbf Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Fri, 9 Jan 2026 17:01:30 +0000 Subject: [PATCH] spaihs stuff nd religios stuff for england --- common/religion/doctrines/20_doctrines.txt | 38 +++++++++++++++++++ .../religion_families/NEOW_esoteric.txt | 1 + common/religion/religions/NEOW_catholic.txt | 4 +- common/religion/religions/NEOW_protestant.txt | 4 +- common/religion/religions/NEOW_thelema.txt | 7 +++- history/characters/NEOW_e_britannia.txt | 4 +- history/provinces/e_france.txt | 4 +- history/provinces/e_italy.txt | 4 +- history/titles/k_andalusia.txt | 15 ++------ history/titles/k_england.txt | 33 +++++++++------- history/titles/k_portugal.txt | 2 +- history/titles/k_relgious_heads.txt | 12 ++---- 12 files changed, 84 insertions(+), 44 deletions(-) diff --git a/common/religion/doctrines/20_doctrines.txt b/common/religion/doctrines/20_doctrines.txt index c619aee0..2c040a81 100644 --- a/common/religion/doctrines/20_doctrines.txt +++ b/common/religion/doctrines/20_doctrines.txt @@ -1502,4 +1502,42 @@ doctrine_coronation = { has_ach_dlc_trigger = yes } } +} + + +doctrine_theism = { + group = "main_group" + doctrine_monotheist = { + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { + OR = { + has_doctrine = abrahamic_hostility_doctrine + has_doctrine = doctrine_monotheist + } + } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + hostility_others = 3 + } + } + doctrine_polytheist = { + 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_polytheist } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + hostility_others = 2 + } + } } \ No newline at end of file diff --git a/common/religion/religion_families/NEOW_esoteric.txt b/common/religion/religion_families/NEOW_esoteric.txt index c26f6fa6..90c597e5 100644 --- a/common/religion/religion_families/NEOW_esoteric.txt +++ b/common/religion/religion_families/NEOW_esoteric.txt @@ -1,4 +1,5 @@ rf_esoteric = { + is_pagan = yes piety_icon_group = "pagan" graphical_faith = "pagan_gfx" hostility_doctrine = pagan_hostility_doctrine diff --git a/common/religion/religions/NEOW_catholic.txt b/common/religion/religions/NEOW_catholic.txt index 53fdf8e6..b20f2af4 100644 --- a/common/religion/religions/NEOW_catholic.txt +++ b/common/religion/religions/NEOW_catholic.txt @@ -274,7 +274,7 @@ doctrine = tenet_armed_pilgrimages doctrine = tenet_unrelenting_faith - dcotrine = doctrine_anointment_permitted + doctrine = doctrine_anointment_permitted holy_order_names = { #placeholder { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } @@ -606,7 +606,7 @@ holy_site = lourdes #Main Group | placeholder - doctrine = doctrine_spiritual_none + doctrine = doctrine_spiritual_head doctrine = doctrine_gender_equal doctrine = doctrine_pluralism_righteous doctrine = doctrine_theocracy_temporal diff --git a/common/religion/religions/NEOW_protestant.txt b/common/religion/religions/NEOW_protestant.txt index 8415037c..28eb9c80 100644 --- a/common/religion/religions/NEOW_protestant.txt +++ b/common/religion/religions/NEOW_protestant.txt @@ -333,7 +333,7 @@ holy_site = perth holy_site = edinburgh holy_site = london - holy_site = st_andrews + holy_site = standrews holy_site = belfast holy_site = leath #holy_site = segrada_familia @@ -406,7 +406,7 @@ holy_site = perth holy_site = edinburgh holy_site = london - holy_site = st_andrews + holy_site = standrews holy_site = belfast holy_site = leath #holy_site = segrada_familia diff --git a/common/religion/religions/NEOW_thelema.txt b/common/religion/religions/NEOW_thelema.txt index 5e1356e3..eedfc801 100644 --- a/common/religion/religions/NEOW_thelema.txt +++ b/common/religion/religions/NEOW_thelema.txt @@ -4,6 +4,7 @@ doctrine = pagan_hostility_doctrine #Main Group | placeholder + doctrine = doctrine_polytheist doctrine = doctrine_spiritual_head doctrine = doctrine_gender_equal doctrine = doctrine_pluralism_righteous @@ -36,7 +37,7 @@ doctrine = doctrine_funeral_cremation #Coronation tradition - doctrine = doctrine_no_anointment + traits = { virtues = { lustful lifestyle_mystic hashishiyah arbitrary} @@ -250,7 +251,8 @@ doctrine = special_doctrine_base_thelema doctrine = doctrine_pluralism_pluralistic doctrine = special_doctrine_loyal_servants_of_the_queen_thelema - + doctrine = doctrine_anointment_permitted + #doctrine = doctrine_clerical_succession_spiritual_appointment holy_order_names = { #placeholder } @@ -375,6 +377,7 @@ #doctrine = special_doctrine_esoteric_witchcraft doctrine = doctrine_no_head doctrine = doctrine_pluralism_pluralistic + doctrine = doctrine_theocracy_lay_clergy #Tenets | WIP doctrine = tenet_love_under_will diff --git a/history/characters/NEOW_e_britannia.txt b/history/characters/NEOW_e_britannia.txt index 71c66ec9..94bc22c6 100644 --- a/history/characters/NEOW_e_britannia.txt +++ b/history/characters/NEOW_e_britannia.txt @@ -2733,7 +2733,7 @@ britannia_mary_duleep_1 = { #Claims to be relative of the last Maharaja, ruler o britannia_harhman_alan = { #check later name = "Allan" - dynasty = dynn_britannia_harhman + #dynasty = dynn_britannia_harhman religion = "victorian" culture = prytoneg trait = education_learning_4 @@ -2744,7 +2744,7 @@ britannia_harhman_alan = { #check later birth = yes } 2554.1.1 = { - give_council_position = councillor_court_chaplain + give_council_position = councillor_court_chaplain } 2600.1.1 = { death = yes diff --git a/history/provinces/e_france.txt b/history/provinces/e_france.txt index faccc0d2..e300f741 100644 --- a/history/provinces/e_france.txt +++ b/history/provinces/e_france.txt @@ -104,7 +104,7 @@ ###c_ile_de_france 2333 = { culture = metropolitain - religion = victorian + religion = numenorian holding = castle_holding 769.1.1 = { special_building_slot = notre_dame_01 @@ -425,7 +425,7 @@ ###c_rouen 2179 = { culture = normaund - religion = victorian + religion = numenorian holding = castle_holding 1066.1.1 = { buildings = { diff --git a/history/provinces/e_italy.txt b/history/provinces/e_italy.txt index 71f7999f..1d00fc6c 100644 --- a/history/provinces/e_italy.txt +++ b/history/provinces/e_italy.txt @@ -322,7 +322,9 @@ holding = none } 2574 = { - holding = none + holding = castle_holding + culture = laziale + religion = roman_catholic } 2579 = { holding = church_holding diff --git a/history/titles/k_andalusia.txt b/history/titles/k_andalusia.txt index 3f45ffe9..699b4441 100644 --- a/history/titles/k_andalusia.txt +++ b/history/titles/k_andalusia.txt @@ -1,7 +1,7 @@ k_andalusia = { - 2546.1.1 = { - holder = hispania0006 - } + #2546.1.1 = { + # holder = hispania0006 + #} 2505.1.1 = { change_development_level = 7 } @@ -19,14 +19,7 @@ d_granada = { d_cordoba = { 2547.6.14 = { holder = hispania0022 - liege = k_andalusia - } -} - -c_cadiz = { - 2550.1.1 = { - holder = andalusia_jesus_de_la_torre - liege = k_andalusia + #liege = k_andalusia } } diff --git a/history/titles/k_england.txt b/history/titles/k_england.txt index a17c4610..28268444 100644 --- a/history/titles/k_england.txt +++ b/history/titles/k_england.txt @@ -296,19 +296,6 @@ c_surrey = { } } -b_gore = { - 2547.1.1 = { - liege = e_britannia - holder = britannia_harhman_alan - } -} - -b_southwark = { - 2547.1.1 = { - liege = e_britannia - holder = britannia_harhman_alan - } -} b_brentford = { 2530.1.1 = { @@ -330,4 +317,24 @@ b_kingston = { holder = britannia_cyflymarhyan_frydyryk } } + +d_united_grand_lodge = { + 2547.1.1 = { + holder = britannia_harhman_alan + liege = e_britannia + } +} +b_gore = { + 2547.1.1 = { + holder = britannia_harhman_alan + liege = e_britannia + } +} + +b_southwark = { + 2547.1.1 = { + holder = britannia_harhman_alan + liege = e_britannia + } +} \ No newline at end of file diff --git a/history/titles/k_portugal.txt b/history/titles/k_portugal.txt index 31833dc5..9383e89f 100644 --- a/history/titles/k_portugal.txt +++ b/history/titles/k_portugal.txt @@ -86,7 +86,7 @@ d_iberian_hof = { } } -b_lisboa = { +b_setubal = { 2550.1.1 = { holder = hispania_patriarch_iago liege = k_portugal diff --git a/history/titles/k_relgious_heads.txt b/history/titles/k_relgious_heads.txt index ce017666..fba2a7fe 100644 --- a/history/titles/k_relgious_heads.txt +++ b/history/titles/k_relgious_heads.txt @@ -42,24 +42,20 @@ b_moron = { } } - - c_niebla = { 2550.1.1 = { holder = andalusia_manrique_almonte liege = k_sevillian_papacy } } - - -d_united_grand_lodge = { + +c_cadiz = { 2550.1.1 = { - holder = britannia_harhman_alan - liege = e_britannia + holder = andalusia_jesus_de_la_torre + liege = k_sevillian_papacy } } - d_patriarch_dublin = { 2550.1.1 = { holder = britannia_orourke_john