From 64c9d3694d60520d8168885d3c329b62c6b1545e Mon Sep 17 00:00:00 2001 From: Magpie490 Date: Sun, 1 Jun 2025 01:19:56 +0100 Subject: [PATCH] novelist islam --- .../neow_religion_game_concepts.txt | 3 + common/religion/religions/NEOW_novelist.txt | 81 +++++++++++++++++++ gfx/interface/icons/faith/simurghi.dds | 3 + history/provinces/k_aquitaine.txt | 2 +- .../replace/NEOW_game_concepts_l_english.yml | 2 + .../NEOW_religion_novelist_l_english.yml | 8 ++ 6 files changed, 98 insertions(+), 1 deletion(-) create mode 100644 gfx/interface/icons/faith/simurghi.dds diff --git a/common/game_concepts/neow_religion_game_concepts.txt b/common/game_concepts/neow_religion_game_concepts.txt index 5103ced9..3573a24e 100644 --- a/common/game_concepts/neow_religion_game_concepts.txt +++ b/common/game_concepts/neow_religion_game_concepts.txt @@ -24,4 +24,7 @@ neow_war_to_end_all = { } neow_cadaverist_synod = { texture = "gfx/interface/icons/faith/cadaverist.dds" +} +neow_saracen_knights = { + texture = "gfx/interface/icons/faith/simurghi.dds" } \ No newline at end of file diff --git a/common/religion/religions/NEOW_novelist.txt b/common/religion/religions/NEOW_novelist.txt index 53b9fe5b..d37588b3 100644 --- a/common/religion/religions/NEOW_novelist.txt +++ b/common/religion/religions/NEOW_novelist.txt @@ -318,6 +318,87 @@ WaterGodHerHim = CHARACTER_HERHIM_HIM } } + + simurghi = { + color = { 0.5 0.8 0.1 } + icon = simurghi + + # religious_head = k_papal_state + + graphical_faith = "catholic_gfx" + #placeholder holy sites + holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_novelist_kinship + doctrine = special_doctrine_novelist + + #Tenets | add unique ones eventually + doctrine = tenet_universal_scripture + doctrine = tenet_the_first_age + doctrine = tenet_lorekeepers + + #Special/virtue | placeholder + doctrine = special_doctrine_numenor + + holy_order_names = { #placeholder + { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } + { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } + { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } + { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } + { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } + { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } + } + + localization = { # placeholder + #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 + } + } carolingian = { color = { 0.9 0.7 0.1 } icon = carolingian diff --git a/gfx/interface/icons/faith/simurghi.dds b/gfx/interface/icons/faith/simurghi.dds new file mode 100644 index 00000000..cf97527a --- /dev/null +++ b/gfx/interface/icons/faith/simurghi.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0761998f4da6c5a44cc70e1f2696153e4b929958d6667bcf1115154df6c059 +size 40128 diff --git a/history/provinces/k_aquitaine.txt b/history/provinces/k_aquitaine.txt index 38a1fdad..7ac25f3a 100644 --- a/history/provinces/k_aquitaine.txt +++ b/history/provinces/k_aquitaine.txt @@ -282,7 +282,7 @@ } 2016 = { #NIMES culture = beur - religion = ashari + religion = simurghi holding = castle_holding } 2218 = { #CEVENNES diff --git a/localization/english/replace/NEOW_game_concepts_l_english.yml b/localization/english/replace/NEOW_game_concepts_l_english.yml index b7becd35..b4ee105e 100644 --- a/localization/english/replace/NEOW_game_concepts_l_english.yml +++ b/localization/english/replace/NEOW_game_concepts_l_english.yml @@ -10,6 +10,8 @@ game_concept_neow_atlantis: "Atlantis" game_concept_neow_atlantis_desc: "Some Novelists believe the Author dwells in a distant, spiritual plane called Atlantis - an idyllic garden inaccessible to mortal souls. Atlanteans believe the entire realm was transported onto Earth with his death, and in the new, post-Event reality, exists as a lost continent roughly under modern day Western Europe. The Crown of NĂºmenor, the vast empire ruling over it, was destroyed during the Deluge, and most people forgot it ever existed." game_concept_neow_the_shattering: "The Shattering" game_concept_neow_the_shattering_desc: "Atlanteans believe that the Old World was created and watched over by a singular great God, who was destroyed during the Event, shattering his reality into countless shards - independent gods, each reflecting a piece of his person. The pantheon is de facto headed by Charlemagne, the High King of NĂºmenor, who ascended to Heaven upon his passing as its sole ruler and defender. Other gods include Valjean the Redeemer, D'Artagnan, and Captain Nemo, who embody God's mercy, chivalry, and bravery respectively. Countless lesser gods also exist within the pantheon as the receivers of prayer and offering." +game_concept_neow_saracen_knights: "The Saracen Knights" +game_concept_neow_saracen_knights_desc: "In both Novelist and Muslim circles, the legendary exploits of Saladin, the Saracen Knight, are some of the most revered in all of history. According to legend, he battled the Peers many times in the Levant before they recognised his piety and generosity, inducting him as one of their own, though Saladin would soon return to his homeland to rule as its Sultan. To Western Europeans, he embodies the idea that chivalry and knighthood are not inherent to any one culture or faith, and to Muslims he represents the ideal king that all rulers should aspire to be. Some say he still appears to those in need in far off lands, an old beggar carrying a crescent flag and the Zulfiqar on his belt." #[GetScriptedCharacterByHistoryID( 'france_bonaparte_isildur_i' ).GetFullName] im too stupid for this diff --git a/localization/english/replace/religion/NEOW_religion_novelist_l_english.yml b/localization/english/replace/religion/NEOW_religion_novelist_l_english.yml index 1c53441d..e74ce6ab 100644 --- a/localization/english/replace/religion/NEOW_religion_novelist_l_english.yml +++ b/localization/english/replace/religion/NEOW_religion_novelist_l_english.yml @@ -29,6 +29,14 @@ aslanite_desc:0 "The Sons of Aslan still hold true the teachings of Jesus Christ, who they believe reincarnated after death as Aslan, the Lion of Judah, and King of Kings. The Lion rules over both Heaven and Earth, and every mortal ruler of man is but a subject to the King of Kings. The Sons of Aslan claim that Christian teachings are incomplete, and the Bible does not hold the complete truth of [Concept('neow_the_author','God')|E], nor does it contain the teachings of Aslan after his ascension to the Throne, being only one fragment of the [Concept('neow_the_novel','Novel')|E]. Thus, through rigorous prayer and study the Aslanites seek to reveal the Missing Testament, the last of God's Commandments, given to his mortal subjects by the Lion of Judah. They do not believe Aslan is to return to Earth to bring the faithful into Heaven, for it is the duty of his followers to seek God and reunite with him by their own terms. One day, the Aslanites hope to bring their misguided Christian brethren into the fold as well, so they may yet be freed from the rivers of Babylon." aslanite_religious_head_title:0 "WIP" aslanite_religious_head_title_name:0 "WIP" + + simurghi:0 "Da'wah Simurghiya" + simurghi_adj:0 "Simurghi" + simurghi_adherent:0 "Simurghite" + simurghi_adherent_plural:0 "Simurghites" + simurghi_desc:0 "Heavily influenced by the Novelists of France, the Simurghis believe the [Concept('neow_the_novel','Novel')|E] as written by the [Concept('neow_the_author','Author')|E] is actually the world at large, still being written to this very day. The Author is inseparable from the world he wrote, with all of its characters and fragmentary deities being singular emanations of the one God. Roland and Charlemagne, in particular, are viewed as allegorical to the stories of Ali and the Prophet respectively, and the Simurghi seek to emulate them through futuwwa - an attribute of Ali analogous to Roland's chivalry. This is accomplished through participation in fityan lodges, where young believers go through various initiation rituals reminiscent of the [Concept('neow_saracen_knights','Saracen knights')|E] of old." + simurghi_religious_head_title:0 "WIP" + simurghi_religious_head_title_name:0 "WIP" draculean:0 "Order of the Dragon" draculean_adj:0 "Draconian"