East Slavic cultures pack

Ruthenians and West Russians
This commit is contained in:
falsanix 2026-03-14 00:54:00 +03:00
parent 97e80d2ba2
commit 4f2c4d13de
4 changed files with 470 additions and 0 deletions

View file

@ -145,4 +145,22 @@ heritage_turkish = {
}
}
audio_parameter = mena
}
heritage_ruthenian = {
type = heritage
is_shown = {
heritage_is_shown_trigger = {
HERITAGE = heritage_ruthenian
}
}
audio_parameter = european
}
heritage_west_russian = {
type = heritage
is_shown = {
heritage_is_shown_trigger = {
HERITAGE = heritage_west_russian
}
}
audio_parameter = european
}

View file

@ -401,4 +401,55 @@ language_turkish = {
}
color = { 225 50 50 }
}
language_ruthenian = {
type = language
is_shown = {
language_is_shown_trigger = {
LANGUAGE = language_ruthenian
}
}
ai_will_do = {
value = 10
if = {
limit = { has_cultural_pillar = language_ruthenian }
multiply = 10
}
}
color = { 0.24 0.36 0.26 }
}
language_west_russian = {
type = language
is_shown = {
language_is_shown_trigger = {
LANGUAGE = language_west_russian
}
}
ai_will_do = {
value = 10
if = {
limit = { has_cultural_pillar = language_west_russian }
multiply = 10
}
}
color = { 0.23 0.40 0.16 }
}
language_cossack = {
type = language
is_shown = {
language_is_shown_trigger = {
LANGUAGE = language_cossack
}
}
ai_will_do = {
value = 10
if = {
limit = { has_cultural_pillar = language_cossack }
multiply = 10
}
}
color = { 0.93 0.79 0.02 }
}