sorb language + syracuse flag

This commit is contained in:
trashb0at 2026-02-25 08:31:11 -05:00
parent 7ea562a20b
commit a43f9e37ae
4 changed files with 141 additions and 3 deletions

View file

@ -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
}
}
}

View file

@ -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 = {

View file

@ -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 }
}

View file

@ -15,4 +15,5 @@
language_nordic_name:0 "Nordic"
language_calo_name:0 "Caló"
language_maltese_name:0 "Maltese"
language_rhaetoromance_name:0 "Rhaetic"
language_rhaetoromance_name:0 "Rhaetic"
language_sorbian_name:0 "Sorbian"