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 = {
|
parameters = {
|
||||||
ugric_group_language_param = yes
|
ugric_group_language_param = yes
|
||||||
|
west_slavic_group_language_param = yes
|
||||||
|
high_german_group_language_param = yes
|
||||||
latin_sprachbund_language_param = yes
|
latin_sprachbund_language_param = yes
|
||||||
}
|
}
|
||||||
ai_will_do = {
|
ai_will_do = {
|
||||||
|
|
|
||||||
|
|
@ -1572,6 +1572,7 @@ NEOW_language_albanian = {
|
||||||
}
|
}
|
||||||
parameters = {
|
parameters = {
|
||||||
albanian_group_language_param = yes
|
albanian_group_language_param = yes
|
||||||
|
italo_dalmatian_group_language_param = yes
|
||||||
greek_sprachbund_language_param = yes
|
greek_sprachbund_language_param = yes
|
||||||
}
|
}
|
||||||
ai_will_do = {
|
ai_will_do = {
|
||||||
|
|
@ -2001,6 +2002,7 @@ language_anglo_american = {
|
||||||
}
|
}
|
||||||
parameters = {
|
parameters = {
|
||||||
anglic_group_language_param = yes
|
anglic_group_language_param = yes
|
||||||
|
american_sprachbund_language_param = yes
|
||||||
}
|
}
|
||||||
ai_will_do = {
|
ai_will_do = {
|
||||||
value = 10
|
value = 10
|
||||||
|
|
|
||||||
|
|
@ -1008,6 +1008,18 @@ culture_acceptance_baseline = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# Increase base acceptance for sharing same sprachbund
|
# 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 = {
|
if = {
|
||||||
limit = {
|
limit = {
|
||||||
NOT = { has_same_culture_language = scope:culture }
|
NOT = { has_same_culture_language = scope:culture }
|
||||||
|
|
|
||||||
|
|
@ -2453,9 +2453,14 @@
|
||||||
}
|
}
|
||||||
###c_tmutarakan
|
###c_tmutarakan
|
||||||
5296 = {
|
5296 = {
|
||||||
culture = NEOW_cossack
|
culture = NEOW_ucrainean
|
||||||
religion = orthodox
|
religion = orthodox
|
||||||
holding = castle_holding
|
holding = castle_holding
|
||||||
|
2555.1.1 = {
|
||||||
|
buildings = {
|
||||||
|
castle_02
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
598 = {
|
598 = {
|
||||||
holding = city_holding
|
holding = city_holding
|
||||||
|
|
|
||||||
|
|
@ -218,6 +218,7 @@
|
||||||
culture_parameter_latin_sprachbund_language_param: "This [language|E] is within the #V Latin Sprachbund#!"
|
culture_parameter_latin_sprachbund_language_param: "This [language|E] is within the #V Latin Sprachbund#!"
|
||||||
culture_parameter_greek_sprachbund_language_param: "This [language|E] is within the #V Greek Sprachbund#!"
|
culture_parameter_greek_sprachbund_language_param: "This [language|E] is within the #V Greek Sprachbund#!"
|
||||||
culture_parameter_fusha_sprachbund_language_param: "This [language|E] is within the #V Fusha Sprachbund#!"
|
culture_parameter_fusha_sprachbund_language_param: "This [language|E] is within the #V Fusha Sprachbund#!"
|
||||||
|
culture_parameter_american_sprachbund_language_param: "This [language|E] is within the #V American Sprachbund#!"
|
||||||
|
|
||||||
SAME_LANGUAGE_ORIGIN: "Share a Language Origin"
|
SAME_LANGUAGE_ORIGIN: "Share a Language Origin"
|
||||||
SAME_SPRACHBUND: "Same Sprachbund"
|
SAME_SPRACHBUND: "Same Sprachbund"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue