From a2d5426259ab43e406d15fa22cc2e30ac56468f6 Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Fri, 22 May 2026 13:15:06 +0100 Subject: [PATCH] Some minor stuff --- common/religion/religion_types/00_islam.txt | 2 +- .../religion/religion_types/NEOW_catholic.txt | 2 +- .../religion_types/NEOW_pantheonic.txt | 85 ++----------------- .../religion_types/NEOW_protestant.txt | 9 +- history/titles/k_relgious_heads.txt | 13 +-- 5 files changed, 19 insertions(+), 92 deletions(-) diff --git a/common/religion/religion_types/00_islam.txt b/common/religion/religion_types/00_islam.txt index ac4899af..817f7e6d 100644 --- a/common/religion/religion_types/00_islam.txt +++ b/common/religion/religion_types/00_islam.txt @@ -301,7 +301,7 @@ doctrine = doctrine_clerical_gender_either doctrine = doctrine_pilgrimage_encouraged doctrine = doctrine_monogamy - doctrine = doctrine_holy_order_head + doctrine = doctrine_temporal_head localization = { PriestMale = islam_shia_priest diff --git a/common/religion/religion_types/NEOW_catholic.txt b/common/religion/religion_types/NEOW_catholic.txt index caf3be55..5e3241ab 100644 --- a/common/religion/religion_types/NEOW_catholic.txt +++ b/common/religion/religion_types/NEOW_catholic.txt @@ -1236,7 +1236,7 @@ #doctrine = special_doctrine_ecumenical_christian #Tenets doctrine = tenet_catholic_communion - doctrine = tenet_pentarchy + doctrine = tenet_mendicant_preachers doctrine = tenet_monasticism holy_order_names = { diff --git a/common/religion/religion_types/NEOW_pantheonic.txt b/common/religion/religion_types/NEOW_pantheonic.txt index 2ed2feb2..9c069449 100644 --- a/common/religion/religion_types/NEOW_pantheonic.txt +++ b/common/religion/religion_types/NEOW_pantheonic.txt @@ -430,99 +430,30 @@ holy_site = orleans #Special Tolerance | placeholder - doctrine = doctrine_holy_order_head + doctrine = doctrine_temporal_head doctrine = special_doctrine_optimates - doctrine = doctrine_clerical_gender_female_only + doctrine = doctrine_clerical_gender_either doctrine = doctrine_pluralism_fundamentalist doctrine = doctrine_homosexuality_accepted #Tenets | placeholder - doctrine = doctrine_theocracy_temporal + doctrine = doctrine_theocracy_lay_clergy doctrine = tenet_armed_resistance doctrine = tenet_armed_pilgrimages doctrine = tenet_chivalric_ideals doctrine = doctrine_monotheist - doctrine = doctrine_anointment_permitted + #doctrine = doctrine_anointment_permitted doctrine = doctrine_funeral_cremation - doctrine = doctrine_clerical_marriage_disallowed + doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_fixed_appointment - - - + holy_order_names = { - { name = "holy_order_st_jeanne" coat_of_arms" = "d_st_jeanne" } } - localization = { # placeholder - ReligiousHeadName = draculean_religious_head_title - ReligiousHeadTitleName = draculean_religious_head_title_name - #HighGod | placeholder - HighGodName = christianity_high_god_name - HighGodName2 = christianity_high_god_name_2 - HighGodNamePossessive = christianity_high_god_name_possessive - HighGodNameSheHe = CHARACTER_SHEHE_HE - HighGodHerselfHimself = CHARACTER_HIMSELF - HighGodHerHis = CHARACTER_HERHIS_HIS - HighGodNameAlternate = christianity_high_god_name_alternate - HighGodNameAlternatePossessive = christianity_high_god_name_alternate_possessive - - #Creator | placeholder - CreatorName = christianity_creator_god_name - CreatorNamePossessive = christianity_creator_god_name_possessive - CreatorSheHe = CHARACTER_SHEHE_HE - CreatorHerHis = CHARACTER_HERHIS_HIS - CreatorHerHim = CHARACTER_HERHIM_HIM - - #HealthGod | placeholder - HealthGodName = christianity_health_god_name - HealthGodNamePossessive = christianity_health_god_name_possessive - HealthGodSheHe = CHARACTER_SHEHE_HE - HealthGodHerHis = CHARACTER_HERHIS_HIS - HealthGodHerHim = CHARACTER_HERHIM_HIM - - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM + ReligiousHeadName = emperor_holy_order_male + ReligiousHeadTitleName = duchy_holy_order } } } diff --git a/common/religion/religion_types/NEOW_protestant.txt b/common/religion/religion_types/NEOW_protestant.txt index 869274f3..e207f361 100644 --- a/common/religion/religion_types/NEOW_protestant.txt +++ b/common/religion/religion_types/NEOW_protestant.txt @@ -550,11 +550,12 @@ icon = moravian #placeholder holy sites - holy_site = eisenach - holy_site = wittenberg - holy_site = lund + holy_site = praha + holy_site = tabor + holy_site = wroclaw holy_site = geneva - #holy_site = segrada_familia + holy_site = konstanz + holy_site = regensburg #Special Tolerance | placeholder doctrine = special_doctrine_reformation_roots diff --git a/history/titles/k_relgious_heads.txt b/history/titles/k_relgious_heads.txt index 1d4caf37..57325170 100644 --- a/history/titles/k_relgious_heads.txt +++ b/history/titles/k_relgious_heads.txt @@ -222,26 +222,21 @@ d_transnistria = { # occ d_bektashi_hof ={ 2553.1 = { - holder = albania0030 - liege = k_epirus - government = theocracy_government + holder = albania0001 + } } - c_dyrrachion = { 2554.1.1 = { - holder = albania0030 - liege = k_epirus - government = theocracy_government + holder = albania0001 } } d_st_jeanne = { 2553.1.1 = { - holder = jean_metz - government = theocracy_government + holder = france0011 } }