Duchy of Kavkaz

This commit is contained in:
JulesFlammenkueche 2026-03-25 13:49:42 +01:00
parent fb93d408d7
commit f1e112f68e
17 changed files with 677 additions and 261 deletions

View file

@ -199,4 +199,22 @@ heritage_east_slavic = {
}
}
audio_parameter = european
}
heritage_alan = {
type = heritage
is_shown = {
heritage_is_shown_trigger = {
HERITAGE = heritage_alan
}
}
audio_parameter = european
}
heritage_northwest_caucasian = {
type = heritage
is_shown = {
heritage_is_shown_trigger = {
HERITAGE = heritage_northwest_caucasian
}
}
audio_parameter = european
}

View file

@ -2518,4 +2518,55 @@ language_dargwa = {
}
color = {0.5 1.0 0.5}
}
language_vainakh = {
type = language
is_shown = {
language_is_shown_trigger = {
LANGUAGE = language_vainakh
}
}
ai_will_do = {
value = 10
if = {
limit = { has_cultural_pillar = language_vainakh }
multiply = 10
}
}
color = {0.3 0.8 0.8}
}
language_circassian = {
type = language
is_shown = {
language_is_shown_trigger = {
LANGUAGE = language_circassian
}
}
ai_will_do = {
value = 10
if = {
limit = { has_cultural_pillar = language_circassian }
multiply = 10
}
}
color = {0.2 0.9 0.2}
}
language_ossetian = {
type = language
is_shown = {
language_is_shown_trigger = {
LANGUAGE = language_ossetian
}
}
ai_will_do = {
value = 10
if = {
limit = { has_cultural_pillar = language_ossetian }
multiply = 10
}
}
color = {0.7 0.5 0.7}
}