diff --git a/common/coat_of_arms/coat_of_arms/NEOW_landed_titles.txt b/common/coat_of_arms/coat_of_arms/NEOW_landed_titles.txt index e5182425..615d1ffb 100644 --- a/common/coat_of_arms/coat_of_arms/NEOW_landed_titles.txt +++ b/common/coat_of_arms/coat_of_arms/NEOW_landed_titles.txt @@ -5459,3 +5459,123 @@ c_gibraltar={ } +d_siracusa={ + pattern="pattern_solid.dds" + color1=green + color2=yellow + color3=black + colored_emblem={ + color1=yellow + texture="ce_letter_r.dds" + instance={ + position={ 0.670000 0.860000 } + scale={ 0.160000 0.160000 } + depth=3.010000 + } + + } + + colored_emblem={ + color1=black + texture="ce_polish_abdank.dds" + instance={ + position={ 0.500000 0.820000 } + scale={ 0.990000 0.610000 } + depth=8.010000 + } + + } + + colored_emblem={ + color1=blue_light + texture="ce_polish_abdank.dds" + instance={ + position={ 0.500000 0.820000 } + scale={ 0.920000 0.500000 } + depth=7.010000 + } + + } + + colored_emblem={ + color1=yellow + texture="ce_ragged_staff.dds" + instance={ + position={ 0.500000 0.560000 } + scale={ 0.690000 0.250000 } + depth=5.010000 + rotation=26 + } + + instance={ + position={ 0.500000 0.570000 } + scale={ 0.620000 0.370000 } + depth=6.010000 + rotation=173 + } + + } + + colored_emblem={ + color1=yellow + texture="ce_letter_q.dds" + instance={ + position={ 0.560000 0.810000 } + scale={ 0.140000 0.140000 } + depth=2.010000 + } + + } + + colored_emblem={ + color1=orange + texture="ce_byzantine_eagle.dds" + instance={ + position={ 0.500000 0.350000 } + scale={ 0.760000 0.730000 } + depth=4.010000 + } + + } + + colored_emblem={ + color1=yellow + texture="ce_letter_p.dds" + instance={ + position={ 0.450000 0.820000 } + scale={ 0.150000 0.150000 } + depth=1.010000 + } + + } + + colored_emblem={ + color1=yellow + texture="ce_letter_s.dds" + instance={ + position={ 0.360000 0.860000 } + scale={ 0.170000 0.170000 } + } + + } + + colored_emblem={ + color1=yellow + color2=green_light + color3=red + texture="NEOW_ce_oak_branch.dds" + instance={ + position={ 0.340000 0.760000 } + scale={ 0.640000 0.640000 } + depth=9.010000 + } + + instance={ + position={ 0.660000 0.770000 } + scale={ -0.570000 0.570000 } + depth=10.010000 + } + + } + +} diff --git a/common/culture/cultures/NEOW_west_slavic.txt b/common/culture/cultures/NEOW_west_slavic.txt index 70b27831..1cf6b7b4 100644 --- a/common/culture/cultures/NEOW_west_slavic.txt +++ b/common/culture/cultures/NEOW_west_slavic.txt @@ -63,7 +63,7 @@ sorbian = { ethos = ethos_bureaucratic heritage = heritage_west_slavic - language = language_czech_slovak + language = language_sorbian martial_custom = martial_custom_male_only head_determination = head_determination_domain traditions = { diff --git a/common/culture/pillars/NEOW_language.txt b/common/culture/pillars/NEOW_language.txt index c5e1d003..aaa3ac4a 100644 --- a/common/culture/pillars/NEOW_language.txt +++ b/common/culture/pillars/NEOW_language.txt @@ -344,10 +344,27 @@ language_maltese = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_rhaetoromance } + limit = { has_cultural_pillar = language_maltese } multiply = 10 } } color = { 136 178 53 } +} +language_sorbian = { + type = language + is_shown = { + language_is_shown_trigger = { + LANGUAGE = language_sorbian + } + } + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_sorbian } + multiply = 10 + } + } + + color = { 0.35 0.7 0.8 } } \ No newline at end of file diff --git a/localization/english/replace/culture/traditions/zz_NEOW_cultural_languages_l_english.yml b/localization/english/replace/culture/traditions/zz_NEOW_cultural_languages_l_english.yml index 9c1f2318..96fc7f59 100644 --- a/localization/english/replace/culture/traditions/zz_NEOW_cultural_languages_l_english.yml +++ b/localization/english/replace/culture/traditions/zz_NEOW_cultural_languages_l_english.yml @@ -15,4 +15,5 @@ language_nordic_name:0 "Nordic" language_calo_name:0 "Caló" language_maltese_name:0 "Maltese" - language_rhaetoromance_name:0 "Rhaetic" \ No newline at end of file + language_rhaetoromance_name:0 "Rhaetic" + language_sorbian_name:0 "Sorbian" \ No newline at end of file