added sprachbunds and origins for east europe
This commit is contained in:
parent
595a28a8d8
commit
6e5e2faaf0
7 changed files with 427 additions and 67 deletions
|
|
@ -911,6 +911,126 @@ culture_acceptance_baseline = {
|
|||
desc = ACCEPTANCE_BASELINE_LANGUAGE_FAR_WEST_INDO_ARYAN
|
||||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same language origin
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
has_cultural_parameter = oghuz_group_language_param
|
||||
scope:culture = { has_cultural_parameter = oghuz_group_language_param }
|
||||
}
|
||||
add = {
|
||||
value = 5 # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes
|
||||
desc = ACCEPTANCE_BASELINE_LANGUAGE_OGHUZ
|
||||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same language origin
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
has_cultural_parameter = kipchak_bulgar_group_language_param
|
||||
scope:culture = { has_cultural_parameter = kipchak_bulgar_group_language_param }
|
||||
}
|
||||
add = {
|
||||
value = 5 # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes
|
||||
desc = ACCEPTANCE_BASELINE_LANGUAGE_KIPCHAK_BULGAR
|
||||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same language origin
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
has_cultural_parameter = daco_romanian_group_language_param
|
||||
scope:culture = { has_cultural_parameter = daco_romanian_group_language_param }
|
||||
}
|
||||
add = {
|
||||
value = 5 # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes
|
||||
desc = ACCEPTANCE_BASELINE_LANGUAGE_DACO_ROMANIAN
|
||||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same language origin
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
has_cultural_parameter = ugric_group_language_param
|
||||
scope:culture = { has_cultural_parameter = ugric_group_language_param }
|
||||
}
|
||||
add = {
|
||||
value = 5 # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes
|
||||
desc = ACCEPTANCE_BASELINE_LANGUAGE_UGRIC
|
||||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same language origin
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
has_cultural_parameter = east_slavic_group_language_param
|
||||
scope:culture = { has_cultural_parameter = east_slavic_group_language_param }
|
||||
}
|
||||
add = {
|
||||
value = 5 # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes
|
||||
desc = ACCEPTANCE_BASELINE_LANGUAGE_EAST_SLAVIC
|
||||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same language origin
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
has_cultural_parameter = baltic_group_language_param
|
||||
scope:culture = { has_cultural_parameter = baltic_group_language_param }
|
||||
}
|
||||
add = {
|
||||
value = 5 # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes
|
||||
desc = ACCEPTANCE_BASELINE_LANGUAGE_BALTIC
|
||||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same language origin
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
has_cultural_parameter = finnic_group_language_param
|
||||
scope:culture = { has_cultural_parameter = finnic_group_language_param }
|
||||
}
|
||||
add = {
|
||||
value = 5 # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes
|
||||
desc = ACCEPTANCE_BASELINE_LANGUAGE_FINNIC
|
||||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same sprachbund
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
has_cultural_parameter = latin_sprachbund_language_param
|
||||
scope:culture = { has_cultural_parameter = latin_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 }
|
||||
has_cultural_parameter = greek_sprachbund_language_param
|
||||
scope:culture = { has_cultural_parameter = greek_sprachbund_language_param }
|
||||
}
|
||||
add = {
|
||||
value = 5 # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes
|
||||
desc = ACCEPTANCE_BASELINE_LANGUAGE_SPRACHBUND_GREEK
|
||||
}
|
||||
}
|
||||
# Increase base acceptance for sharing same sprachbund
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { has_same_culture_language = scope:culture }
|
||||
has_cultural_parameter = fusha_sprachbund_language_param
|
||||
scope:culture = { has_cultural_parameter = fusha_sprachbund_language_param }
|
||||
}
|
||||
add = {
|
||||
value = 5 # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes
|
||||
desc = ACCEPTANCE_BASELINE_LANGUAGE_SPRACHBUND_FUSHA
|
||||
}
|
||||
}
|
||||
# Increase base acceptance for sharing the same ethos if cultures are present within the same geographical area
|
||||
if = {
|
||||
limit = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue