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 }
|
||||
|
|
|
|||
|
|
@ -964,15 +964,15 @@
|
|||
holding = castle_holding
|
||||
special_building = fort_de_bordeaux_01
|
||||
867.1.1 = {
|
||||
buildings = {
|
||||
hunting_grounds_01
|
||||
}
|
||||
buildings = {
|
||||
hunting_grounds_01
|
||||
}
|
||||
}
|
||||
1066.1.1 = {
|
||||
buildings = {
|
||||
hunting_grounds_01
|
||||
outposts_01
|
||||
}
|
||||
buildings = {
|
||||
hunting_grounds_01
|
||||
outposts_01
|
||||
}
|
||||
}
|
||||
}
|
||||
2141 = {
|
||||
|
|
|
|||
|
|
@ -2453,9 +2453,14 @@
|
|||
}
|
||||
###c_tmutarakan
|
||||
5296 = {
|
||||
culture = NEOW_cossack
|
||||
culture = NEOW_ucrainean
|
||||
religion = orthodox
|
||||
holding = castle_holding
|
||||
2555.1.1 = {
|
||||
buildings = {
|
||||
castle_02
|
||||
}
|
||||
}
|
||||
}
|
||||
598 = {
|
||||
holding = city_holding
|
||||
|
|
|
|||
|
|
@ -218,6 +218,7 @@
|
|||
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_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_SPRACHBUND: "Same Sprachbund"
|
||||
Loading…
Add table
Add a link
Reference in a new issue