East Slavic cultures pack
Ruthenians and West Russians
This commit is contained in:
parent
97e80d2ba2
commit
4f2c4d13de
4 changed files with 470 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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 }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue