From 0f801bef5338563c84514a1eae67bd51594de097 Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Sat, 23 May 2026 23:26:05 +0100 Subject: [PATCH] tryign to fix teh transylvania thing --- common/landed_titles/religious_titles.txt | 40 ++++++++++--------- .../religion/religion_types/NEOW_novelist.txt | 14 ++++--- history/characters/NEOW_e_nistrenia.txt | 6 +-- history/titles/k_relgious_heads.txt | 13 ------ history/titles/k_transyvania.txt | 17 +++++++- .../zz_NEOW_religion_novelist_l_english.yml | 4 +- 6 files changed, 50 insertions(+), 44 deletions(-) diff --git a/common/landed_titles/religious_titles.txt b/common/landed_titles/religious_titles.txt index 91dae156..2bd92054 100644 --- a/common/landed_titles/religious_titles.txt +++ b/common/landed_titles/religious_titles.txt @@ -25,9 +25,27 @@ k_papal_state = { male_names = { Alexander Anastasius Benedictus Caelestinus Callistus Clemens Eugenius Leo Gregorius Hadrianus Honorius Innocentius Ioannes Lucius Marinus Martinus Nicolaus Sergius Silvester Stephanus Urbanus Victor } } +d_order_dragon = { + color = { 90 10 30 } + definite_form = yes + ruler_uses_title_name = no + landless = yes + + capital = c_barcasag + + ai_primary_priority = { + add = @never_primary_score + } + + destroy_if_invalid_heir = yes + no_automatic_claims = yes + always_follows_primary_heir = yes + de_jure_drift_disabled = yes +} + k_orthodox = { landless = yes - capital = c_tiraspol # Constantinople + capital = c_constantinople # Constantinople definite_form = yes ruler_uses_title_name = no @@ -153,6 +171,8 @@ d_lutheran_hof = { de_jure_drift_disabled = yes } + + d_iberian_hof = { color = { 51 229 76 } definite_form = yes @@ -183,24 +203,6 @@ k_fashion = { # Kingdom of Fashion from Establish a New Fashion at Court decisio de_jure_drift_disabled = yes } -d_order_dragon = { - color = { 90 10 30 } - definite_form = yes - ruler_uses_title_name = no - landless = yes - - capital = c_barcasag - - ai_primary_priority = { - add = @always_primary_score - } - - destroy_if_invalid_heir = yes - no_automatic_claims = yes - always_follows_primary_heir = yes - de_jure_drift_disabled = yes -} - d_solarchy = { color = { 250 250 250 } definite_form = yes diff --git a/common/religion/religion_types/NEOW_novelist.txt b/common/religion/religion_types/NEOW_novelist.txt index 63f304a7..043bf163 100644 --- a/common/religion/religion_types/NEOW_novelist.txt +++ b/common/religion/religion_types/NEOW_novelist.txt @@ -1236,6 +1236,11 @@ doctrine = special_doctrine_dracula doctrine = doctrine_homosexuality_accepted doctrine = doctrine_deviancy_accepted + doctrine = doctrine_witchcraft_virtuous + doctrine = doctrine_deviancy_accepted + doctrine = doctrine_clerical_function_control + doctrine = doctrine_adultery_men_accepted + doctrine = doctrine_adultery_women_accepted #Tenets doctrine = tenet_communion @@ -1244,14 +1249,13 @@ #Special/virtue doctrine = special_doctrine_dracula - localization = { - ReligiousHeadName = draculean_religious_head_title - ReligiousHeadTitleName = draculean_religious_head_title_name - } holy_order_names = { #placeholder } - + localization = { + ReligiousHeadName = emperor_holy_order_male + ReligiousHeadTitleName = duchy_holy_order + } } } } diff --git a/history/characters/NEOW_e_nistrenia.txt b/history/characters/NEOW_e_nistrenia.txt index d836efe0..ba9f586f 100644 --- a/history/characters/NEOW_e_nistrenia.txt +++ b/history/characters/NEOW_e_nistrenia.txt @@ -126,7 +126,7 @@ nistria0006 = { #king of transylvania name = "Valdemar" dynasty= alucard_dynasty religion = "draculean" - culture = szeklers + culture = patoues trait = education_intrigue_4 trait = eccentric trait = diligent @@ -146,7 +146,7 @@ nistria0007 = { #king of transylvania name = "Valdemar" dynasty= alucard_dynasty religion = "draculean" - culture = szeklers + culture = patoues trait = education_learning_4 trait = eccentric trait = vengeful @@ -166,7 +166,7 @@ nistria0007 = { #king of transylvania nistria0008 = { #king of transylvania name = "Valdemar" dynasty= alucard_dynasty - religion = "draculean" + religion = "carolingian" culture = patoues trait = education_martial_4 trait = brave diff --git a/history/titles/k_relgious_heads.txt b/history/titles/k_relgious_heads.txt index 6fa017e1..7f58a934 100644 --- a/history/titles/k_relgious_heads.txt +++ b/history/titles/k_relgious_heads.txt @@ -196,19 +196,6 @@ c_geneva = { # occ } } - -d_order_dragon = { # occ - 2000.1.1 = { - holder = 0 - } - 2530.1.1 = { - holder = nistria0007 - } - 2544.1.1 = { - holder = nistria0006 - } -} - k_orthodox = { # occ 2526.1.1 = { holder = nistria1030 diff --git a/history/titles/k_transyvania.txt b/history/titles/k_transyvania.txt index 98136269..0e7950ce 100644 --- a/history/titles/k_transyvania.txt +++ b/history/titles/k_transyvania.txt @@ -2,10 +2,10 @@ k_transylvania = { 1999.1.1 = { holder = 0 } - 2520.1.1 = { + 2504.1.1 = { holder = nistria0008 } - 2534.1.1 = { + 2520.1.1 = { holder = nistria0007 } 2544.1.1 = { @@ -13,6 +13,19 @@ k_transylvania = { } } + +d_order_dragon = { # occ + 2000.1.1 = { + holder = 0 + } + 2524.1.1 = { + holder = nistria0007 + } + 2544.1.1 = { + holder = nistria0006 + } +} + k_kuban = { 2550.1.1 = { holder = russia0003 diff --git a/localization/english/replace/religion/zz_NEOW_religion_novelist_l_english.yml b/localization/english/replace/religion/zz_NEOW_religion_novelist_l_english.yml index e342029b..018ccffa 100644 --- a/localization/english/replace/religion/zz_NEOW_religion_novelist_l_english.yml +++ b/localization/english/replace/religion/zz_NEOW_religion_novelist_l_english.yml @@ -185,8 +185,8 @@ draculean_adherent:0 "Solomonar" draculean_adherent_plural:0 "Solomonars" draculean_desc:0 "The Order of the Dragon was founded in Transylvania during the height of Gallia's power. Claiming to be followers of the immortal Dracula, the sovereign of the eponymous Order of the Dragon, they believe the secret of the [Concept('neow_the_novel','Novel')|E] is held by the Ascended Masters, hidden across the world. The Novel isn't a physical scripture, but rather the metaphysical sum of the truths of the universe hidden within man's self, with the Masters being its teachers. Alongside Dracula, and lead by their Grand Master the Order of the Dragon follows and attempts to seek out other figures such as the Raven King and the mythical Solomonars, emulating their efforts through occult rituals." - draculean_religious_head_title:0 "Grand Master" - draculean_religious_head_title_name:0 "the Order of the Dragon" + #draculean_religious_head_title:0 "Grand Master" + #draculean_religious_head_title_name:0 "Order of the Dragon" novelist_devotee:0 "initiate" novelist_devotee_plural:0 "initiates"