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

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