colours, tenet fixes, language fixes, culture loc
This commit is contained in:
parent
26208f458f
commit
9f6bea620f
20 changed files with 2011 additions and 140 deletions
1657
common/culture/pillars/00_language.txt
Normal file
1657
common/culture/pillars/00_language.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
color = french
|
||||
color = { 15 15 153 }
|
||||
}
|
||||
|
||||
language_frisian = {
|
||||
|
|
@ -31,7 +31,7 @@ language_frisian = {
|
|||
}
|
||||
}
|
||||
|
||||
color = {0.7 0.3 0.0}
|
||||
color = { 229 168 45 }
|
||||
}
|
||||
|
||||
language_sarphatique = {
|
||||
|
|
@ -67,7 +67,7 @@ language_english = {
|
|||
}
|
||||
}
|
||||
|
||||
color = english
|
||||
color = { 204 54 40 }
|
||||
}
|
||||
language_rhaeto_helvetic = {
|
||||
type = language
|
||||
|
|
@ -84,7 +84,7 @@ language_rhaeto_helvetic = {
|
|||
}
|
||||
}
|
||||
|
||||
color = { 90 56 246 }
|
||||
color = { 178 53 116 }
|
||||
}
|
||||
|
||||
language_brittannic = {
|
||||
|
|
@ -102,7 +102,7 @@ language_brittannic = {
|
|||
}
|
||||
}
|
||||
|
||||
color = { 134 53 72 }
|
||||
color = { 127 12 41 }
|
||||
}
|
||||
|
||||
language_scots = {
|
||||
|
|
@ -120,7 +120,7 @@ language_scots = {
|
|||
}
|
||||
}
|
||||
|
||||
color = hsv{ 0.035 0.8 0.8 }
|
||||
color = { 22 136 229 }
|
||||
}
|
||||
|
||||
language_anglo_irish = {
|
||||
|
|
@ -138,7 +138,7 @@ language_anglo_irish = {
|
|||
}
|
||||
}
|
||||
|
||||
color = { 78 121 95 }
|
||||
color = { 47 191 150 }
|
||||
}
|
||||
|
||||
language_mosellic = {
|
||||
|
|
@ -156,7 +156,7 @@ language_mosellic = {
|
|||
}
|
||||
}
|
||||
|
||||
color = { 0.4 0.4 0.8 }
|
||||
color = { 191 162 19 }
|
||||
}
|
||||
|
||||
language_arbereshe = {
|
||||
|
|
@ -192,7 +192,7 @@ language_sardinian = {
|
|||
}
|
||||
}
|
||||
|
||||
color = sardinian
|
||||
color = { 214 145 242 }
|
||||
}
|
||||
|
||||
language_cisalpine = {
|
||||
|
|
@ -210,7 +210,7 @@ language_cisalpine = {
|
|||
}
|
||||
}
|
||||
|
||||
color = { 0.95 0.95 0.55 }
|
||||
color = { 17 175 109 }
|
||||
}
|
||||
|
||||
language_italo_dalmatian = {
|
||||
|
|
@ -228,7 +228,7 @@ language_italo_dalmatian = {
|
|||
}
|
||||
}
|
||||
|
||||
color = { 0.9 0.4 0.8 }
|
||||
color = { 40 204 67 }
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -264,7 +264,7 @@ language_hispanophonic = {
|
|||
}
|
||||
}
|
||||
|
||||
color = { 0.4 0.4 0.8 }
|
||||
color = { 229 45 45 }
|
||||
}
|
||||
language_lusophonic = {
|
||||
type = language
|
||||
|
|
@ -281,7 +281,7 @@ language_lusophonic = {
|
|||
}
|
||||
}
|
||||
|
||||
color = { 0.4 0.4 0.8 }
|
||||
color = { 19 127 19 }
|
||||
}
|
||||
language_nordic = {
|
||||
type = language
|
||||
|
|
@ -298,7 +298,7 @@ language_nordic = {
|
|||
}
|
||||
}
|
||||
|
||||
color = { 0.15 0.4 0.55 }
|
||||
color = { 12 89 127 }
|
||||
}
|
||||
language_calo = {
|
||||
type = language
|
||||
|
|
@ -315,5 +315,39 @@ language_calo = {
|
|||
}
|
||||
}
|
||||
|
||||
color = { 0.82 0.92 0.7 }
|
||||
color = { 87 20 204 }
|
||||
}
|
||||
language_rhaetoromance = { #just for friulian, since they are geographically disconnected from the romantsch
|
||||
type = language
|
||||
is_shown = {
|
||||
language_is_shown_trigger = {
|
||||
LANGUAGE = language_rhaetoromance
|
||||
}
|
||||
}
|
||||
ai_will_do = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = { has_cultural_pillar = language_rhaetoromance }
|
||||
multiply = 10
|
||||
}
|
||||
}
|
||||
|
||||
color = { 45 113 229 }
|
||||
}
|
||||
language_maltese = {
|
||||
type = language
|
||||
is_shown = {
|
||||
language_is_shown_trigger = {
|
||||
LANGUAGE = language_maltese
|
||||
}
|
||||
}
|
||||
ai_will_do = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = { has_cultural_pillar = language_rhaetoromance }
|
||||
multiply = 10
|
||||
}
|
||||
}
|
||||
|
||||
color = { 136 178 53 }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue