irish stuff
This commit is contained in:
parent
d69be380a4
commit
8b1e60411f
9 changed files with 445 additions and 23 deletions
|
|
@ -68,4 +68,40 @@ language_brittannic = {
|
|||
}
|
||||
|
||||
color = { 134 53 72 }
|
||||
}
|
||||
}
|
||||
|
||||
language_scots = {
|
||||
type = language
|
||||
is_shown = {
|
||||
language_is_shown_trigger = {
|
||||
LANGUAGE = language_scots
|
||||
}
|
||||
}
|
||||
ai_will_do = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = { has_cultural_pillar = language_scots }
|
||||
multiply = 10
|
||||
}
|
||||
}
|
||||
|
||||
color = hsv{ 0.035 0.8 0.8 }
|
||||
}
|
||||
|
||||
language_anglo_irish = {
|
||||
type = language
|
||||
is_shown = {
|
||||
language_is_shown_trigger = {
|
||||
LANGUAGE = language_gaelic
|
||||
}
|
||||
}
|
||||
ai_will_do = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = { has_cultural_pillar = language_anglo_irish }
|
||||
multiply = 10
|
||||
}
|
||||
}
|
||||
|
||||
color = { 78 121 95 }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue