yummers
This commit is contained in:
parent
14aabb2f65
commit
4b5c26749b
6 changed files with 307 additions and 21 deletions
|
|
@ -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 }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue