This commit is contained in:
Magpie490 2025-05-24 23:53:24 +01:00
parent 14aabb2f65
commit 4b5c26749b
6 changed files with 307 additions and 21 deletions

View file

@ -229,5 +229,39 @@ language_hebrew = {
}
}
color = { 0.4 0.4 0.8 }
}
language_hispanophonic = {
type = language
is_shown = {
language_is_shown_trigger = {
LANGUAGE = language_hispanophonic
}
}
ai_will_do = {
value = 10
if = {
limit = { has_cultural_pillar = language_hispanophonic }
multiply = 10
}
}
color = { 0.4 0.4 0.8 }
}
language_lusophonic = {
type = language
is_shown = {
language_is_shown_trigger = {
LANGUAGE = language_lusophonic
}
}
ai_will_do = {
value = 10
if = {
limit = { has_cultural_pillar = language_lusophonic }
multiply = 10
}
}
color = { 0.4 0.4 0.8 }
}