From 112eb6e726f4017b83094d699d1089d0c0791972 Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Wed, 20 May 2026 18:48:35 +0100 Subject: [PATCH 1/2] fixed titels --- common/flavorization/00_title_holders.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/flavorization/00_title_holders.txt b/common/flavorization/00_title_holders.txt index ff823aa4..9cafb5af 100644 --- a/common/flavorization/00_title_holders.txt +++ b/common/flavorization/00_title_holders.txt @@ -867,7 +867,7 @@ king_theocracy_female_christianity_religion_orthodox = { top_liege = no } governments = { theocracy_government } - religions = { christianity_religion } + #religions = { christianity_religion } religions = { eastern_orthodox_religion } } kingdom_theocracy_christianity_religion_orthodox = { @@ -886,6 +886,7 @@ emperor_theocracy_male_christianity_religion_orthodox = { special = holder tier = empire priority = 107 + governments = { theocracy_government } flavourization_rules = { top_liege = no } From bc93a9f67cbcdad84caa7303db368929857034f6 Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Wed, 20 May 2026 20:09:05 +0100 Subject: [PATCH 2/2] holy order stuff --- .../coat_of_arms/01_landed_titles.txt | 170 ++++++++++++++++++ .../religion/doctrine_types/20_doctrines.txt | 4 + .../N3OW_holy_order_events.txt | 4 +- 3 files changed, 176 insertions(+), 2 deletions(-) diff --git a/common/coat_of_arms/coat_of_arms/01_landed_titles.txt b/common/coat_of_arms/coat_of_arms/01_landed_titles.txt index 95952818..1544a5ff 100644 --- a/common/coat_of_arms/coat_of_arms/01_landed_titles.txt +++ b/common/coat_of_arms/coat_of_arms/01_landed_titles.txt @@ -12926,6 +12926,176 @@ k_bashkiria = { } } +d_greek_catholic_hof={ + pattern="pattern_solid.dds" + color1=red + color2=white + colored_emblem={ + color1=black + color2=black + texture="ce_frame_circle_borre_single.dds" + instance={ + position={ 0.450000 0.570000 } + scale={ 0.080000 0.080000 } + depth=4.010000 + } + + } + + colored_emblem={ + color1=white + color2=white + texture="ce_cross_patriarchal_hungary.dds" + instance={ + position={ 0.500000 0.470000 } + depth=14.010000 + } + + } + + colored_emblem={ + color1=yellow + texture="ce_circle_mask.dds" + instance={ + position={ 0.500000 0.485000 } + scale={ 0.250000 0.333000 } + depth=9.010000 + } + + } + + colored_emblem={ + color1=red + texture="ce_circle_mask.dds" + instance={ + position={ 0.500000 0.195000 } + scale={ 1.000000 0.125000 } + depth=15.010000 + } + + } + + colored_emblem={ + color1=yellow + texture="ce_star_06.dds" + instance={ + position={ 0.200000 0.130000 } + scale={ 0.200000 0.200000 } + depth=10.010000 + } + + instance={ + position={ 0.800000 0.130000 } + scale={ 0.200000 0.200000 } + depth=11.010000 + } + + instance={ + position={ 0.500000 0.880000 } + scale={ 0.200000 0.200000 } + depth=12.010000 + } + + } + + colored_emblem={ + color1=black + texture="ce_circle_mask.dds" + instance={ + position={ 0.500000 0.520000 } + scale={ 0.020000 0.020000 } + depth=7.010000 + } + + instance={ + position={ 0.500000 0.380000 } + scale={ 0.020000 0.020000 } + depth=8.010000 + } + + } + + colored_emblem={ + color1=black + texture="ce_letter_y.dds" + instance={ + position={ 0.550000 0.570000 } + scale={ 0.100000 0.100000 } + depth=3.010000 + } + + } + + colored_emblem={ + color1=black + texture="ce_letter_m.dds" + instance={ + position={ 0.450000 0.450000 } + scale={ 0.100000 0.100000 } + depth=6.010000 + } + + } + + colored_emblem={ + color1=white + texture="ce_cross_patriarchal_hungary.dds" + instance={ + position={ 0.500000 0.515000 } + scale={ 1.000000 -1.000000 } + depth=16.010000 + } + + } + + colored_emblem={ + color1=black + texture="ce_letter_p.dds" + instance={ + position={ 0.550000 0.450000 } + scale={ 0.100000 0.100000 } + depth=5.010000 + } + + } + + colored_emblem={ + color1=blue_light + color2=green + texture="ce_circle_mask.dds" + instance={ + position={ 0.500000 1.000000 } + scale={ 0.395000 0.460000 } + depth=13.010000 + } + + } + + colored_emblem={ + color1=black + texture="ce_block_02.dds" + instance={ + position={ 0.450000 0.570000 } + scale={ 0.095000 0.005000 } + } + + instance={ + position={ 0.500000 0.380000 } + scale={ 0.165000 0.005000 } + depth=1.010000 + } + + instance={ + position={ 0.500000 0.520000 } + scale={ 0.190000 0.005000 } + depth=2.010000 + } + + } + +} + + d_mariavite_hof={ pattern="pattern_solid.dds" color1=yellow diff --git a/common/religion/doctrine_types/20_doctrines.txt b/common/religion/doctrine_types/20_doctrines.txt index 9cbb3829..482a3746 100644 --- a/common/religion/doctrine_types/20_doctrines.txt +++ b/common/religion/doctrine_types/20_doctrines.txt @@ -965,6 +965,10 @@ doctrine_spiritual_head = { doctrine_holy_order_head = { icon = "doctrine_holy_order" + + + visible = no + piety_cost = { value = faith_doctrine_cost_high if = { diff --git a/events/religion_events/N3OW_holy_order_events.txt b/events/religion_events/N3OW_holy_order_events.txt index 633e3964..b0a999cc 100644 --- a/events/religion_events/N3OW_holy_order_events.txt +++ b/events/religion_events/N3OW_holy_order_events.txt @@ -1,7 +1,7 @@ namespace = N3OW_faith_creation # Fired when you make a faith. Holy Order rel head setup -ate_faith_creation.0001 = { +N3OW_holy_order.0001 = { hidden = yes trigger = { @@ -16,7 +16,7 @@ ate_faith_creation.0001 = { } } -namespace = ate_holy_order +namespace = N3OW_holy_order # this event needs localisations #fune # Create Holy Order HoF Titles