language tweaks + novorosskiy provincei history fixes
This commit is contained in:
parent
7ed8192ad4
commit
b54380acc1
6 changed files with 31 additions and 9 deletions
|
|
@ -847,6 +847,8 @@ language_magyar = {
|
|||
}
|
||||
parameters = {
|
||||
ugric_group_language_param = yes
|
||||
west_slavic_group_language_param = yes
|
||||
high_german_group_language_param = yes
|
||||
latin_sprachbund_language_param = yes
|
||||
}
|
||||
ai_will_do = {
|
||||
|
|
|
|||
|
|
@ -1572,6 +1572,7 @@ NEOW_language_albanian = {
|
|||
}
|
||||
parameters = {
|
||||
albanian_group_language_param = yes
|
||||
italo_dalmatian_group_language_param = yes
|
||||
greek_sprachbund_language_param = yes
|
||||
}
|
||||
ai_will_do = {
|
||||
|
|
@ -2001,6 +2002,7 @@ language_anglo_american = {
|
|||
}
|
||||
parameters = {
|
||||
anglic_group_language_param = yes
|
||||
american_sprachbund_language_param = yes
|
||||
}
|
||||
ai_will_do = {
|
||||
value = 10
|
||||
|
|
|
|||
|
|
@ -1008,6 +1008,18 @@ culture_acceptance_baseline = {
|
|||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same sprachbund
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
has_cultural_parameter = american_sprachbund_language_param
|
||||
scope:culture = { has_cultural_parameter = american_sprachbund_language_param }
|
||||
}
|
||||
add = {
|
||||
value = 5 # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes
|
||||
desc = ACCEPTANCE_BASELINE_LANGUAGE_SPRACHBUND_LATIN
|
||||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same sprachbund
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue