From b3f26fb7aa8a7f91d0775edf138f0ee1e48bc8c0 Mon Sep 17 00:00:00 2001 From: GoTouchSomeGrass314 Date: Sat, 11 Apr 2026 13:47:43 +0200 Subject: [PATCH 1/2] Updated the Karlovec Dynasty CoA --- .../coat_of_arms/NEOW_dynasties.txt | 43 ++++++++----------- 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/common/coat_of_arms/coat_of_arms/NEOW_dynasties.txt b/common/coat_of_arms/coat_of_arms/NEOW_dynasties.txt index 8b8692f9..15cb1fc9 100644 --- a/common/coat_of_arms/coat_of_arms/NEOW_dynasties.txt +++ b/common/coat_of_arms/coat_of_arms/NEOW_dynasties.txt @@ -8323,7 +8323,7 @@ karlovec_dynasty = { texture="ce_ordinary_pile_01.dds" instance={ position={ 0.500000 0.510000 } - depth=11.010000 + depth=10.010000 } } @@ -8332,9 +8332,9 @@ karlovec_dynasty = { color1=red texture="ce_circle_mask.dds" instance={ - position={ 0.500000 0.240000 } - scale={ 0.200000 0.150000 } - depth=1.010000 + position={ 0.500000 0.270000 } + scale={ 0.180000 0.130000 } + depth=8.010000 } } @@ -8345,18 +8345,20 @@ karlovec_dynasty = { instance={ position={ 0.500000 0.590000 } scale={ 0.560000 0.560000 } - depth=4.010000 + depth=1.010000 } } colored_emblem={ color1=yellow - color2=red - texture="ce_crown.dds" + color2=blue + color3=red + texture="NEOW_ce_bohemia_crown.dds" instance={ - position={ 0.500000 0.250000 } - scale={ 0.290000 0.260000 } + position={ 0.500000 0.280000 } + scale={ 0.280000 0.280000 } + depth=6.010000 } } @@ -8367,34 +8369,34 @@ karlovec_dynasty = { instance={ position={ 0.500000 0.340000 } scale={ 0.370000 0.290000 } - depth=5.010000 + depth=2.010000 } instance={ position={ 0.300000 0.530000 } scale={ 0.270000 0.410000 } - depth=6.010000 + depth=3.010000 rotation=90 } instance={ position={ 0.700000 0.530000 } scale={ 0.310000 0.410000 } - depth=7.010000 + depth=4.010000 rotation=90 } instance={ position={ 0.400000 0.790000 } scale={ 0.240000 0.250000 } - depth=8.010000 + depth=5.010000 rotation=27 } instance={ position={ 0.600000 0.790000 } scale={ 0.240000 0.300000 } - depth=9.010000 + depth=7.010000 rotation=159 } @@ -8407,7 +8409,7 @@ karlovec_dynasty = { instance={ position={ 0.500000 0.570000 } scale={ 1.000000 0.650000 } - depth=10.010000 + depth=9.010000 } } @@ -8420,21 +8422,10 @@ karlovec_dynasty = { instance={ position={ 0.500000 0.580000 } scale={ 0.470000 0.470000 } - depth=3.010000 } } - colored_emblem={ - color1=red - color2=yellow_light - texture="ce_cross_03.dds" - instance={ - position={ 0.500000 0.150000 } - scale={ 0.160000 0.160000 } - depth=2.010000 - } - } } masaryk_dynasty = { From 2c982e77f4dbff200b176762ff03dd66f615a695 Mon Sep 17 00:00:00 2001 From: GoTouchSomeGrass314 Date: Sat, 11 Apr 2026 16:51:12 +0200 Subject: [PATCH 2/2] Added localization for religious opinions Also changed the Canterbury Cathedral to have the correct religion opinion --- common/buildings/NEOW_special_buildings.txt | 2 +- .../NEOW_religion_definitions | 24 ++++++++++++++++++ .../NEOW_religion_opinions_l_english.yml | 25 +++++++++++++++++++ 3 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 common/modifier_definition_formats/NEOW_religion_definitions create mode 100644 localization/english/replace/opinions/NEOW_religion_opinions_l_english.yml diff --git a/common/buildings/NEOW_special_buildings.txt b/common/buildings/NEOW_special_buildings.txt index 2a905454..8cfe7ad2 100644 --- a/common/buildings/NEOW_special_buildings.txt +++ b/common/buildings/NEOW_special_buildings.txt @@ -7437,7 +7437,7 @@ holy_site_canterbury_cathedral_01 = { character_modifier = { monthly_piety = 0.05 monthly_county_control_growth_factor = -0.05 - christianity_religion_opinion = -10 + catholic_religion_opinion = -10 } county_modifier = { diff --git a/common/modifier_definition_formats/NEOW_religion_definitions b/common/modifier_definition_formats/NEOW_religion_definitions new file mode 100644 index 00000000..b462bf7e --- /dev/null +++ b/common/modifier_definition_formats/NEOW_religion_definitions @@ -0,0 +1,24 @@ +adonist_religion_opinion = { decimals = 0 } +baltic_religion_opinion = { decimals = 0 } +britannic_religion_opinion = { decimals = 0 } +catholic_religion_opinion = { decimals = 0 } +chronicler_religion_opinion = { decimals = 0 } +cosmist_religion_opinion = { decimals = 0 } +druidic_religion_opinion = { decimals = 0 } +europeanist_religion_opinion = { decimals = 0 } +finnic_religion_opinion = { decimals = 0 } +folkgerman_religion_opinion = { decimals = 0 } +hungaric_religion_opinion = { decimals = 0 } +novelist_religion_opinion = { decimals = 0 } +eastern_orthodox_religion_opinion = { decimals = 0 } +french_pantheon_religion_opinion = { decimals = 0 } +protestant_religion_opinion = { decimals = 0 } +resurgentist_religion_opinion = { decimals = 0 } +sikhism_religion_opinion = { decimals = 0 } +slavic_religion_opinion = { decimals = 0 } +thelema_religion_opinion = { decimals = 0 } +theomach_opinion = { decimals = 0 } +tsarist_religion_opinion = { decimals = 0 } +wicca_religion_opinion = { decimals = 0 } +xenology_religion_opinion = { decimals = 0 } +yugoslavic_religion_opinion = { decimals = 0 } \ No newline at end of file diff --git a/localization/english/replace/opinions/NEOW_religion_opinions_l_english.yml b/localization/english/replace/opinions/NEOW_religion_opinions_l_english.yml new file mode 100644 index 00000000..582be882 --- /dev/null +++ b/localization/english/replace/opinions/NEOW_religion_opinions_l_english.yml @@ -0,0 +1,25 @@ +l_english: + adonist_religion_opinion:0 "$adonist_religion_adherent$ Opinion" + baltic_religion_opinion:0 "$baltic_religion_adherent$ Opinion" + britannic_religion_opinion = "$britannic_religion_adherent$ Opinion" + catholic_religion_opinion:0 "$catholic_religion_adherent$ Opinion" + chronicler_religion_opinion:0 "$chronicler_religion_adherent$ Opinion" + cosmist_religion_opinion:0 "$cosmist_religion_adherent$ Opinion" + druidic_religion_opinion:0 "$druidic_religion_adherent$ Opinion" + europeanist_religion_opinion:0 "$europeanist_religion_adherent$ Opinion" + finnic_religion_opinion:0 "$finnic_religion_adherent$ Opinion" + folkgerman_religion_opinion:0 "$folkgerman_religion_adherent$ Opinion" + hungaric_religion_opinion:0 "$hungaric_religion_adherent$ Opinion" + novelist_religion_opinion:0 "$novelist_religion_adherent$ Opinion" + eastern_orthodox_religion_opinion:0 "$eastern_orthodox_religion_adherent$ Opinion" + french_pantheon_religion_opinion:0 "$french_pantheon_religion_adherent$ Opinion" + protestant_religion_opinion:0 "$protestant_religion_adherent$ Opinion" + resurgentist_religion_opinion:0 "$resurgentist_religion_adherent$ Opinion" + sikhism_religion_opinion:0 "$sikhism_religion_adherent$ Opinion" + slavic_religion_opinion:0 "$slavic_religion_adherent$ Opinion" + thelema_religion_opinion:0 "$thelema_religion_adherent$ Opinion" + theomach_opinion:0 "$theomach_adherent$ Opinion" + tsarist_religion_opinion:0 "$tsarist_religion_adherent$ Opinion" + wicca_religion_opinion:0 "$wicca_religion_adherent$ Opinion" + xenology_religion_opinion:0 "$xenology_religion_adherent$ Opinion" + yugoslavic_religion_opinion:0 "$yugoslavic_religion_adherent$ Opinion" \ No newline at end of file