From acaf81bcdd528ca5f3a71790e476ed351de58f65 Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Fri, 29 May 2026 15:26:05 +0100 Subject: [PATCH 1/8] orthodox saint cult --- common/decisions/religious_decisions_NEOW.txt | 95 +++++++++++++++++++ .../modifiers/00_NEOW_religion_modifiers.txt | 57 +++++++++++ .../doctrine_types/30_core_tenets.txt | 9 ++ .../religion/religion_types/NEOW_orthodox.txt | 10 +- .../01_fp1_scripted_triggers.txt | 12 +++ .../NEOW_religious_decision_events.txt | 75 +++++++++++++++ .../english/replace/decisions_l_english.yml | 16 +++- .../zz_NEOW_religious_decisions_l_english.yml | 13 ++- .../modifiers/NEOW_modifiers_l_english.yml | 20 +++- .../zz_NEOW_religion_orthodox_l_english.yml | 2 + 10 files changed, 299 insertions(+), 10 deletions(-) diff --git a/common/decisions/religious_decisions_NEOW.txt b/common/decisions/religious_decisions_NEOW.txt index a21531ff..4c606820 100644 --- a/common/decisions/religious_decisions_NEOW.txt +++ b/common/decisions/religious_decisions_NEOW.txt @@ -155,6 +155,101 @@ select_personal_deity_folketero_decision = { } } + ai_will_do = { + base = 100 + } +} + + +select_personal_deity_orthodox_decision = { + picture = { + reference = "gfx/interface/illustrations/decisions/decision_personal_religious.dds" + } + desc = select_personal_deity_orthodox_decision_desc + selection_tooltip = select_personal_deity_orthodox_decision_tooltip + + is_shown = { + # Following a valid religion & faith. + faith = faith:orthodox + + faith = { has_doctrine_parameter = select_personal_god_active } + } + + is_valid = { + } + + is_valid_showing_failures_only = { + # Have to at _least_ not be in piety debt. + piety >= 0 + } + + cooldown = { years = 2 } + + effect = { + # Show the possible options. + show_as_tooltip = { + random_list = { + desc = select_personal_deity_orthodox_decision_tt + 100 = { + show_chance = no + desc = select_personal_deity_orthodox_decision.select_paisos + add_character_modifier = bhakti_orthodox_paisos + } + 100 = { + show_chance = no + desc = select_personal_deity_orthodox_decision.select_gabriel + add_character_modifier = bhakti_orthodox_gabriel + } + 100 = { + trigger = {is_vaguely_nistrenian_bhakti_trigger = yes} + show_chance = no + desc = select_personal_deity_orthodox_decision.select_adriana + add_character_modifier = bhakti_orthodox_adriana + } + 100 = { + trigger = {is_vaguely_nistrenian_bhakti_trigger = no} + show_chance = no + desc = select_personal_deity_orthodox_decision.select_olga + add_character_modifier = bhakti_orthodox_olga + } + 100 = { + show_chance = no + desc = select_personal_deity_orthodox_decision.select_palamas + add_character_modifier = bhakti_orthodox_palamas + } + 100 = { + show_chance = no + desc = select_personal_deity_orthodox_decision.select_surgeon + add_character_modifier = bhakti_orthodox_surgeon + } + 100 = { + show_chance = no + desc = select_personal_deity_orthodox_decision.select_lazar + add_character_modifier = bhakti_orthodox_lazar + } + 100 = { + show_chance = no + desc = select_personal_deity_orthodox_decision.select_theotokos + add_character_modifier = bhakti_orthodox_theotokos + } + } + } + # And the actual effect. + trigger_event = NEOW_religious_decision.0104 + } + + ai_check_interval = 96 + + ai_potential = { + piety >= minor_piety_value + NOR = { + has_character_modifier = bhakti_orthodox_olaf + has_character_modifier = bhakti_orthodox_lucia + has_character_modifier = bhakti_orthodox_jesus + has_character_modifier = bhakti_orthodox_per + } + } + ai_will_do = { base = 100 } diff --git a/common/modifiers/00_NEOW_religion_modifiers.txt b/common/modifiers/00_NEOW_religion_modifiers.txt index bbde905a..2894b5c7 100644 --- a/common/modifiers/00_NEOW_religion_modifiers.txt +++ b/common/modifiers/00_NEOW_religion_modifiers.txt @@ -62,4 +62,61 @@ bhakti_folketero_olaf = { icon = stewardship_positive stewardship = 1 monthly_county_control_growth_add = 0.1 +} + +####Orthodox Saints + +bhakti_orthodox_paisos = { + icon = learning_positive + learning = 1 + monthly_piety = 0.5 + enemy_hostile_scheme_success_chance_add = -0.1 +} + +bhakti_orthodox_gabriel = { + icon = letter_positive + learning = 1 + monthly_piety = 0.5 + personal_scheme_power_add = 0.1 +} + +bhakti_orthodox_adriana = { + icon = prestige_positive + monthly_prestige = 0.1 + domain_tax_same_faith_mult = 0.05 + vassal_tax_mult = 0.05 +} + +bhakti_orthodox_palamas = { + icon = learning_positive + learning = 1 + monthly_piety = 0.1 + monthly_learning_lifestyle_xp_gain_mult = 0.1 +} +bhakti_orthodox_surgeon = { + icon = treatmnet_positive + life_expectancy = 5 + health = 0.1 + negate_health_penalty_add = 0.1 +} + +bhakti_orthodox_lazar = { + icon = prowess_positive + martial = 1 + prowess = 3 + knight_effectiveness_mult = 0.05 +} + +bhakti_orthodox_theotokos = { + icon = family_positive + county_opinion_add = 10 + fertility = 0.1 + monthly_piety +} + +bhakti_orthodox_olga = { + icon = prestige_positive + monthly_prestige = 0.1 + domain_tax_same_faith_mult = 0.05 + vassal_tax_mult = 0.05 } \ No newline at end of file diff --git a/common/religion/doctrine_types/30_core_tenets.txt b/common/religion/doctrine_types/30_core_tenets.txt index 4d14dd62..02644f7b 100644 --- a/common/religion/doctrine_types/30_core_tenets.txt +++ b/common/religion/doctrine_types/30_core_tenets.txt @@ -3053,6 +3053,10 @@ triggered_desc = { faith = faith:folketro desc = tenet_bhakti_folketro_name + } + triggered_desc = { + trigger = { religion_tag = orthodox_religion } + desc = tenet_bhakti_orthodox_name } desc = tenet_bhakti_patron_god_name } @@ -3064,6 +3068,10 @@ faith = faith:folketro desc = tenet_bhakti_folketro_desc } + triggered_desc = { + trigger = { religion_tag = orthodox_religion } + desc = tenet_bhakti_orthodox_desc + } desc = tenet_bhakti_desc } } @@ -3074,6 +3082,7 @@ is_shown = { OR = { religion_tag = hinduism_religion + religion_tag = orthodox_religion # With FP1, Germanics also get personal deities. AND = { religion_tag = folkgerman_religion diff --git a/common/religion/religion_types/NEOW_orthodox.txt b/common/religion/religion_types/NEOW_orthodox.txt index 91f3b98b..3f547b7e 100644 --- a/common/religion/religion_types/NEOW_orthodox.txt +++ b/common/religion/religion_types/NEOW_orthodox.txt @@ -159,10 +159,10 @@ WaterGodHerHis = CHARACTER_HERHIS_HIS WaterGodHerHim = CHARACTER_HERHIM_HIM - PantheonTerm = christianity_high_god_name - PantheonTerm2 = christianity_high_god_name_2 - PantheonTerm3 = christianity_high_god_name_3 - PantheonTermHasHave = pantheon_term_has + PantheonTerm = orthodox_pantheon + PantheonTerm2 = orthodox_pantheon + PantheonTerm3 = orthodox_pantheon + PantheonTermHasHave = pantheon_term_have GoodGodNames = { christianity_high_god_name christianity_high_god_name_alternate @@ -259,7 +259,7 @@ #Tenets doctrine = tenet_catholic_communion - doctrine = tenet_pentarchy + doctrine = tenet_bhakti doctrine = tenet_monasticism holy_order_names = { diff --git a/common/scripted_triggers/01_fp1_scripted_triggers.txt b/common/scripted_triggers/01_fp1_scripted_triggers.txt index c9e1e15f..aa7f7426 100644 --- a/common/scripted_triggers/01_fp1_scripted_triggers.txt +++ b/common/scripted_triggers/01_fp1_scripted_triggers.txt @@ -115,6 +115,18 @@ fp1_remove_stele_new_holder_trigger = { } } +is_vaguely_nistrenian_bhakti_trigger = { + OR = { + has_cultural_pillar = heritage_east_romance + culture = { has_name_list = name_list_danish } + # We deliberately use the de jure rather than the geographical area to make this at least a *little* more fluid. + AND = { + is_playable_character = yes + capital_county.empire = title:e_nistrenia + } + } +} + is_vaguely_danish_bhakti_trigger = { OR = { has_culture = culture:danish diff --git a/events/religion_events/NEOW_religious_decision_events.txt b/events/religion_events/NEOW_religious_decision_events.txt index 70992c3d..648c322c 100644 --- a/events/religion_events/NEOW_religious_decision_events.txt +++ b/events/religion_events/NEOW_religious_decision_events.txt @@ -119,6 +119,81 @@ NEOW_religious_decision.0103 = { #custom patron gods for Leviathan NEOW_set_bhakti_effect = { BHAKTI = bhakti_folketero_olaf } } + # Opt-Out + option = { + name = NEOW_religious_decision.0001.optout + flavor = NEOW_religious_decision.0001.flavor + + ai_chance = { + base = 0 + } + } +} + +NEOW_religious_decision.0104 = { #custom icons for orthodoxy + type = character_event + title = NEOW_religious_decision.0104.t + desc = NEOW_religious_decision.0104.desc + theme = faith + left_portrait = { + character = root + animation = personality_rational + } + + option = { + name = NEOW_religious_decision.0104.paisos + trigger = { + NOT = { has_character_modifier = bhakti_orthodox_paisos } + } + NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_paisos} + } + + option = { + name = NEOW_religious_decision.0104.gabriel + trigger = { + NOT = { has_character_modifier = bhakti_orthodox_gabriel } + } + NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_gabriel } + } + + option = { + name = NEOW_religious_decision.0104.adriana + trigger = { + NOT = { has_character_modifier = bhakti_orthodox_adriana } + } + NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_adriana } + } + + option = { + name = NEOW_religious_decision.0104.palamas + trigger = { + NOT = { has_character_modifier = bhakti_orthodox_palamas } + } + NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_palamas } + } + option = { + name = NEOW_religious_decision.0104.surgeon + trigger = { + NOT = { has_character_modifier = bhakti_orthodox_surgeon } + } + NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_surgeon } + } + + option = { + name = NEOW_religious_decision.0104.lazar + trigger = { + NOT = { has_character_modifier = bhakti_orthodox_lazar } + } + NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_lazar } + } + + option = { + name = NEOW_religious_decision.0104.theotokos + trigger = { + NOT = { has_character_modifier = bhakti_orthodox_theotokos } + } + NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_theotokos } + } # Opt-Out option = { name = NEOW_religious_decision.0001.optout diff --git a/localization/english/replace/decisions_l_english.yml b/localization/english/replace/decisions_l_english.yml index 0aad203e..797ce424 100644 --- a/localization/english/replace/decisions_l_english.yml +++ b/localization/english/replace/decisions_l_english.yml @@ -193,15 +193,25 @@ select_personal_deity_folketero_decision:0 "Determine Personal Helgen" select_personal_deity_folketero_decision_tooltip:0 "Think about [ROOT.Char.GetFaith.PantheonTerm]" select_personal_deity_folketero_decision_desc:1 "#F It is not uncommon for [ROOT.Char.GetFaith.GetAdherentNamePluralNoTooltip] to single out one amongst [ROOT.Char.GetFaith.PantheonTerm] who suits their particular tastes and aims in life for special attention.\n\nI should contemplate these divine beings and decide which one calls to me the most.#!" - select_personal_deity_folketero_decision_confirm:0 "Dedicate your Worship to a particular God" + select_personal_deity_folketero_decision_confirm:0 "Dedicate your Worship to a particular Helhen" select_personal_deity_folketero_decision_tt:1 "You begin to live your life according to the values of" select_personal_deity_folketero_decision.select_jesus:0 "Jesus, The Warrior and Savior" select_personal_deity_folketero_decision.select_per:0 "Sankt Per, Judge of the Dead" select_personal_deity_folketero_decision.select_olaf:0 "Sankt Olaf, Guardian of Rulers" select_personal_deity_folketero_decision.select_lucia:0 "Sankt Lucia, Heart Warmer" - - + select_personal_deity_orthodox_decision:0 "Determine Patron Saint" + select_personal_deity_orthodox_decision_tooltip:0 "Think about [ROOT.Char.GetFaith.PantheonTerm]" + select_personal_deity_orthodox_decision_desc:1 "#F It is not uncommon for [ROOT.Char.GetFaith.GetAdherentNamePluralNoTooltip] to single out one amongst [ROOT.Char.GetFaith.PantheonTerm] who suits their particular tastes and aims in life for special attention.\n\nI should contemplate these divine beings and decide which one calls to me the most.#!" + select_personal_deity_orthodox_decision_confirm:0 "Dedicate your Worship to a particular Saint" + select_personal_deity_orthodox_decision_tt:1 "You begin to live your life according to the values of" + select_personal_deity_orthodox_decision.select_paisos:0 "Saint Paisios the Athonite" + select_personal_deity_orthodox_decision.select_gabriel:0 "Saint Gabriel of Georgia" + select_personal_deity_orthodox_decision.select_adriana:0 "Saint Adriana of Nistrenia" + select_personal_deity_orthodox_decision.select_palamas:0 "Saint Gregory Palamas" + select_personal_deity_orthodox_decision.select_surgeon:0 "Saint Luke the Surgeon" + select_personal_deity_orthodox_decision.select_lazar:0 "Saint Lazar of Serbia" + select_personal_deity_orthodox_decision.select_theotokos:0 "The Blessed Theotokos" #N3OW Added: select_personal_leviathan_union_decision:0 "Determine Leviathan Union" diff --git a/localization/english/replace/event_localization/religion_events/zz_NEOW_religious_decisions_l_english.yml b/localization/english/replace/event_localization/religion_events/zz_NEOW_religious_decisions_l_english.yml index 4eb9eee9..6237a383 100644 --- a/localization/english/replace/event_localization/religion_events/zz_NEOW_religious_decisions_l_english.yml +++ b/localization/english/replace/event_localization/religion_events/zz_NEOW_religious_decisions_l_english.yml @@ -57,4 +57,15 @@ NEOW_religious_decision.0103.lucia:0 "Lucia, the Warm-Hearted!" NEOW_religious_decision.0103.olaf:0 "Olaf, Guardian of Rulers!"" NEOW_religious_decision.0103.optout:0 "$religious_decision.0101.flavor$" - NEOW_religious_decision.0103.flavor:0 "$religious_decision.0101.flavor$" \ No newline at end of file + NEOW_religious_decision.0103.flavor:0 "$religious_decision.0101.flavor$" + + NEOW_religious_decision.0104.t:0 "Deciding on a Saint" + NEOW_religious_decision.0104.desc:0 "[ROOT.Char.GetFaith.PantheonTerm|U] are many, yet I cannot say that there are not some who hold a level of special appeal for me. Were I to dedicate myself openly to the express worship of primarily one such deity, I would doubtless draw like-minded souls to my side.\n\nWhatever the blessings my patron provides, being with similar [ROOT.Char.GetFaith.GetAdherentNamePluralNoTooltip] can only bring me health, wealth, and glory." + NEOW_religious_decision.0104.paisos:0 "Saint Paisios the Athonite!" + NEOW_religious_decision.0104.gabriel:0 "Saint Gabriel of Georgia!" + NEOW_religious_decision.0104.adriana:0 "Saint Adriana of Sorroca!" + NEOW_religious_decision.0104.olga:0 "Saint Olga of Kyiv!" + NEOW_religious_decision.0104.palamas:0 "Saint Gregory Palamas!"" + NEOW_religious_decision.0104.surgeon:0 "Saint Luke the Surgeon!" + NEOW_religious_decision.0104.lazar:0 "Saint Lazar of Serbia!" + NEOW_religious_decision.0104.theotokos:0 "The Blessed Theotokos!"" \ No newline at end of file diff --git a/localization/english/replace/modifiers/NEOW_modifiers_l_english.yml b/localization/english/replace/modifiers/NEOW_modifiers_l_english.yml index 987a2d6d..e0a9ee6b 100644 --- a/localization/english/replace/modifiers/NEOW_modifiers_l_english.yml +++ b/localization/english/replace/modifiers/NEOW_modifiers_l_english.yml @@ -22,4 +22,22 @@ bhakti_folketero_per_desc:0 "This character emulates the judge of the dead." bhakti_folketero_lucia: "Sankt Lucia" bhakti_folketero_lucia_desc:0 "This character emulates the kind heart-warmer." bhakti_folketero_olaf: "Sankt Olaf" -bhakti_folketero_olaf_desc:0 "This character emulates the patron and guardian of rulers." \ No newline at end of file +bhakti_folketero_olaf_desc:0 "This character emulates the patron and guardian of rulers." + + +bhakti_orthodox_paisos: "Saint Paisios the Athonite" +bhakti_orthodox_paisos_desc:0 "This character's patron is the great monastic who foresaw a great cataclysm." +bhakti_orthodox_gabriel: "Saint Gabriel of Georgia" +bhakti_orthodox_gabriel_desc:0 "This character's patron is the fool for Christ who was a friend to all save the beast." +bhakti_orthodox_adriana: "Saint Adriana of Sorroca" +bhakti_orthodox_adriana_desc:0 "This character's patron is the great founder of Nistria who brought stability and prosperity to the land." +bhakti_orthodox_palamas: "Saint Gregory Palamas" +bhakti_orthodox_palamas_desc:0 "This character's patron is the great pillar of Orthodoxy who preserve the ancient faith in its fullness." +bhakti_orthodox_surgeon: "Saint Luke the Surgeon" +bhakti_orthodox_surgeon_desc:0 "This character's patron is the great surgeon-saint who saved countless lives with his prayer and medical knowledge." +bhakti_orthodox_lazar: "Saint Lazar of Serbia" +bhakti_orthodox_lazar_desc:0 "This characters patron's is the grand prince-martyr who was martyred defending his people from an invading army." +bhakti_orthodox_theotokos: "Blessed Theotokos" +bhakti_orthodox_theotokos_desc:0 "This character's patron is the Mother of our Lord who without corruption gave birth to God the Word." +bhakti_orthodox_olga: "Saint Olga of Kyiv" +bhakti_orthodox_olga_desc:0 "This character's patron is the equal to the apostles who during her rule as regent brought stability and prosperity to her lands." \ No newline at end of file diff --git a/localization/english/replace/religion/zz_NEOW_religion_orthodox_l_english.yml b/localization/english/replace/religion/zz_NEOW_religion_orthodox_l_english.yml index 43fba744..e7456848 100644 --- a/localization/english/replace/religion/zz_NEOW_religion_orthodox_l_english.yml +++ b/localization/english/replace/religion/zz_NEOW_religion_orthodox_l_english.yml @@ -6,6 +6,8 @@ eastern_orthodox_religion_adherent_plural:1 "Eastern Orthodox" eastern_orthodox_religion_desc:1 "One of the largest branches of Christianity, the Eastern Orthodox claim to be the successors of the original Christian Church of antiquity. Rooted in ancient traditions like monasticism and iconography, the Eastern Orthodox are resistant to change, withstanding the fires of the Event better than most." + orthodox_pantheon:0 "The Saints" + orthodox:0 "Eastern Orthodox Church" orthodox_adj:0 "Eastern Orthodox" orthodox_adherent:0 "Eastern Orthodox" From b764e6d9978dcebf84d03f5816884cf05373ccbe Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Fri, 29 May 2026 15:37:26 +0100 Subject: [PATCH 2/8] Update 00_NEOW_religion_modifiers.txt --- common/modifiers/00_NEOW_religion_modifiers.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/modifiers/00_NEOW_religion_modifiers.txt b/common/modifiers/00_NEOW_religion_modifiers.txt index 2894b5c7..433a60f8 100644 --- a/common/modifiers/00_NEOW_religion_modifiers.txt +++ b/common/modifiers/00_NEOW_religion_modifiers.txt @@ -76,8 +76,7 @@ bhakti_orthodox_paisos = { bhakti_orthodox_gabriel = { icon = letter_positive learning = 1 - monthly_piety = 0.5 - personal_scheme_power_add = 0.1 + monthly_piety = 1 } bhakti_orthodox_adriana = { From a2a0704a2cde70c86069790cb677ab47931752e3 Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Fri, 29 May 2026 17:19:52 +0100 Subject: [PATCH 3/8] fix to orthodox patron saints --- common/decisions/religious_decisions_NEOW.txt | 4 ++-- common/modifiers/00_NEOW_religion_modifiers.txt | 8 ++++---- .../religion/doctrine_types/30_core_tenets.txt | 16 ++++++++-------- .../01_fp1_scripted_triggers.txt | 6 +++--- .../NEOW_religious_decision_events.txt | 10 ++++++++++ history/characters/NEOW_e_nistrenia.txt | 2 ++ .../english/replace/decisions_l_english.yml | 9 +++++---- .../zz_NEOW_religious_decisions_l_english.yml | 2 +- .../modifiers/NEOW_modifiers_l_english.yml | 4 ++-- .../zz_NEOW_religion_core_tenets_l_english.yml | 4 +++- 10 files changed, 40 insertions(+), 25 deletions(-) diff --git a/common/decisions/religious_decisions_NEOW.txt b/common/decisions/religious_decisions_NEOW.txt index 4c606820..aa6dc87c 100644 --- a/common/decisions/religious_decisions_NEOW.txt +++ b/common/decisions/religious_decisions_NEOW.txt @@ -201,13 +201,13 @@ select_personal_deity_orthodox_decision = { add_character_modifier = bhakti_orthodox_gabriel } 100 = { - trigger = {is_vaguely_nistrenian_bhakti_trigger = yes} + trigger = { is_vaguely_nistrenian_bhakti_trigger= yes } show_chance = no desc = select_personal_deity_orthodox_decision.select_adriana add_character_modifier = bhakti_orthodox_adriana } 100 = { - trigger = {is_vaguely_nistrenian_bhakti_trigger = no} + trigger = { is_vaguely_nistrenian_bhakti_trigger = no } show_chance = no desc = select_personal_deity_orthodox_decision.select_olga add_character_modifier = bhakti_orthodox_olga diff --git a/common/modifiers/00_NEOW_religion_modifiers.txt b/common/modifiers/00_NEOW_religion_modifiers.txt index 433a60f8..106a0ea7 100644 --- a/common/modifiers/00_NEOW_religion_modifiers.txt +++ b/common/modifiers/00_NEOW_religion_modifiers.txt @@ -81,7 +81,7 @@ bhakti_orthodox_gabriel = { bhakti_orthodox_adriana = { icon = prestige_positive - monthly_prestige = 0.1 + monthly_prestige = 0.5 domain_tax_same_faith_mult = 0.05 vassal_tax_mult = 0.05 } @@ -89,7 +89,7 @@ bhakti_orthodox_adriana = { bhakti_orthodox_palamas = { icon = learning_positive learning = 1 - monthly_piety = 0.1 + monthly_piety = 0.5 monthly_learning_lifestyle_xp_gain_mult = 0.1 } bhakti_orthodox_surgeon = { @@ -110,12 +110,12 @@ bhakti_orthodox_theotokos = { icon = family_positive county_opinion_add = 10 fertility = 0.1 - monthly_piety + monthly_piety = 0.5 } bhakti_orthodox_olga = { icon = prestige_positive - monthly_prestige = 0.1 + monthly_prestige = 0.5 domain_tax_same_faith_mult = 0.05 vassal_tax_mult = 0.05 } \ No newline at end of file diff --git a/common/religion/doctrine_types/30_core_tenets.txt b/common/religion/doctrine_types/30_core_tenets.txt index 3f4d917c..1d98eac4 100644 --- a/common/religion/doctrine_types/30_core_tenets.txt +++ b/common/religion/doctrine_types/30_core_tenets.txt @@ -3051,13 +3051,13 @@ desc = tenet_bhakti_name } triggered_desc = { - faith = faith:folketro - desc = tenet_bhakti_folketro_name - } - triggered_desc = { - trigger = { religion_tag = orthodox_religion } + trigger = { religion_tag = eastern_orthodox_religion } desc = tenet_bhakti_orthodox_name - } + } + triggered_desc = { + trigger = { this = faith:folketro } + desc = tenet_bhakti_folketro_name + } desc = tenet_bhakti_patron_god_name } } @@ -3065,11 +3065,11 @@ desc = { first_valid = { triggered_desc = { - faith = faith:folketro + trigger = { this = faith:folketro } desc = tenet_bhakti_folketro_desc } triggered_desc = { - trigger = { religion_tag = orthodox_religion } + trigger = { religion_tag = eastern_orthodox_religion } desc = tenet_bhakti_orthodox_desc } desc = tenet_bhakti_desc diff --git a/common/scripted_triggers/01_fp1_scripted_triggers.txt b/common/scripted_triggers/01_fp1_scripted_triggers.txt index e6563c60..5e32d053 100644 --- a/common/scripted_triggers/01_fp1_scripted_triggers.txt +++ b/common/scripted_triggers/01_fp1_scripted_triggers.txt @@ -117,12 +117,12 @@ fp1_remove_stele_new_holder_trigger = { is_vaguely_nistrenian_bhakti_trigger = { OR = { - has_cultural_pillar = heritage_east_romance - culture = { has_name_list = name_list_danish } + has_cultural_pillar = heritage_romanian + culture = { has_name_list = name_list_vlach } # We deliberately use the de jure rather than the geographical area to make this at least a *little* more fluid. AND = { is_playable_character = yes - capital_county.empire = title:e_nistrenia + capital_county.kingdom = title:k_moldavia } } } diff --git a/events/religion_events/NEOW_religious_decision_events.txt b/events/religion_events/NEOW_religious_decision_events.txt index 648c322c..8285e11a 100644 --- a/events/religion_events/NEOW_religious_decision_events.txt +++ b/events/religion_events/NEOW_religious_decision_events.txt @@ -157,6 +157,7 @@ NEOW_religious_decision.0104 = { #custom icons for orthodoxy } option = { + trigger = { is_vaguely_nistrenian_bhakti_trigger = yes } name = NEOW_religious_decision.0104.adriana trigger = { NOT = { has_character_modifier = bhakti_orthodox_adriana } @@ -164,6 +165,15 @@ NEOW_religious_decision.0104 = { #custom icons for orthodoxy NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_adriana } } + option = { + trigger = { is_vaguely_nistrenian_bhakti_trigger = no } + name = NEOW_religious_decision.0104.olga + trigger = { + NOT = { has_character_modifier = bhakti_orthodox_olga } + } + NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_olga } + } + option = { name = NEOW_religious_decision.0104.palamas trigger = { diff --git a/history/characters/NEOW_e_nistrenia.txt b/history/characters/NEOW_e_nistrenia.txt index 82383b82..e90852d0 100644 --- a/history/characters/NEOW_e_nistrenia.txt +++ b/history/characters/NEOW_e_nistrenia.txt @@ -1151,6 +1151,8 @@ nistria1000 = { trait = cynical trait = impatient trait = fickle + trait = saint + give_nickname = nick_the_saint 2240.8.5 = { birth = yes } diff --git a/localization/english/replace/decisions_l_english.yml b/localization/english/replace/decisions_l_english.yml index 797ce424..2e1af019 100644 --- a/localization/english/replace/decisions_l_english.yml +++ b/localization/english/replace/decisions_l_english.yml @@ -190,10 +190,10 @@ select_personal_deity_germanic_decision.select_thor:0 "Thor, Guardian of Man" select_personal_deity_germanic_decision.select_freyr:0 "Freyr, Bringer of Peace" - select_personal_deity_folketero_decision:0 "Determine Personal Helgen" + select_personal_deity_folketero_decision:0 "Determine Patron Helgen" select_personal_deity_folketero_decision_tooltip:0 "Think about [ROOT.Char.GetFaith.PantheonTerm]" select_personal_deity_folketero_decision_desc:1 "#F It is not uncommon for [ROOT.Char.GetFaith.GetAdherentNamePluralNoTooltip] to single out one amongst [ROOT.Char.GetFaith.PantheonTerm] who suits their particular tastes and aims in life for special attention.\n\nI should contemplate these divine beings and decide which one calls to me the most.#!" - select_personal_deity_folketero_decision_confirm:0 "Dedicate your Worship to a particular Helhen" + select_personal_deity_folketero_decision_confirm:0 "Dedicate your adoration to a particular Helgen" select_personal_deity_folketero_decision_tt:1 "You begin to live your life according to the values of" select_personal_deity_folketero_decision.select_jesus:0 "Jesus, The Warrior and Savior" select_personal_deity_folketero_decision.select_per:0 "Sankt Per, Judge of the Dead" @@ -203,14 +203,15 @@ select_personal_deity_orthodox_decision:0 "Determine Patron Saint" select_personal_deity_orthodox_decision_tooltip:0 "Think about [ROOT.Char.GetFaith.PantheonTerm]" select_personal_deity_orthodox_decision_desc:1 "#F It is not uncommon for [ROOT.Char.GetFaith.GetAdherentNamePluralNoTooltip] to single out one amongst [ROOT.Char.GetFaith.PantheonTerm] who suits their particular tastes and aims in life for special attention.\n\nI should contemplate these divine beings and decide which one calls to me the most.#!" - select_personal_deity_orthodox_decision_confirm:0 "Dedicate your Worship to a particular Saint" + select_personal_deity_orthodox_decision_confirm:0 "Dedicate your adoration to a particular Saint" select_personal_deity_orthodox_decision_tt:1 "You begin to live your life according to the values of" select_personal_deity_orthodox_decision.select_paisos:0 "Saint Paisios the Athonite" select_personal_deity_orthodox_decision.select_gabriel:0 "Saint Gabriel of Georgia" - select_personal_deity_orthodox_decision.select_adriana:0 "Saint Adriana of Nistrenia" + select_personal_deity_orthodox_decision.select_adriana:0 "Saint Adriana of Soroca" select_personal_deity_orthodox_decision.select_palamas:0 "Saint Gregory Palamas" select_personal_deity_orthodox_decision.select_surgeon:0 "Saint Luke the Surgeon" select_personal_deity_orthodox_decision.select_lazar:0 "Saint Lazar of Serbia" + select_personal_deity_orthodox_decision.select_olga:0 "Saint Olga of Kyiv" select_personal_deity_orthodox_decision.select_theotokos:0 "The Blessed Theotokos" #N3OW Added: diff --git a/localization/english/replace/event_localization/religion_events/zz_NEOW_religious_decisions_l_english.yml b/localization/english/replace/event_localization/religion_events/zz_NEOW_religious_decisions_l_english.yml index 6237a383..6821513b 100644 --- a/localization/english/replace/event_localization/religion_events/zz_NEOW_religious_decisions_l_english.yml +++ b/localization/english/replace/event_localization/religion_events/zz_NEOW_religious_decisions_l_english.yml @@ -63,7 +63,7 @@ NEOW_religious_decision.0104.desc:0 "[ROOT.Char.GetFaith.PantheonTerm|U] are many, yet I cannot say that there are not some who hold a level of special appeal for me. Were I to dedicate myself openly to the express worship of primarily one such deity, I would doubtless draw like-minded souls to my side.\n\nWhatever the blessings my patron provides, being with similar [ROOT.Char.GetFaith.GetAdherentNamePluralNoTooltip] can only bring me health, wealth, and glory." NEOW_religious_decision.0104.paisos:0 "Saint Paisios the Athonite!" NEOW_religious_decision.0104.gabriel:0 "Saint Gabriel of Georgia!" - NEOW_religious_decision.0104.adriana:0 "Saint Adriana of Sorroca!" + NEOW_religious_decision.0104.adriana:0 "Saint Adriana of Soroca!" NEOW_religious_decision.0104.olga:0 "Saint Olga of Kyiv!" NEOW_religious_decision.0104.palamas:0 "Saint Gregory Palamas!"" NEOW_religious_decision.0104.surgeon:0 "Saint Luke the Surgeon!" diff --git a/localization/english/replace/modifiers/NEOW_modifiers_l_english.yml b/localization/english/replace/modifiers/NEOW_modifiers_l_english.yml index e0a9ee6b..812ecab4 100644 --- a/localization/english/replace/modifiers/NEOW_modifiers_l_english.yml +++ b/localization/english/replace/modifiers/NEOW_modifiers_l_english.yml @@ -29,7 +29,7 @@ bhakti_orthodox_paisos: "Saint Paisios the Athonite" bhakti_orthodox_paisos_desc:0 "This character's patron is the great monastic who foresaw a great cataclysm." bhakti_orthodox_gabriel: "Saint Gabriel of Georgia" bhakti_orthodox_gabriel_desc:0 "This character's patron is the fool for Christ who was a friend to all save the beast." -bhakti_orthodox_adriana: "Saint Adriana of Sorroca" +bhakti_orthodox_adriana: "Saint Adriana of Soroca" bhakti_orthodox_adriana_desc:0 "This character's patron is the great founder of Nistria who brought stability and prosperity to the land." bhakti_orthodox_palamas: "Saint Gregory Palamas" bhakti_orthodox_palamas_desc:0 "This character's patron is the great pillar of Orthodoxy who preserve the ancient faith in its fullness." @@ -40,4 +40,4 @@ bhakti_orthodox_lazar_desc:0 "This characters patron's is the grand prince-marty bhakti_orthodox_theotokos: "Blessed Theotokos" bhakti_orthodox_theotokos_desc:0 "This character's patron is the Mother of our Lord who without corruption gave birth to God the Word." bhakti_orthodox_olga: "Saint Olga of Kyiv" -bhakti_orthodox_olga_desc:0 "This character's patron is the equal to the apostles who during her rule as regent brought stability and prosperity to her lands." \ No newline at end of file +bhakti_orthodox_olga_desc:0 "This character's patron is the equal to the apostles who during her rule as regent brought stability and prosperity to her lands." diff --git a/localization/english/replace/religion/doctrines/zz_NEOW_religion_core_tenets_l_english.yml b/localization/english/replace/religion/doctrines/zz_NEOW_religion_core_tenets_l_english.yml index 96cca04d..6de75944 100644 --- a/localization/english/replace/religion/doctrines/zz_NEOW_religion_core_tenets_l_english.yml +++ b/localization/english/replace/religion/doctrines/zz_NEOW_religion_core_tenets_l_english.yml @@ -54,9 +54,11 @@ tenet_pursuit_of_power_europeanist_name:0 "Ascendancy" tenet_pursuit_of_power_europeanist_desc:0 "Our laws are not defined by any virtues or moral maxims, but by the pursuit of greatness that is the duty of each follower. It is our responsibility to rebel against the limits of humanity and claim our own divinity." + tenet_bhakti_folketro_desc: "The veneration of the Helgener is a integral part of our faith, a sign of piety and right thinking. Those who humby emulate their deeds and creeds are lauded and respected." tenet_bhakti_folketro_name:0 "The Helgener" - tenet_bhakti_saints_name:0 "Patron Saints" + tenet_bhakti_orthodox_name:0 "Patron Saints" + tenet_bhakti_orthodox_desc: "The veneration of the Saints is a integral part of our faith, a sign of piety and right thinking. Those who humby emulate their deeds and creeds are lauded and respected." doctrine_pantheist_name: "Pantheist" doctrine_pantheist_desc: "God is reality. Any other gods are merely an aspect or interpretation of the Supreme Being, and must be acknowledged and studied with as much respect as any other." From 817e796849e39a1b7db4468e10bb6238a2d9c76d Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Fri, 29 May 2026 18:52:41 +0100 Subject: [PATCH 4/8] making orthodox christians --- common/landed_titles/germany.txt | 32 +++++++++---------- .../holy_site_types/00_holy_site_types.txt | 17 +++++----- .../religion/religion_types/NEOW_catholic.txt | 4 +-- .../religion/religion_types/NEOW_hungaric.txt | 1 + .../religion/religion_types/NEOW_orthodox.txt | 26 +++++++-------- history/characters/NEOW_e_nistrenia.txt | 5 +++ 6 files changed, 46 insertions(+), 39 deletions(-) diff --git a/common/landed_titles/germany.txt b/common/landed_titles/germany.txt index fa0b9669..2d3b7ba5 100644 --- a/common/landed_titles/germany.txt +++ b/common/landed_titles/germany.txt @@ -152,22 +152,6 @@ e_germany = { color = { 165 185 122 } } } - c_tangermunde = { # Tangermünde - color = { 115 135 115 } - - cultural_names = { - name_list_NEOW_low_saxon = cn_tangerm_u_uml_nn - } - - b_tangermunde = { # Tangermünde - province = 3170 - color = { 115 135 115 } - - cultural_names = { - name_list_NEOW_low_saxon = cn_tangerm_u_uml_nn - } - } - } } d_lower_lusatia = { # Lower Lusatia color = { 191 66 66 } @@ -610,6 +594,22 @@ e_germany = { color = { 115 160 115 } } } + c_tangermunde = { # Tangermünde + color = { 115 135 115 } + + cultural_names = { + name_list_NEOW_low_saxon = cn_tangerm_u_uml_nn + } + + b_tangermunde = { # Tangermünde + province = 3170 + color = { 115 135 115 } + + cultural_names = { + name_list_NEOW_low_saxon = cn_tangerm_u_uml_nn + } + } + } } } k_saxony = { # Hanover diff --git a/common/religion/holy_site_types/00_holy_site_types.txt b/common/religion/holy_site_types/00_holy_site_types.txt index 949ea5f7..fadec13b 100644 --- a/common/religion/holy_site_types/00_holy_site_types.txt +++ b/common/religion/holy_site_types/00_holy_site_types.txt @@ -914,20 +914,20 @@ constantinople = { } } -alexandria = { - county = c_alexandria +athos = { + county = c_athos character_modifier = { - name = holy_site_alexandria_effect_name + name = holy_site_athos_effect_name learning_per_piety_level = 1 } } -antioch = { - county = c_antiocheia +iasi= { + county = c_iasi character_modifier = { - name = holy_site_antioch_effect_name + name = holy_site_iasi_effect_name martial_per_piety_level = 1 knight_effectiveness_mult = 0.1 } @@ -2457,7 +2457,7 @@ jorvik = { } konugardr = { - county = c_kiev + county = c_kyiv character_modifier = { name = holy_site_konugardr_effect_name @@ -2531,7 +2531,8 @@ novgorod = { } barlad = { - county = c_barlad + county = c_vaslui + barony = b_barlad character_modifier = { name = holy_site_barlad_effect_name diff --git a/common/religion/religion_types/NEOW_catholic.txt b/common/religion/religion_types/NEOW_catholic.txt index a7722c16..a9be272f 100644 --- a/common/religion/religion_types/NEOW_catholic.txt +++ b/common/religion/religion_types/NEOW_catholic.txt @@ -1229,8 +1229,8 @@ holy_site = jerusalem holy_site = constantinople holy_site = rome - holy_site = alexandria - holy_site = antioch + holy_site = konugardr + #holy_site = antioch #Special Tolerance doctrine = special_doctrine_roman_rite diff --git a/common/religion/religion_types/NEOW_hungaric.txt b/common/religion/religion_types/NEOW_hungaric.txt index 1ee6d4a9..731395ef 100644 --- a/common/religion/religion_types/NEOW_hungaric.txt +++ b/common/religion/religion_types/NEOW_hungaric.txt @@ -253,6 +253,7 @@ hungaric_religion = { #placeholder holy_site = esztergom holy_site = poszony holy_site = pest + holy_site = barlad #Special Tolerance diff --git a/common/religion/religion_types/NEOW_orthodox.txt b/common/religion/religion_types/NEOW_orthodox.txt index 3f547b7e..f7a8e754 100644 --- a/common/religion/religion_types/NEOW_orthodox.txt +++ b/common/religion/religion_types/NEOW_orthodox.txt @@ -30,7 +30,7 @@ doctrine = doctrine_clerical_gender_male_only doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_spiritual_fixed_appointment - + doctrine = special_doctrine_is_christian_faith #Allow pilgrimages | placeholder doctrine = doctrine_pilgrimage_encouraged @@ -248,11 +248,11 @@ icon = orthodox religious_head = k_orthodox - holy_site = jerusalem + holy_site = barlad holy_site = constantinople - holy_site = rome - holy_site = alexandria - holy_site = antioch + holy_site = konugardr + holy_site = athos + holy_site = iasi #Special Tolerance doctrine = special_doctrine_independent_catholic @@ -321,11 +321,11 @@ icon = elysian #religious_head = k_orthodox - holy_site = jerusalem + holy_site = barlad holy_site = constantinople - holy_site = rome - holy_site = alexandria - holy_site = antioch + holy_site = konugardr + holy_site = athos + holy_site = iasi #Special Tolerance doctrine = special_doctrine_independent_catholic @@ -396,11 +396,11 @@ icon = marblist #religious_head = k_orthodox - holy_site = jerusalem + holy_site = barlad holy_site = constantinople - holy_site = rome - holy_site = alexandria - holy_site = antioch + holy_site = konugardr + holy_site = athos + holy_site = iasi #Special Tolerance doctrine = special_doctrine_independent_catholic diff --git a/history/characters/NEOW_e_nistrenia.txt b/history/characters/NEOW_e_nistrenia.txt index e90852d0..a5d991e7 100644 --- a/history/characters/NEOW_e_nistrenia.txt +++ b/history/characters/NEOW_e_nistrenia.txt @@ -1152,6 +1152,7 @@ nistria1000 = { trait = impatient trait = fickle trait = saint + trait = paragon give_nickname = nick_the_saint 2240.8.5 = { birth = yes @@ -1171,6 +1172,7 @@ nistria1001 = { trait = cynical trait = impatient trait = fickle + trait = consecrated_blood mother = nistria1000 2276.8.5 = { birth = yes @@ -1190,6 +1192,7 @@ nistria1002 = { trait = cynical trait = impatient trait = fickle + trait = consecrated_blood father = nistria1001 2300.12.25 = { birth = yes @@ -1209,6 +1212,7 @@ nistria1003 = { trait = cynical trait = impatient trait = fickle + trait = consecrated_blood father = nistria1001 2307.8.5 = { birth = yes @@ -1248,6 +1252,7 @@ nistria1005 = { trait = cynical trait = impatient trait = fickle + trait = consecrated_blood father = nistria1002 2330.6.2 = { birth = yes From b10ea7dc75cd1d330e68f960830df0b0599d224c Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Fri, 29 May 2026 19:17:48 +0100 Subject: [PATCH 5/8] holy sites --- common/religion/holy_site_types/00_holy_site_types.txt | 10 ++++++++++ common/religion/religion_types/NEOW_chronicler.txt | 2 +- common/religion/religion_types/NEOW_protestant.txt | 6 +++--- history/characters/NEOW_e_nistrenia.txt | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/common/religion/holy_site_types/00_holy_site_types.txt b/common/religion/holy_site_types/00_holy_site_types.txt index fadec13b..62f91e6d 100644 --- a/common/religion/holy_site_types/00_holy_site_types.txt +++ b/common/religion/holy_site_types/00_holy_site_types.txt @@ -766,6 +766,16 @@ zurich = { } } +debrecen = { + county = c_hajdu_bihar + barony = b_debrecen + + character_modifier = { + monthly_piety = 0.5 + same_faith_opinion = 10 + } +} + # Lutheran eisenach = { diff --git a/common/religion/religion_types/NEOW_chronicler.txt b/common/religion/religion_types/NEOW_chronicler.txt index 3bc29591..4b629e05 100644 --- a/common/religion/religion_types/NEOW_chronicler.txt +++ b/common/religion/religion_types/NEOW_chronicler.txt @@ -185,7 +185,7 @@ doctrine = tenet_esotericism doctrine = tenet_gnosticism doctrine = special_doctrine_hermetic - + doctrine = special_doctrine_is_christian_faith holy_order_names = { #placeholder } diff --git a/common/religion/religion_types/NEOW_protestant.txt b/common/religion/religion_types/NEOW_protestant.txt index be19652e..1aea10ee 100644 --- a/common/religion/religion_types/NEOW_protestant.txt +++ b/common/religion/religion_types/NEOW_protestant.txt @@ -335,7 +335,7 @@ holy_site = eisenach holy_site = wittenberg holy_site = lund - holy_site = geneva + #holy_site = geneva #holy_site = belfast #holy_site = leath #holy_site = segrada_familia @@ -732,7 +732,7 @@ holy_site = la_rochelle holy_site = geneva holy_site = zurich - #holy_site = debrecen + holy_site = debrecen doctrine = doctrine_gender_male_dominated doctrine = doctrine_clerical_gender_male_only @@ -769,7 +769,7 @@ holy_site = la_rochelle holy_site = geneva holy_site = zurich - #holy_site = debrecen + holy_site = debrecen #Special Tolerance | placeholder doctrine = special_doctrine_reformation_roots diff --git a/history/characters/NEOW_e_nistrenia.txt b/history/characters/NEOW_e_nistrenia.txt index a5d991e7..6264850d 100644 --- a/history/characters/NEOW_e_nistrenia.txt +++ b/history/characters/NEOW_e_nistrenia.txt @@ -1100,7 +1100,7 @@ nistria0058 = { nistria0059 = { name = "Jozef" dynasty= nagysandor_dynasty - religion = "nepmese" + religion = "genevan" culture = translyvanian trait = education_martial_2 2523.10.3 = { From 782b2bd3bb6c6b7e6827e4f30afb6ecbed3ef06a Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Fri, 29 May 2026 19:46:40 +0100 Subject: [PATCH 6/8] more holy sites --- .../holy_site_types/00_holy_site_types.txt | 55 ++++++++++++++++++- .../religion/religion_types/NEOW_baltic.txt | 10 ++-- .../religion/religion_types/NEOW_catholic.txt | 8 +-- .../religion/religion_types/NEOW_orthodox.txt | 4 +- 4 files changed, 65 insertions(+), 12 deletions(-) diff --git a/common/religion/holy_site_types/00_holy_site_types.txt b/common/religion/holy_site_types/00_holy_site_types.txt index 62f91e6d..3373f8bd 100644 --- a/common/religion/holy_site_types/00_holy_site_types.txt +++ b/common/religion/holy_site_types/00_holy_site_types.txt @@ -2556,12 +2556,65 @@ plock = { character_modifier = { name = holy_site_plock_effect_name - same_faith_opinion = 5 + same_faith_opinion = 15 } } # Baltic + + +sventoji = { + county = c_palanga + barony = b_duvzare + + character_modifier = { + name = holy_site_pokaini_effect_name + #controlled_province_advantage = 5 + stress_loss_mult = 0.1 + } +} + +svencionys = { + county = c_kernave + barony = b_pabrade + + character_modifier = { + name = holy_site_pokaini_effect_name + #controlled_province_advantage = 5 + stress_loss_mult = 0.2 + } +} + +vilnius = { + county = c_kernave + + character_modifier = { + name = holy_site_pokaini_effect_name + vassal_opinion = 5 + county_opinion_add = 5 + } +} + +palanga = { + county = c_palanga + + character_modifier = { + name = holy_site_torun_effect_name + martial_per_piety_level = 1 + knight_effectiveness_mult = 0.2 + } +} + +kernave = { + county = c_kernave + barony = b_kernacve + character_modifier = { + name = holy_site_torun_effect_name + monthly_piety_gain_mult = 0.2 + } +} + pokaini = { county = c_zemigalians barony = b_dobele diff --git a/common/religion/religion_types/NEOW_baltic.txt b/common/religion/religion_types/NEOW_baltic.txt index 4c789e25..735d1b83 100644 --- a/common/religion/religion_types/NEOW_baltic.txt +++ b/common/religion/religion_types/NEOW_baltic.txt @@ -248,11 +248,11 @@ baltic_religion = { #placeholder color = { 191 126 28 } icon = romuva - holy_site = jerusalem - holy_site = constantinople - holy_site = rome - holy_site = alexandria - holy_site = antioch + holy_site = sventoji + holy_site = svencionys + holy_site = vilnius + holy_site = palanga + holy_site = kernave #Special Tolerance religious_head = k_romuva_temple diff --git a/common/religion/religion_types/NEOW_catholic.txt b/common/religion/religion_types/NEOW_catholic.txt index a9be272f..7b79f332 100644 --- a/common/religion/religion_types/NEOW_catholic.txt +++ b/common/religion/religion_types/NEOW_catholic.txt @@ -709,10 +709,10 @@ graphical_faith = "catholic_gfx" #placeholder holy sites # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent + holy_site = plock + #holy_site = cologne + #holy_site = santiago + #holy_site = kent #holy_site = segrada_familia #Special Tolerance | placeholder diff --git a/common/religion/religion_types/NEOW_orthodox.txt b/common/religion/religion_types/NEOW_orthodox.txt index f7a8e754..6adbe379 100644 --- a/common/religion/religion_types/NEOW_orthodox.txt +++ b/common/religion/religion_types/NEOW_orthodox.txt @@ -332,7 +332,7 @@ #Tenets doctrine = tenet_esotericism - doctrine = tenet_pentarchy + doctrine = tenet_bhakti doctrine = tenet_monasticism doctrine = doctrine_no_head doctrine = doctrine_funeral_mummification @@ -408,7 +408,7 @@ #Tenets doctrine = tenet_catholic_communion doctrine = tenet_chivalric_ideals - doctrine = tenet_monasticism + doctrine = tenet_bhakti holy_order_names = { { name = "holy_order_brotherhood_of_the_holy_sepulchre" } From 540e8683509108c78996e3cfdca9581c50033f60 Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Fri, 29 May 2026 21:41:45 +0100 Subject: [PATCH 7/8] bastilc and polsih holy sites --- .../holy_site_types/00_holy_site_types.txt | 66 ++++++++++++++++++- .../religion/religion_types/NEOW_baltic.txt | 9 ++- .../religion/religion_types/NEOW_catholic.txt | 7 +- 3 files changed, 73 insertions(+), 9 deletions(-) diff --git a/common/religion/holy_site_types/00_holy_site_types.txt b/common/religion/holy_site_types/00_holy_site_types.txt index 3373f8bd..70f6e434 100644 --- a/common/religion/holy_site_types/00_holy_site_types.txt +++ b/common/religion/holy_site_types/00_holy_site_types.txt @@ -2560,6 +2560,33 @@ plock = { } } +czestochowa = { + county = c_ratibor + barony = b_czestochowa + character_modifier = { + name = holy_site_plock_effect_name + same_faith_opinion = 15 + } +} + +niepokalanow = { + county = c_czerska + barony = b_sochaczew + character_modifier = { + name = holy_site_plock_effect_name + same_faith_opinion = 15 + } +} + +gietrzwald = { + county = c_allenstein + barony = b_osterode + character_modifier = { + name = holy_site_plock_effect_name + same_faith_opinion = 15 + } +} + # Baltic @@ -2608,13 +2635,50 @@ palanga = { kernave = { county = c_kernave - barony = b_kernacve + barony = b_kernave character_modifier = { name = holy_site_torun_effect_name monthly_piety_gain_mult = 0.2 } } +talsi = { + county = c_vanemane + barony = b_dundaga + + character_modifier = { + name = holy_site_talsi_effect_name + vassal_opinion = 10 + } +} +samma_tammealuse = { + county = c_laane_viru + + character_modifier = { + name = holy_site_samma_tammealuse_effect_name + controlled_province_advantage = 5 + } +} +tamme_lauri = { + county = c_tartu + barony = b_vastseliina + + character_modifier = { + name = holy_site_tamme_lauri_effect_name + monthly_piety_gain_mult = 0.1 + } +} +riga= { + county = c_riga + + character_modifier = { + name = holy_site_pokaini_effect_name + martial_per_piety_level = 1 + knight_effectiveness_mult = 0.2 + } +} + + pokaini = { county = c_zemigalians barony = b_dobele diff --git a/common/religion/religion_types/NEOW_baltic.txt b/common/religion/religion_types/NEOW_baltic.txt index 735d1b83..6c5b9c1a 100644 --- a/common/religion/religion_types/NEOW_baltic.txt +++ b/common/religion/religion_types/NEOW_baltic.txt @@ -325,11 +325,10 @@ baltic_religion = { #placeholder icon = hiisalka reformed_icon = hiisalka_reformed - holy_site = jerusalem - holy_site = constantinople - holy_site = rome - holy_site = alexandria - holy_site = antioch + holy_site = talsi + holy_site = samma_tammealuse + holy_site = tamme_lauri + holy_site = riga #Special Tolerance diff --git a/common/religion/religion_types/NEOW_catholic.txt b/common/religion/religion_types/NEOW_catholic.txt index 7b79f332..fe773546 100644 --- a/common/religion/religion_types/NEOW_catholic.txt +++ b/common/religion/religion_types/NEOW_catholic.txt @@ -710,9 +710,10 @@ #placeholder holy sites # Uncomment once 0.3 starts being worked on # holy_site = jerusalem holy_site = plock - #holy_site = cologne - #holy_site = santiago - #holy_site = kent + holy_site = lourdes + holy_site = niepokalanow + holy_site = czestochowa + holy_site = gietrzwald #holy_site = segrada_familia #Special Tolerance | placeholder From 716404767f9062ca3eba15b560e41292e81526b5 Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Fri, 29 May 2026 22:21:14 +0100 Subject: [PATCH 8/8] Update NEOW_e_zapadoslavia.txt --- history/characters/NEOW_e_zapadoslavia.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/history/characters/NEOW_e_zapadoslavia.txt b/history/characters/NEOW_e_zapadoslavia.txt index 1c03c5c3..2dae622b 100644 --- a/history/characters/NEOW_e_zapadoslavia.txt +++ b/history/characters/NEOW_e_zapadoslavia.txt @@ -79,10 +79,13 @@ zapadoslavia0003 = { #last Czech King Dalibor II trait = physique_bad_2 father = zapadoslavia0087 sexuality = heterosexual - give_nickname=nick_the_sleeping_king + 2495.9.1 = { birth = yes } + 2553.9.1 = { + give_nickname=nick_the_sleeping_king + } 2555.5.1 = { death = yes }