more diasporic loc
This commit is contained in:
parent
b6c824fcab
commit
5ffcbb557e
3 changed files with 79 additions and 1 deletions
|
|
@ -691,6 +691,7 @@ tradition_diasporic = {
|
|||
extra_language_cap = yes
|
||||
unlock_voluntary_laampdom = yes
|
||||
unlock_minority_community = yes
|
||||
cannot_convert_diasporia = yes
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
|
|
|
|||
|
|
@ -898,6 +898,34 @@ pool_repopulate_local_flavor = {
|
|||
}
|
||||
}
|
||||
}
|
||||
culture:cale = {
|
||||
trigger = {
|
||||
root.capital_province = {
|
||||
geographical_region = world_europe
|
||||
}
|
||||
}
|
||||
}
|
||||
culture:atlantannach = {
|
||||
trigger = {
|
||||
root.capital_province = {
|
||||
geographical_region = world_europe
|
||||
}
|
||||
}
|
||||
}
|
||||
culture:beur = {
|
||||
trigger = {
|
||||
root.capital_province = {
|
||||
geographical_region = world_europe
|
||||
}
|
||||
}
|
||||
}
|
||||
culture:turkisch = {
|
||||
trigger = {
|
||||
root.capital_province = {
|
||||
geographical_region = world_europe
|
||||
}
|
||||
}
|
||||
}
|
||||
culture:kurdish = {
|
||||
trigger = {
|
||||
root.capital_province = {
|
||||
|
|
@ -1186,6 +1214,54 @@ pool_repopulate_local_flavor = {
|
|||
learn_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
culture = atlantannach
|
||||
}
|
||||
add_character_flag = ai_will_not_convert
|
||||
set_character_faith = faith:iberian
|
||||
if = {
|
||||
limit = {
|
||||
NOT = {
|
||||
knows_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
learn_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
culture = beur
|
||||
}
|
||||
add_character_flag = ai_will_not_convert
|
||||
set_character_faith = faith:simurghi
|
||||
if = {
|
||||
limit = {
|
||||
NOT = {
|
||||
knows_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
learn_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
culture = turkisch
|
||||
}
|
||||
add_character_flag = ai_will_not_convert
|
||||
set_character_faith = faith:quranist
|
||||
if = {
|
||||
limit = {
|
||||
NOT = {
|
||||
knows_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
learn_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
|
||||
else_if = {
|
||||
limit = {
|
||||
OR = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue