From 66ce8854afb28492b96435bbdeb7d981fed4abb4 Mon Sep 17 00:00:00 2001 From: trashmasteruni Date: Fri, 13 Mar 2026 17:32:30 +0100 Subject: [PATCH] alevi added, eastern european religion setup fixes, reformed icons --- common/religion/religions/00_buddhism.txt | 2 +- common/religion/religions/00_islam.txt | 101 +++-- common/religion/religions/NEOW_catholic.txt | 2 +- common/religion/religions/NEOW_folkgerman.txt | 8 +- gfx/interface/icons/faith/alevi.dds | 3 + .../icons/faith/folketro_reformed.dds | 3 + gfx/interface/icons/faith/mariavite.dds | 2 +- .../icons/faith/midnighter_reformed.dds | 3 + .../icons/faith/nepmese_reformed.dds | 3 + .../icons/faith/vaesenite_reformed.dds | 3 + gfx/interface/icons/faith/viking_reformed.dds | 3 + .../icons/faith/volksmarchen_reformed.dds | 3 + history/characters/NEOW_e_nistria.txt | 24 +- history/characters/NEOW_e_zapadoslavia.txt | 6 +- history/provinces/e_germany.txt | 2 +- history/provinces/e_makedon.txt | 8 +- history/provinces/e_nistrenia.txt | 392 +++++------------- history/provinces/e_zapadoslavia.txt | 155 ++----- .../zz_NEOW_religion_islam_l_english.yml | 7 + 19 files changed, 251 insertions(+), 479 deletions(-) create mode 100644 gfx/interface/icons/faith/alevi.dds create mode 100644 gfx/interface/icons/faith/folketro_reformed.dds create mode 100644 gfx/interface/icons/faith/midnighter_reformed.dds create mode 100644 gfx/interface/icons/faith/nepmese_reformed.dds create mode 100644 gfx/interface/icons/faith/vaesenite_reformed.dds create mode 100644 gfx/interface/icons/faith/viking_reformed.dds create mode 100644 gfx/interface/icons/faith/volksmarchen_reformed.dds diff --git a/common/religion/religions/00_buddhism.txt b/common/religion/religions/00_buddhism.txt index ba1c9c8f..bacbc465 100644 --- a/common/religion/religions/00_buddhism.txt +++ b/common/religion/religions/00_buddhism.txt @@ -241,7 +241,7 @@ faiths = { osvicenist = { - color = { 0.8 0.6 0.4 } + color = { 204 197 10 } icon = osvicenist diff --git a/common/religion/religions/00_islam.txt b/common/religion/religions/00_islam.txt index 5f54aabc..4e06b5eb 100644 --- a/common/religion/religions/00_islam.txt +++ b/common/religion/religions/00_islam.txt @@ -277,8 +277,55 @@ doctrine = doctrine_temporal_head } + alevi = { # In Muslim Group Now + color = { 143 153 15 } + icon = alevi + #religious_head = d_sunni + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = baghdad + holy_site = sinai + + #Tenet: + doctrine = tenet_esotericism + doctrine = tenet_ancestor_worship + doctrine = tenet_inner_journey + + doctrine = muhammad_succession_zandaqa_doctrine #Technically Shia + doctrine = doctrine_divorce_disallowed + doctrine = doctrine_adultery_women_crime + doctrine = doctrine_adultery_men_crime + doctrine = doctrine_witchcraft_shunned + doctrine = doctrine_clerical_gender_either + doctrine = doctrine_pilgrimage_forbidden + + localization = { + PriestMale = islam_shia_priest + PriestMalePlural = islam_shia_priest_plural + PriestFemale = islam_shia_priest + PriestFemalePlural = islam_shia_priest_plural + PriestNeuter = islam_shia_priest + PriestNeuterPlural = islam_shia_priest_plural + HouseOfWorship = alevi_house_of_worship + HouseOfWorship2 = alevi_house_of_worship_2 + HouseOfWorship3 = alevi_house_of_worship_3 + HouseOfWorshipPlural = alevi_house_of_worship_plural + ReligiousText = alevi_religious_text + ReligiousText2 = alevi_religious_text_2 + ReligiousText3 = alevi_religious_text_3 + ReligiousHeadName = islam_shia_religious_head_title + ReligiousHeadTitleName = islam_shia_religious_head_title_name + } + + holy_order_names = { + { name = "holy_order_bektashi_order" } + } + } + aqlani = { # Nerds - color = { 108 216 191 } + color = { 64 214 179 } icon = aqlani #religious_head = d_sunni @@ -762,58 +809,6 @@ } } - alevi = { - color = { 0.4 0.6 0.1 } - icon = alevi - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = nadjaf - holy_site = damascus - - doctrine = tenet_esotericism - doctrine = tenet_inner_journey - doctrine = tenet_literalism - - #Shia - #Monogamy - #Divorce forbidden - #Homosexuality is a sin - #Adultery is a crime - #Witchcraft is a sin - #Clerical gender - Either - doctrine = muhammad_succession_zandaqa_doctrine #Technically Shia - doctrine = doctrine_divorce_disallowed - doctrine = doctrine_adultery_women_crime - doctrine = doctrine_adultery_men_crime - doctrine = doctrine_witchcraft_shunned - doctrine = doctrine_clerical_gender_either - doctrine = doctrine_pilgrimage_forbidden - - localization = { - PriestMale = islam_shia_priest - PriestMalePlural = islam_shia_priest_plural - PriestFemale = islam_shia_priest - PriestFemalePlural = islam_shia_priest_plural - PriestNeuter = islam_shia_priest - PriestNeuterPlural = islam_shia_priest_plural - HouseOfWorship = alevi_house_of_worship - HouseOfWorship2 = alevi_house_of_worship_2 - HouseOfWorship3 = alevi_house_of_worship_3 - HouseOfWorshipPlural = alevi_house_of_worship_plural - ReligiousText = alevi_religious_text - ReligiousText2 = alevi_religious_text_2 - ReligiousText3 = alevi_religious_text_3 - ReligiousHeadName = islam_shia_religious_head_title - ReligiousHeadTitleName = islam_shia_religious_head_title_name - } - - holy_order_names = { - { name = "holy_order_bektashi_order" } - } - } - druze = { color = { 0.3 0.7 0.1 } icon = islam_druze diff --git a/common/religion/religions/NEOW_catholic.txt b/common/religion/religions/NEOW_catholic.txt index fd3d028b..8e58b564 100644 --- a/common/religion/religions/NEOW_catholic.txt +++ b/common/religion/religions/NEOW_catholic.txt @@ -860,7 +860,7 @@ } } illuminated = { - color = { 162 178 178 } + color = { 130 153 153 } icon = illuminated graphical_faith = "catholic_gfx" diff --git a/common/religion/religions/NEOW_folkgerman.txt b/common/religion/religions/NEOW_folkgerman.txt index 99b678f1..4859b9f1 100644 --- a/common/religion/religions/NEOW_folkgerman.txt +++ b/common/religion/religions/NEOW_folkgerman.txt @@ -240,8 +240,9 @@ faiths = { volksmarchen = { - color = { 31 107 173 } + color = { 68 57 191 } icon = volksmarchen + reformed_icon = volksmarchen_reformed holy_site = teutoburger holy_site = paderborn @@ -401,6 +402,7 @@ vaesenite = { color = { 45 153 229 } icon = vaesenite + reformed_icon = vaesenite_reformed holy_site = uppsala holy_site = ranaheim @@ -418,6 +420,7 @@ folketro = { color = { 168 120 0 } icon = folketro + reformed_icon = folketro_reformed holy_site = uppsala holy_site = ranaheim @@ -438,6 +441,7 @@ midnighter = { color = { 39 20 102 } icon = midnighter + reformed_icon = midnighter_reformed holy_site = ranaheim holy_site = jorvik @@ -458,6 +462,7 @@ viking = { color = { 10 23 51 } icon = viking + reformed_icon = viking_reformed # religious_head = k_papal_state @@ -474,6 +479,7 @@ #Special Doctrine doctrine = special_doctrine_heathen_revanchism doctrine = doctrine_pluralism_righteous + doctrine = unreformed_faith_doctrine #Tenets | placeholder doctrine = tenet_terror_of_the_seas diff --git a/gfx/interface/icons/faith/alevi.dds b/gfx/interface/icons/faith/alevi.dds new file mode 100644 index 00000000..559211a0 --- /dev/null +++ b/gfx/interface/icons/faith/alevi.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a3d758a8cc40ab2bb36e4fe240486dd7fc7f7d0cc4797f6783526d758f820c +size 40128 diff --git a/gfx/interface/icons/faith/folketro_reformed.dds b/gfx/interface/icons/faith/folketro_reformed.dds new file mode 100644 index 00000000..a21545c0 --- /dev/null +++ b/gfx/interface/icons/faith/folketro_reformed.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37027cda4af1a9e72a398d91cf52e000d580e98ed10404c0f6e8d7c58311f7b +size 40128 diff --git a/gfx/interface/icons/faith/mariavite.dds b/gfx/interface/icons/faith/mariavite.dds index 41161146..507e05fc 100644 --- a/gfx/interface/icons/faith/mariavite.dds +++ b/gfx/interface/icons/faith/mariavite.dds @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c72cd4f1d5596149e93dead134a2298ff8c96177d6e9fdffd0ca4ce220999d4 +oid sha256:0bd7ef55214887de793ef3535d366a52e6619196563a8e4e3f02838ca43ee409 size 40128 diff --git a/gfx/interface/icons/faith/midnighter_reformed.dds b/gfx/interface/icons/faith/midnighter_reformed.dds new file mode 100644 index 00000000..14272b61 --- /dev/null +++ b/gfx/interface/icons/faith/midnighter_reformed.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45c61b894757449fdbff1e5f414dc69ac5ae1eae46b64a8d9d8783517b1f65d +size 40128 diff --git a/gfx/interface/icons/faith/nepmese_reformed.dds b/gfx/interface/icons/faith/nepmese_reformed.dds new file mode 100644 index 00000000..d996bf70 --- /dev/null +++ b/gfx/interface/icons/faith/nepmese_reformed.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995d42883ea5ea90599bf31a4e5d276da2d26931b7c643805448b2c4f1ed613f +size 40128 diff --git a/gfx/interface/icons/faith/vaesenite_reformed.dds b/gfx/interface/icons/faith/vaesenite_reformed.dds new file mode 100644 index 00000000..407b1d7a --- /dev/null +++ b/gfx/interface/icons/faith/vaesenite_reformed.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aabad5bf2942c7f60693d71141213b2a3faaf57e2d36611f91d8071c9ee6e31 +size 40128 diff --git a/gfx/interface/icons/faith/viking_reformed.dds b/gfx/interface/icons/faith/viking_reformed.dds new file mode 100644 index 00000000..f932b680 --- /dev/null +++ b/gfx/interface/icons/faith/viking_reformed.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a25b1fcdfc9d79aa679844de8b384dadf287b1ecfd76e4fd2f6e90dc63ffdb1 +size 40128 diff --git a/gfx/interface/icons/faith/volksmarchen_reformed.dds b/gfx/interface/icons/faith/volksmarchen_reformed.dds new file mode 100644 index 00000000..24d64654 --- /dev/null +++ b/gfx/interface/icons/faith/volksmarchen_reformed.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e553862996cb1e56d7198d2bb9ac4628e47d589cf51bf454ab8f26c520424bd +size 40128 diff --git a/history/characters/NEOW_e_nistria.txt b/history/characters/NEOW_e_nistria.txt index 8d525499..03d69b10 100644 --- a/history/characters/NEOW_e_nistria.txt +++ b/history/characters/NEOW_e_nistria.txt @@ -2,8 +2,8 @@ nistria0001 = { #duke of Minsk name = "Jonas" dynasty = merkys_dynasty - religion = "osvicenist" - culture = polish + religion = "orthodox" + culture = russian trait = education_martial_3 trait = generous trait = brave @@ -20,8 +20,8 @@ nistria0001 = { #duke of Minsk nistria0002 = { #emperor of nistria name = "Daniel" dynasty = dragos_dynasty - religion = "osvicenist" - culture = polish + religion = "orthodox" + culture = vlach trait = education_diplomacy_2 trait = just trait = patient @@ -38,8 +38,8 @@ nistria0002 = { #emperor of nistria nistria0003 = { #king of ukraine name = "Sudislav" dynasty = makhdera_dynasty - religion = "osvicenist" - culture = polish + religion = "orthodox" + culture = russian trait = education_stewardship_3 trait = ambitious trait = patient @@ -56,8 +56,8 @@ nistria0003 = { #king of ukraine nistria0004 = { #duke of visegrad-esztergom name = "Adam" dynasty = parnu_dynasty - religion = "osvicenist" - culture = polish + religion = "nepmese" + culture = hungarian trait = education_martial_3 trait = wrathful trait = stubborn @@ -76,8 +76,8 @@ nistria0004 = { #duke of visegrad-esztergom nistria0005 = { #king of wallachia name = "Jakob" dynasty = stan_dynasty - religion = "osvicenist" - culture = polish + religion = "orthodox" + culture = vlach trait = education_martial_2 trait = brave trait = just @@ -95,8 +95,8 @@ nistria0005 = { #king of wallachia nistria0006 = { #king of transylvania name = "Vlad" dynasty = bran_dynasty - religion = "osvicenist" - culture = polish + religion = "draculean" + culture = vlach trait = education_intrigue_3 trait = brave trait = arrogant diff --git a/history/characters/NEOW_e_zapadoslavia.txt b/history/characters/NEOW_e_zapadoslavia.txt index 61797c30..55ab2dd6 100644 --- a/history/characters/NEOW_e_zapadoslavia.txt +++ b/history/characters/NEOW_e_zapadoslavia.txt @@ -89,7 +89,7 @@ zapadoslavia0004 = { #Moravian osvicenist count who allied himself Tereza. also zapadoslavia0005 = { #king of poland name = "Taduez" dynasty = pilsudski_dynasty - religion = "osvicenist" + religion = "mariavite" culture = polish trait = education_stewardship_3 trait = stubborn @@ -107,7 +107,7 @@ zapadoslavia0005 = { #king of poland zapadoslavia0006 = { #mayor of gdansk name = "Matias" dynasty = fogt_dynasty - religion = "osvicenist" + religion = "mariavite" culture = polish trait = education_learning_4 trait = brave @@ -126,7 +126,7 @@ zapadoslavia0007 = { #king of slovakia name = "Slavko" dynasty = halabrin_dynasty religion = "osvicenist" - culture = polish + culture = slovien trait = education_learning_4 trait = arbitrary trait = greedy diff --git a/history/provinces/e_germany.txt b/history/provinces/e_germany.txt index 3a643dbe..babc430b 100644 --- a/history/provinces/e_germany.txt +++ b/history/provinces/e_germany.txt @@ -66,7 +66,7 @@ ###c_cottbus 3138 = { culture = sorbian - religion = roman_catholic + religion = mariavite holding = castle_holding } 3139 = { diff --git a/history/provinces/e_makedon.txt b/history/provinces/e_makedon.txt index 687845ef..0c712091 100644 --- a/history/provinces/e_makedon.txt +++ b/history/provinces/e_makedon.txt @@ -612,7 +612,7 @@ ###c_dyrrachion 470 = { #Dyrrachion culture = albanian - religion = aqlani + religion = alevi holding = castle_holding 1066.1.1 = { buildings = { @@ -629,7 +629,7 @@ ###c_arbanon 3720 = { #Krujë culture = albanian - religion = aqlani + religion = alevi holding = castle_holding } 3718 = { #Mat @@ -659,7 +659,7 @@ ###c_antipatreia / Albanian Toskeria 3713 = { #Antipatreia culture = albanian - religion = aqlani + religion = alevi holding = castle_holding } 3714 = { #Skrapar @@ -679,7 +679,7 @@ ###c_avlonas 3711 = { #Avlonas culture = albanian - religion = aqlani + religion = alevi holding = castle_holding } 3712 = { #Himara diff --git a/history/provinces/e_nistrenia.txt b/history/provinces/e_nistrenia.txt index 0090b327..26fa1252 100644 --- a/history/provinces/e_nistrenia.txt +++ b/history/provinces/e_nistrenia.txt @@ -3,29 +3,9 @@ ##d_transcarpathia ################################### ###c_marmaros 539 = { #Marmaros - culture = avar - religion = orthodox - holding = tribal_holding - - 900.1.1 = { - religion = draculean - } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { - culture = hungarian - } -} -3914 = { #Tecso aka modern Tiachiv - holding = none - - 1066.1.1 = { - holding = city_holding - #1st mention in 1211 - #Set as city_holding in 1066 to fill some holding slots - } + culture = russian + religion = roman_catholic + holding = castle_holding } 3915 = { #Borsa holding = none @@ -47,20 +27,9 @@ ###c_bereg 537 = { #Bereg - culture = croatian # White Croats - religion = orthodox - holding = tribal_holding - - 900.1.1 = { - religion = draculean - } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { - culture = hungarian - } + culture = russian + religion = roman_catholic + holding = castle_holding } 3913 = { #Nagyszolos AKA Vynohradiv holding = none @@ -85,20 +54,9 @@ ##d_transylvania ################################### ###c_feher 519 = { #Feher - culture = avar + culture = vlach religion = orthodox - holding = tribal_holding - - 900.1.1 = { - religion = draculean - } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { - culture = hungarian - } + holding = castle_holding } 3935 = { #Kukullovar holding = none @@ -135,20 +93,9 @@ ###c_szekelyfold 540 = { #Szekelyföld - culture = avar - religion = orthodox - holding = tribal_holding - - 890.1.1 = { - religion = draculean - } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { - culture = hungarian - } + culture = hungarian + religion = nepmese + holding = castle_holding } 3929 = { #Marosvasarhely aka Târgu Mures holding = none @@ -169,20 +116,9 @@ ###c_barcasag 3942 = { #Brasso - culture = avar - religion = orthodox - holding = tribal_holding - - 890.1.1 = { - religion = draculean - } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { - culture = hungarian - } + culture = hungarian + religion = nepmese + holding = castle_holding } 3943 = { #Balvanyos holding = none @@ -203,20 +139,9 @@ ###c_fogaras 3940 = { #Fogaras - culture = avar + culture = vlach religion = orthodox - holding = tribal_holding - - 890.1.1 = { - religion = draculean - } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { - culture = hungarian - } + holding = castle_holding } 3941 = { #Torcsvar AKA Bran Castle holding = none @@ -225,21 +150,9 @@ ###c_torda 3924 = { #Torda - culture = avar - religion = orthodox - holding = tribal_holding - - - 890.1.1 = { - religion = draculean - } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { - culture = hungarian - } + culture = vlach + religion = draculean + holding = castle_holding } 3925 = { #Banffyhunyad AKA Huedin holding = none @@ -269,20 +182,9 @@ ###c_beszterce 3919 = { #Beszterce - culture = avar - religion = orthodox - holding = tribal_holding - - 890.1.1 = { - religion = draculean - } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { - culture = hungarian - } + culture = vlach + religion = draculean + holding = castle_holding } 3920 = { #Radna AKA Rodna holding = none @@ -306,20 +208,9 @@ ###c_hunyad 3931 = { #Vajdahunyad - culture = avar + culture = vlach religion = orthodox - holding = tribal_holding - - 890.1.1 = { - religion = draculean - } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { - culture = hungarian - } + holding = castle_holding } 3932 = { #Harszoc holding = none @@ -337,20 +228,9 @@ ##d_bihar ################################### ###c_bihar 520 = { #Bihar / b_nagyvarad - culture = avar - religion = orthodox - holding = tribal_holding - - 890.1.1 = { - religion = draculean - } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { - culture = hungarian - } + culture = vlach + religion = draculean + holding = castle_holding } 3899 = { #Gyozeg holding = none @@ -378,20 +258,9 @@ ###c_zarand 3903 = { #Zarand - culture = avar - religion = orthodox - holding = tribal_holding - - 890.1.1 = { - religion = draculean - } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { - culture = hungarian - } + culture = vlach + religion = draculean + holding = castle_holding } 3904 = { #Nagyhalmagy AKA Halmagiu holding = none @@ -467,20 +336,9 @@ ###c_szatmar 3907 = { #Szatmar - culture = avar - religion = orthodox - holding = tribal_holding - - 890.1.1 = { - religion = draculean - } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { - culture = hungarian - } + culture = vlach + religion = draculean + holding = castle_holding } 3908 = { # Nagybanya AKA Baia Mare holding = none @@ -510,20 +368,9 @@ ##d_temes ################################### ###c_temes 517 = { #Temes - culture = avar + culture = vlach religion = orthodox - holding = tribal_holding - - 890.1.1 = { - religion = draculean - } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { - culture = hungarian - } + holding = castle_holding } 3880 = { #Lugos AKA Lugoj holding = none @@ -543,20 +390,9 @@ ###c_arad 3905 = { #Arad - culture = avar + culture = vlach religion = orthodox - holding = tribal_holding - - 890.1.1 = { - religion = draculean - } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { - culture = hungarian - } + holding = castle_holding } 3906 = { #Lippa AKA Lipova holding = none @@ -569,22 +405,9 @@ ###c_krasso 3882 = { #Kraso - culture = avar + culture = vlach religion = orthodox - holding = tribal_holding - - 890.1.1 = { - religion = magyar_pagan - culture = mogyer - } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 1178.1.1 = { - culture = hungarian - religion = draculean - } + holding = castle_holding } 3883 = { #Ersomlyo holding = none @@ -596,20 +419,9 @@ ###c_csanad 521 = { #Csanad - culture = avar - religion = orthodox - holding = tribal_holding - - 890.1.1 = { - religion = draculean - } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { - culture = hungarian - } + culture = hungarian + religion = nepmese + holding = castle_holding } 3872 = { #Szeged holding = none @@ -749,7 +561,7 @@ religion = orthodox holding = tribal_holding 1066.1.1 = { - culture = pecheneg + culture = russian religion = orthodox holding = tribal_holding } @@ -779,7 +591,7 @@ religion = orthodox } 1066.1.1 = { - culture = pecheneg + culture = russian religion = orthodox holding = tribal_holding } @@ -869,7 +681,7 @@ religion = orthodox } 1066.1.1 = { - holding = tribal_holding # Pecheneg + holding = tribal_holding # russian } } 5016 = { #Cahul @@ -882,9 +694,9 @@ religion = orthodox holding = tribal_holding 1066.1.1 = { - culture = pecheneg + culture = russian religion = orthodox - holding = tribal_holding # pecheneg rule + holding = tribal_holding # russian rule } 1178.1.1 = { culture = vlach @@ -908,7 +720,7 @@ religion = orthodox } 1066.1.1 = { - holding = tribal_holding # Pecheneg + holding = tribal_holding # russian } } 5013 = { #Oblucita @@ -948,7 +760,7 @@ religion = magyar_pagan holding = tribal_holding 895.1.2 = { - culture = pecheneg + culture = russian religion = orthodox } 1178.1.1 = { @@ -968,7 +780,7 @@ religion = magyar_pagan holding = tribal_holding 895.1.2 = { - culture = pecheneg + culture = russian religion = orthodox } 1066.1.1 = { @@ -991,7 +803,7 @@ religion = magyar_pagan holding = tribal_holding 895.1.2 = { - culture = pecheneg + culture = russian religion = orthodox } 1178.1.1 = { @@ -1014,7 +826,7 @@ religion = magyar_pagan holding = tribal_holding 895.1.2 = { - culture = pecheneg + culture = russian religion = orthodox } 1178.1.1 = { @@ -1035,7 +847,7 @@ religion = magyar_pagan holding = tribal_holding 895.1.2 = { - culture = pecheneg + culture = russian religion = orthodox } 1178.1.1 = { @@ -1061,7 +873,7 @@ holding = tribal_holding } 895.1.2 = { - culture = pecheneg + culture = russian religion = orthodox } 1178.1.1 = { @@ -1081,7 +893,7 @@ religion = magyar_pagan holding = tribal_holding 895.1.2 = { - culture = pecheneg + culture = russian religion = orthodox } 1066.1.1 = { @@ -1101,11 +913,11 @@ ##d_levedia ################################### ###c_khortytsia 557 = { #Khortytsia - culture = khazar + culture = russian religion = orthodox holding = tribal_holding 1066.1.1 = { - culture = cuman + culture = russian religion = orthodox } } @@ -1121,11 +933,11 @@ ###c_oleshye 558 = { #Oleshye - culture = khazar + culture = russian religion = orthodox holding = tribal_holding 1066.1.1 = { - culture = cuman + culture = russian religion = orthodox } } @@ -1138,7 +950,7 @@ ###c_bakhmut 564 = { #Bakhmut - culture = khazar + culture = russian religion = orthodox holding = tribal_holding @@ -1149,7 +961,7 @@ holding = tribal_holding } 1000.1.2 = { - culture = cuman + culture = russian } } 5322 = { #Tor AKA Sloviansk @@ -1161,11 +973,11 @@ ###c_lozova 5320 = { #Lozova - culture = khazar + culture = russian religion = orthodox holding = tribal_holding 1066.1.1 = { - culture = cuman + culture = russian religion = orthodox holding = tribal_holding } @@ -1176,11 +988,11 @@ ###c_samar 556 = { #Samar - culture = khazar + culture = russian religion = orthodox holding = tribal_holding 1000.1.2 = { - culture = cuman + culture = russian } 1060.1.1 = { holding = tribal_holding @@ -1202,16 +1014,16 @@ ##d_don_valley ################################### ###c_golden_hills 5290 = { #Golden Hills - culture = khazar + culture = russian religion = orthodox holding = tribal_holding 1066.1.1 = { - culture = cuman + culture = russian religion = orthodox } } 5291 = { #Siyahtepe - #semi-fictional, based on probable location of Khazar settlement + #semi-fictional, based on probable location of russian settlement holding = none } 5292 = { #Ust-Donvokhi @@ -1219,13 +1031,13 @@ holding = none } 594 = { #Kazarki - #probable location of khazar settlement + #probable location of russian settlement holding = none } ###c_kazanskaya 5287 = { #Kazanskaya - culture = khazar + culture = russian religion = orthodox holding = tribal_holding 861.1.1 = { @@ -1235,7 +1047,7 @@ holding = tribal_holding } 1000.1.2 = { - culture = cuman + culture = russian } } 5325 = { #Boguchar @@ -1244,11 +1056,11 @@ ###c_kazanskaya 5326 = { #Millerovo - culture = khazar + culture = russian religion = orthodox holding = tribal_holding 1066.1.1 = { - culture = cuman + culture = russian religion = orthodox } 1178.1.1 = { @@ -1261,7 +1073,7 @@ ###c_sarysyn 595 = { #Sarysyn - culture = khazar + culture = russian religion = orthodox holding = tribal_holding 1066.1.1 = { @@ -1270,7 +1082,7 @@ holding = tribal_holding } 1178.1.1 = { - culture = cuman + culture = russian religion = orthodox holding = tribal_holding } @@ -1288,11 +1100,11 @@ ##d_tana ################################### ###c_tana 596 = { #Tana - culture = khazar + culture = russian religion = orthodox holding = tribal_holding 1000.1.2 = { - culture = cuman + culture = russian } 1178.1.1 = { holding = tribal_holding @@ -1341,11 +1153,11 @@ ###c_kalos_limen 5276 = { #Kerkinitis AKA Yevpatoria - culture = khazar + culture = russian religion = orthodox holding = tribal_holding 1000.1.2 = { - culture = cuman + culture = russian } } 559 = { #Kalos Limen AKA Chornomorske @@ -1356,10 +1168,10 @@ ###c_perekop 5330 = { #Aqmescit AKA Simferopol holding = tribal_holding - culture = khazar + culture = russian religion = orthodox 1000.1.2 = { - culture = cuman + culture = russian } } @@ -2844,11 +2656,11 @@ holding = none } 607 = { #Sarkel - culture = khazar + culture = russian religion = orthodox holding = tribal_holding 1066.1.1 = { - culture = cuman + culture = russian religion = orthodox } } @@ -2856,11 +2668,11 @@ holding = none } 5332 = { #Semikarakary - #potential Khazar settlement + #potential russian settlement holding = none } 5311 = { #Astrakhan - culture = khazar + culture = russian religion = orthodox holding = tribal_holding 1178.1.1 = { @@ -2871,16 +2683,16 @@ 5312 = { #Sara holding = none } -604 = { #Khazaran +604 = { #russianan holding = none #holding = city_holding } 605 = { #Beksima - culture = khazar + culture = russian religion = orthodox holding = tribal_holding 1066.1.1 = { - culture = cuman + culture = russian religion = orthodox } } @@ -2891,12 +2703,12 @@ holding = none } ###c_itil -620 = { #Itil #Khazar capital - culture = khazar +620 = { #Itil #russian capital + culture = russian religion = orthodox holding = tribal_holding 1066.1.1 = { - culture = cuman + culture = russian religion = orthodox } } @@ -2940,11 +2752,11 @@ holding = none } 599 = { #Yaseni #river name - culture = khazar + culture = russian religion = orthodox holding = tribal_holding 1066.1.1 = { - culture = cuman + culture = russian religion = orthodox } } @@ -2955,11 +2767,11 @@ holding = none } 597 = { #Azov - culture = khazar + culture = russian religion = orthodox holding = tribal_holding 1066.1.1 = { - culture = cuman + culture = russian religion = orthodox } } @@ -3023,7 +2835,7 @@ } 674 = { #Derbent - culture = khazar + culture = russian religion = orthodox holding = castle_holding 750.1.2 = { @@ -3053,7 +2865,7 @@ holding = city_holding } 5305 = { #Samander - culture = khazar + culture = russian religion = orthodox holding = castle_holding 750.1.2 = { @@ -3074,12 +2886,12 @@ holding = none #holding = city_holding } -5343 = { #Samiran #Khazar settlement - culture = khazar +5343 = { #Samiran #russian settlement + culture = russian religion = orthodox holding = tribal_holding 1178.1.1 = { - culture = cuman + culture = russian religion = orthodox } } @@ -3092,11 +2904,11 @@ } 5309 = { #Tserlona #city and region according to XVIIIth maps - culture = khazar + culture = russian religion = orthodox holding = tribal_holding 1178.1.1 = { - culture = cuman + culture = russian religion = orthodox } } diff --git a/history/provinces/e_zapadoslavia.txt b/history/provinces/e_zapadoslavia.txt index d78d8646..17114a82 100644 --- a/history/provinces/e_zapadoslavia.txt +++ b/history/provinces/e_zapadoslavia.txt @@ -427,12 +427,8 @@ ###c_sacz 532 = { #Sacz culture = polish - religion = slavic_pagan - holding = tribal_holding - 966.4.14 = { - religion = mariavite - holding = church_holding - } + religion = cadaverist + holding = castle_holding } 4968 = { #Pilzno @@ -651,12 +647,8 @@ ###c_nysa 3048 = { #Nysa culture = polish - religion = slavic_pagan - holding = tribal_holding - 966.4.14 = { - religion = mariavite - holding = castle_holding - } + religion = osvicenist + holding = castle_holding } 3050 = { #Glogowek holding = none @@ -674,12 +666,8 @@ ###c_cieszyn 3040 = { #Cieszyn culture = polish - religion = slavic_pagan - holding = tribal_holding - 966.4.14 = { - religion = mariavite - holding = castle_holding - } + religion = osvicenist + holding = castle_holding } 3041 = { #Bielsko holding = none @@ -691,12 +679,8 @@ ###c_ratibor 3042 = { #Ratibor / Raciborz culture = polish - religion = slavic_pagan - holding = tribal_holding - 990.1.1 = { - religion = mariavite - holding = castle_holding - } + religion = osvicenist + holding = castle_holding } 3043 = { #Rybnik holding = none @@ -708,12 +692,8 @@ ###c_bethen 3044 = { #Bethen / Bytom culture = polish - religion = slavic_pagan - holding = tribal_holding - 966.4.14 = { - religion = mariavite - holding = castle_holding - } + religion = cadaverist + holding = castle_holding } 3054 = { #Lubliniec holding = none @@ -796,12 +776,8 @@ ###c_przemkow 3068 = { #Przemkow culture = polish - religion = slavic_pagan - holding = tribal_holding - 966.4.14 = { - religion = mariavite - holding = castle_holding - } + religion = roman_catholic + holding = castle_holding } 3069 = { #Wlen holding = none @@ -1002,7 +978,7 @@ ###c_somogy 3835 = { #Somogyvar culture = slovien - religion = nepmese + religion = roman_catholic holding = tribal_holding 935.1.1 = { @@ -1039,7 +1015,7 @@ ###c_kolon 3827 = { #Kolon culture = slovien - religion = nepmese + religion = roman_catholic holding = tribal_holding 935.1.1 = { @@ -1132,7 +1108,7 @@ ###c_nyitra 3831 = { #Nyitra culture = slovien - religion = mariavite + religion = roman_catholic holding = castle_holding } 3832 = { #Pecsen @@ -1154,15 +1130,8 @@ ###c_gemer 524 = { #Gemer culture = slovien - religion = slavic_pagan + religion = osvicenist holding = castle_holding - - 853.1.1 = { - religion = mariavite - } - 950.1.1 = { - culture = hungarian - } } 3858 = { #Murany aka Murán aka Murányalja holding = none @@ -1185,12 +1154,8 @@ ###c_orava 525 = { #Orava culture = slovien - religion = slavic_pagan + religion = osvicenist holding = castle_holding - - 900.1.1 = { - religion = mariavite - } } 3810 = { #Twardosczino aka Tvrdošín aka Turdossin holding = none @@ -1200,7 +1165,7 @@ ###c_trenscen 3811 = { #Trenscen culture = slovien - religion = mariavite + religion = osvicenist holding = castle_holding } 3812 = { #Puho aka Púchov @@ -1231,7 +1196,7 @@ ###c_lipto 3854 = { #Liptoujvar culture = slovien - religion = mariavite + religion = osvicenist holding = castle_holding } 3855 = { #Nemetlipcse @@ -1246,7 +1211,7 @@ ###c_zolyom 3856 = { #Zolyom culture = slovien - religion = mariavite + religion = roman_catholic holding = castle_holding } 3857 = { #Breznobanya @@ -1257,7 +1222,7 @@ ###c_bars 3846 = { #Bars culture = slovien - religion = mariavite + religion = roman_catholic holding = castle_holding } 3847 = { #Kormocbanya AKA Kremnica @@ -1271,7 +1236,7 @@ ###c_hont 3848 = { #Hont - culture = slovien + culture = hungarian religion = nepmese holding = castle_holding } @@ -1296,7 +1261,7 @@ ###c_poszony 3815 = { #Poszony culture = slovien - religion = mariavite + religion = roman_catholic holding = castle_holding 1066.1.1 = { buildings = { @@ -1318,16 +1283,9 @@ ##d_ungvar ################################### ###c_ungvar 3897 = { #Ungvar - culture = croatian # White Croats - religion = slavic_pagan - holding = tribal_holding - - 900.1.1 = { religion = mariavite } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { culture = hungarian } + culture = russian + religion = roman_catholic + holding = castle_holding } 3895 = { #Nagyberezna AKA modern Velykyi Bereznyi holding = none @@ -1336,16 +1294,9 @@ ###c_zemplen 3885 = { #Zemplen - culture = croatian # White Croats - religion = slavic_pagan - holding = tribal_holding - - 900.1.1 = { religion = mariavite } - 935.1.1 = { - holding = castle_holding - #Date used to switch ti feudal_government in title history - } - 950.1.1 = { culture = hungarian } + culture = slovien + religion = osvicenist + holding = castle_holding } 3886 = { #Szerencs holding = none @@ -1376,15 +1327,9 @@ ###c_borsod 3870 = { #Borsod culture = slovien - religion = slavic_pagan + religion = osvicenist holding = castle_holding - - 900.1.1 = { - religion = mariavite - } - 950.1.1 = { - culture = hungarian - } + } 3871 = { #Miskolc holding = city_holding @@ -1393,16 +1338,9 @@ ###c_saris 533 = { #Saris - culture = croatian # White Croats - religion = slavic_pagan + culture = slovien + religion = cadaverist holding = castle_holding - - 900.1.1 = { - religion = mariavite - } - 950.1.1 = { - culture = hungarian - } } 3860 = { #Barfta holding = none @@ -1411,7 +1349,7 @@ ###c_spis 3862 = { #Locse culture = slovien - religion = mariavite + religion = osvicenist holding = castle_holding } 3861 = { #Kesmark AKA Kežmarok @@ -1421,16 +1359,9 @@ ###c_abauj 538 = { #Abauj - culture = croatian # White Croats - religion = slavic_pagan + culture = slovien + religion = osvicenist holding = castle_holding - - 861.1.1 = { - religion = mariavite - } - 950.1.1 = { - culture = hungarian - } } 3876 = { #Kassa aka Košice holding = city_holding @@ -1471,7 +1402,7 @@ ###c_gyor 3823 = { #Gyor culture = slovien - religion = nepmese + religion = roman_catholic holding = tribal_holding 935.1.1 = { @@ -1494,7 +1425,7 @@ ###c_sopron 3817 = { #Sopron culture = slovien - religion = nepmese + religion = roman_catholic holding = tribal_holding 935.1.1 = { @@ -1521,7 +1452,7 @@ ###c_vas 3820 = { #Vasvar culture = slovien - religion = nepmese + religion = roman_catholic holding = tribal_holding 935.1.1 = { @@ -1645,7 +1576,7 @@ ###c_doudleby 4154 = { #DOUDLEBY culture = czech - religion =roman_mariavite + religion =roman_catholic holding castle_holding } 4150 = { #NETOLICE @@ -1749,7 +1680,7 @@ ###c_brno 4168 = { #BRNO culture = NEOW_moravian - religion = roman_mariavite + religion = roman_catholic holding = castle_holding } 4167 = { #IVANICE @@ -1762,7 +1693,7 @@ ###c_jihlava 4162 = { #JIHLAVA culture = NEOW_moravian - religion = roman_mariavite + religion = roman_catholic holding = castle_holding } 4155 = { #TELCZ @@ -1772,7 +1703,7 @@ ###c_znojmo 4166 = { #ZNOJMO culture = NEOW_moravian - religion = roman_mariavite + religion = roman_catholic holding = castle_holding } 4164 = { #BITOV diff --git a/localization/english/replace/religion/zz_NEOW_religion_islam_l_english.yml b/localization/english/replace/religion/zz_NEOW_religion_islam_l_english.yml index 3731778e..5a10986f 100644 --- a/localization/english/replace/religion/zz_NEOW_religion_islam_l_english.yml +++ b/localization/english/replace/religion/zz_NEOW_religion_islam_l_english.yml @@ -15,6 +15,13 @@ temiri_adherent_plural:0 "Temiris" temiri_desc:0 "The Ironist Muslims of the vast Turkestan steppe hold that the Ninety-Nine Named God granted mankind the Gift of Metal in ancient times, so they may defend al-Jannah from those who wish to harm it. As the Old World lost its faith in Allah, infidels saw fit to defile and desecrate the sacred garden, turning it into a barren, unrecognisable desert. Furious, Allah struck the world down as punishment, leaving humanity to fend for itself. The Temiri consider themselves the only remaining true faithful of Allah, religiously thanking Him any time they scavenge the metal gifted to their distant ancestors. They hope that, by recovering the technology lost to the Event, they will be able to restore al-Jannah to its former glory, and field a new army worthy of defending it. Only then may humanity earn the forgiveness of their glorious God." + #Alevi + alevi:0 "Alevism" + alevi_adj:0 "Alevi" + alevi_adherent:0 "Alevi" + alevi_adherent_plural:0 "Alevis" + alevi_desc:0 "Alevis are the followers of the mystical doctrines of Hajji Bektash Veli, a medieval Persian mystic. The Alevi interpretation of Islamic teachings is mystical and heterodox, venerating a communion of Al-Haqq (God, the Truth), Muhammad, and Ali, the latter two being the light of 'Aql, representations of Allah's light. Allah himself is the center of the trinity, being the omnipotent, all-knowing, yet merciful supreme god. Alevis hold that modern, established interpretations of the Qur'an are not infallible, for the secret, true meaning is held by Ali and passed down by teachers. The yol, the spiritual path within Alevism, begins with the Qur'an, passing through the Four Doors and their Forty Stations, passing down the spiritual knowledge needed to witness the reality of God." + #Ahl al-Ra'y aqlani:0 "Ahl al-Ra'y" aqlani_adj:0 "'Aqlani"