west european langauges done
This commit is contained in:
parent
31ecbe118d
commit
ba384c78da
9 changed files with 599 additions and 55 deletions
|
|
@ -828,6 +828,66 @@ culture_acceptance_baseline = {
|
|||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same language origin
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
has_cultural_parameter = east_north_germanic_group_language_param
|
||||
scope:culture = { has_cultural_parameter = east_north_germanic_group_language_param }
|
||||
}
|
||||
add = {
|
||||
value = 5 # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes
|
||||
desc = ACCEPTANCE_BASELINE_LANGUAGE_EAST_NORTH_GERMANIC
|
||||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same language origin
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
has_cultural_parameter = west_north_germanic_group_language_param
|
||||
scope:culture = { has_cultural_parameter = west_north_germanic_group_language_param }
|
||||
}
|
||||
add = {
|
||||
value = 5 # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes
|
||||
desc = ACCEPTANCE_BASELINE_LANGUAGE_WEST_NORTH_GERMANIC
|
||||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same language origin
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
has_cultural_parameter = frisian_language_param
|
||||
scope:culture = { has_cultural_parameter = frisian_language_param }
|
||||
}
|
||||
add = {
|
||||
value = 5 # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes
|
||||
desc = ACCEPTANCE_BASELINE_LANGUAGE_FRISIAN
|
||||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same language origin
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
has_cultural_parameter = south_slavic_group_language_param
|
||||
scope:culture = { has_cultural_parameter = south_slavic_group_language_param }
|
||||
}
|
||||
add = {
|
||||
value = 5 # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes
|
||||
desc = ACCEPTANCE_BASELINE_LANGUAGE_SOUTH_SLAVIC_GROUP
|
||||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same language origin
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
has_cultural_parameter = west_slavic_group_language_param
|
||||
scope:culture = { has_cultural_parameter = west_slavic_group_language_param }
|
||||
}
|
||||
add = {
|
||||
value = 5 # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes
|
||||
desc = ACCEPTANCE_BASELINE_LANGUAGE_WEST_SLAVIC_GROUP
|
||||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same language origin
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue